2024-05-03T10:37:39.026 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-03T10:37:39.026 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313 --name gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi --description orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} -- /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313/orig.config.yaml 2024-05-03T10:37:39.058 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T10:37:39.136 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313 branch: wip-guits-testing-2024-05-02-0628 description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} email: gabrioux@ibm.com first_in_suite: false job_id: '7687313' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-testing-2024-05-02-0628 ceph: conf: global: mon election default strategy: 3 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\) log-only-match: - CEPHADM_ sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d workunit: branch: wip-guits-testing-2024-05-02-0628 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d 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: 2184 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-05-02-0628 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKfPyfemxcKz/nlGzl0bg9pkRbmdh0P4ttSKdz8/8pDp30GDaowD84P2nLEBpBxJ0ID5ms9jElLxBDvsa8k4cQY= smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDPjj1OYL2tsAe/Eb23abWnMiQLTRT2nSUwVRkqcV+Lm6uCw4b5oxOh7Yh5fEr2cf9DVVzmqcSlXuXao37ai7NE= tasks: - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 - 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 orch apply rgw smpl - ceph osd pool create foo - rbd pool init foo - ceph orch apply iscsi foo u p - sleep 120 - 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 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: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-03_06:31:58 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-03T10:37:39.137 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa; will attempt to use it 2024-05-03T10:37:39.137 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks 2024-05-03T10:37:39.137 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-03T10:37:39.139 INFO:teuthology.task.internal:Checking packages... 2024-05-03T10:37:39.163 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'f8e6d2d721bc96a93915917c59bc3d287d57263d' 2024-05-03T10:37:39.164 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-03T10:37:39.164 INFO:teuthology.packaging:ref: None 2024-05-03T10:37:39.164 INFO:teuthology.packaging:tag: None 2024-05-03T10:37:39.164 INFO:teuthology.packaging:branch: wip-guits-testing-2024-05-02-0628 2024-05-03T10:37:39.164 INFO:teuthology.packaging:sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:37:39.164 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-testing-2024-05-02-0628 2024-05-03T10:37:39.387 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3353-gf8e6d2d7-1jammy 2024-05-03T10:37:39.389 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-03T10:37:39.395 INFO:teuthology.task.internal:no buildpackages task found 2024-05-03T10:37:39.395 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-03T10:37:39.441 INFO:teuthology.task.internal:Saving configuration 2024-05-03T10:37:39.455 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-03T10:37:39.466 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T10:37:39.490 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 10:32:01.101073', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMX11jNRd/sa7XCDxlV7YV/JRw7lhxLnw7m91prllcmo'} 2024-05-03T10:37:39.514 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 10:32:01.099861', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHcn4uwJo3dsJgTjU5LdDDKGjC5Uok4/zLqdV9iBfS1c'} 2024-05-03T10:37:39.515 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-03T10:37:39.520 INFO:teuthology.task.internal:roles: ubuntu@smithi008.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-05-03T10:37:39.521 INFO:teuthology.task.internal:roles: ubuntu@smithi143.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-05-03T10:37:39.521 INFO:teuthology.run_tasks:Running task console_log... 2024-05-03T10:37:39.608 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc97a4cb550>, signals=[15]) 2024-05-03T10:37:39.609 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-03T10:37:39.616 INFO:teuthology.task.internal:Opening connections... 2024-05-03T10:37:39.616 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2024-05-03T10:37:39.618 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:37:39.699 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2024-05-03T10:37:39.700 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:37:39.777 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-03T10:37:39.784 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2024-05-03T10:37:39.790 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2024-05-03T10:37:39.790 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2024-05-03T10:37:39.837 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-03T10:37:39.838 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="Ubuntu" 2024-05-03T10:37:39.838 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="22.04" 2024-05-03T10:37:39.838 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-03T10:37:39.838 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_CODENAME=jammy 2024-05-03T10:37:39.838 INFO:teuthology.orchestra.run.smithi008.stdout:ID=ubuntu 2024-05-03T10:37:39.838 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE=debian 2024-05-03T10:37:39.838 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-03T10:37:39.838 INFO:teuthology.orchestra.run.smithi008.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-03T10:37:39.838 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-03T10:37:39.838 INFO:teuthology.orchestra.run.smithi008.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-03T10:37:39.838 INFO:teuthology.orchestra.run.smithi008.stdout:UBUNTU_CODENAME=jammy 2024-05-03T10:37:39.839 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2024-05-03T10:37:39.864 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2024-05-03T10:37:39.870 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2024-05-03T10:37:39.870 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2024-05-03T10:37:39.916 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-03T10:37:39.916 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="Ubuntu" 2024-05-03T10:37:39.916 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="22.04" 2024-05-03T10:37:39.916 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-03T10:37:39.916 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_CODENAME=jammy 2024-05-03T10:37:39.916 INFO:teuthology.orchestra.run.smithi143.stdout:ID=ubuntu 2024-05-03T10:37:39.917 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE=debian 2024-05-03T10:37:39.917 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-03T10:37:39.917 INFO:teuthology.orchestra.run.smithi143.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-03T10:37:39.917 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-03T10:37:39.917 INFO:teuthology.orchestra.run.smithi143.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-03T10:37:39.917 INFO:teuthology.orchestra.run.smithi143.stdout:UBUNTU_CODENAME=jammy 2024-05-03T10:37:39.917 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2024-05-03T10:37:39.939 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-03T10:37:39.948 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-03T10:37:39.974 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-03T10:37:39.975 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2024-05-03T10:37:39.977 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2024-05-03T10:37:39.982 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-03T10:37:40.000 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-03T10:37:40.000 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2024-05-03T10:37:40.023 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2024-05-03T10:37:40.036 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-03T10:37:40.092 INFO:teuthology.run_tasks:Running task kernel... 2024-05-03T10:37:40.113 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-03T10:37:40.114 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-03T10:37:40.114 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T10:37:40.115 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T10:37:40.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:37:40.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:37:40.121 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-05-03T10:37:40.122 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-05-03T10:37:40.168 INFO:teuthology.orchestra.run.smithi143.stdout:5.15.0-56-generic 2024-05-03T10:37:40.168 INFO:teuthology.task.kernel:Running kernel on smithi143: 5.15.0-56-generic 2024-05-03T10:37:40.168 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get clean 2024-05-03T10:37:40.170 INFO:teuthology.orchestra.run.smithi008.stdout:5.15.0-56-generic 2024-05-03T10:37:40.170 INFO:teuthology.task.kernel:Running kernel on smithi008: 5.15.0-56-generic 2024-05-03T10:37:40.170 DEBUG:teuthology.orchestra.run.smithi008:> sudo apt-get clean 2024-05-03T10:37:40.304 DEBUG:teuthology.orchestra.run.smithi008:> sudo apt-get update 2024-05-03T10:37:40.305 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2024-05-03T10:37:40.449 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-03T10:37:40.449 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-03T10:37:40.449 INFO:teuthology.orchestra.run.smithi143.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-03T10:37:40.459 INFO:teuthology.orchestra.run.smithi008.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-03T10:37:40.535 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-03T10:37:40.569 INFO:teuthology.orchestra.run.smithi008.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-03T10:37:40.651 INFO:teuthology.orchestra.run.smithi008.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-03T10:37:40.671 INFO:teuthology.orchestra.run.smithi008.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-03T10:37:40.682 INFO:teuthology.orchestra.run.smithi143.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-03T10:37:40.754 INFO:teuthology.orchestra.run.smithi143.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-03T10:37:40.787 INFO:teuthology.orchestra.run.smithi008.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-03T10:37:40.792 INFO:teuthology.orchestra.run.smithi008.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-03T10:37:40.795 INFO:teuthology.orchestra.run.smithi008.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-03T10:37:40.795 INFO:teuthology.orchestra.run.smithi008.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-03T10:37:40.801 INFO:teuthology.orchestra.run.smithi143.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-03T10:37:40.808 INFO:teuthology.orchestra.run.smithi143.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-03T10:37:40.811 INFO:teuthology.orchestra.run.smithi143.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-03T10:37:40.811 INFO:teuthology.orchestra.run.smithi143.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-03T10:37:40.812 INFO:teuthology.orchestra.run.smithi143.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-03T10:37:40.830 INFO:teuthology.orchestra.run.smithi008.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-03T10:37:40.830 INFO:teuthology.orchestra.run.smithi008.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-03T10:37:40.834 INFO:teuthology.orchestra.run.smithi008.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-03T10:37:40.834 INFO:teuthology.orchestra.run.smithi008.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-03T10:37:40.845 INFO:teuthology.orchestra.run.smithi008.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-03T10:37:40.852 INFO:teuthology.orchestra.run.smithi143.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-03T10:37:40.855 INFO:teuthology.orchestra.run.smithi143.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-03T10:37:40.856 INFO:teuthology.orchestra.run.smithi143.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-03T10:37:40.856 INFO:teuthology.orchestra.run.smithi143.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-03T10:37:40.868 INFO:teuthology.orchestra.run.smithi008.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-03T10:37:40.870 INFO:teuthology.orchestra.run.smithi008.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-03T10:37:40.876 INFO:teuthology.orchestra.run.smithi008.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-03T10:37:40.876 INFO:teuthology.orchestra.run.smithi008.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-03T10:37:40.879 INFO:teuthology.orchestra.run.smithi143.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-03T10:37:40.886 INFO:teuthology.orchestra.run.smithi143.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-03T10:37:40.888 INFO:teuthology.orchestra.run.smithi143.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-03T10:37:40.901 INFO:teuthology.orchestra.run.smithi008.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-03T10:37:40.902 INFO:teuthology.orchestra.run.smithi008.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-03T10:37:40.914 INFO:teuthology.orchestra.run.smithi143.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-03T10:37:40.914 INFO:teuthology.orchestra.run.smithi143.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-03T10:37:40.915 INFO:teuthology.orchestra.run.smithi143.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-03T10:37:40.916 INFO:teuthology.orchestra.run.smithi143.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-03T10:37:40.916 INFO:teuthology.orchestra.run.smithi143.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-03T10:37:40.921 INFO:teuthology.orchestra.run.smithi143.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-03T10:37:40.922 INFO:teuthology.orchestra.run.smithi143.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-03T10:37:40.923 INFO:teuthology.orchestra.run.smithi143.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-03T10:37:40.952 INFO:teuthology.orchestra.run.smithi143.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-03T10:37:40.956 INFO:teuthology.orchestra.run.smithi143.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-03T10:37:40.956 INFO:teuthology.orchestra.run.smithi143.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-03T10:37:40.967 INFO:teuthology.orchestra.run.smithi143.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-03T10:37:40.974 INFO:teuthology.orchestra.run.smithi143.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-03T10:37:40.977 INFO:teuthology.orchestra.run.smithi143.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-03T10:37:40.977 INFO:teuthology.orchestra.run.smithi143.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-03T10:37:40.977 INFO:teuthology.orchestra.run.smithi143.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-03T10:37:40.978 INFO:teuthology.orchestra.run.smithi143.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-03T10:37:40.988 INFO:teuthology.orchestra.run.smithi143.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-03T10:37:40.988 INFO:teuthology.orchestra.run.smithi143.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-03T10:37:40.989 INFO:teuthology.orchestra.run.smithi143.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-03T10:37:40.998 INFO:teuthology.orchestra.run.smithi143.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-03T10:37:40.999 INFO:teuthology.orchestra.run.smithi143.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-03T10:37:40.999 INFO:teuthology.orchestra.run.smithi143.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-03T10:37:40.999 INFO:teuthology.orchestra.run.smithi143.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-03T10:37:41.000 INFO:teuthology.orchestra.run.smithi143.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-03T10:37:41.008 INFO:teuthology.orchestra.run.smithi143.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-03T10:37:41.011 INFO:teuthology.orchestra.run.smithi008.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-03T10:37:41.150 INFO:teuthology.orchestra.run.smithi008.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-03T10:37:41.351 INFO:teuthology.orchestra.run.smithi008.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-03T10:37:41.500 INFO:teuthology.orchestra.run.smithi008.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-03T10:37:41.515 INFO:teuthology.orchestra.run.smithi008.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-03T10:37:41.516 INFO:teuthology.orchestra.run.smithi008.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-03T10:37:41.578 INFO:teuthology.orchestra.run.smithi008.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-03T10:37:41.579 INFO:teuthology.orchestra.run.smithi008.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-03T10:37:41.586 INFO:teuthology.orchestra.run.smithi008.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-03T10:37:41.750 INFO:teuthology.orchestra.run.smithi008.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-03T10:37:42.381 INFO:teuthology.orchestra.run.smithi008.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-03T10:37:42.418 INFO:teuthology.orchestra.run.smithi008.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-03T10:37:42.431 INFO:teuthology.orchestra.run.smithi008.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-03T10:37:42.432 INFO:teuthology.orchestra.run.smithi008.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-03T10:37:42.435 INFO:teuthology.orchestra.run.smithi008.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-03T10:37:42.435 INFO:teuthology.orchestra.run.smithi008.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-03T10:37:42.436 INFO:teuthology.orchestra.run.smithi008.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-03T10:37:42.436 INFO:teuthology.orchestra.run.smithi008.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-03T10:37:42.463 INFO:teuthology.orchestra.run.smithi008.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-03T10:37:42.466 INFO:teuthology.orchestra.run.smithi008.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-03T10:37:42.630 INFO:teuthology.orchestra.run.smithi008.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-03T10:37:42.712 INFO:teuthology.orchestra.run.smithi008.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-03T10:37:42.824 INFO:teuthology.orchestra.run.smithi008.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-03T10:37:42.874 INFO:teuthology.orchestra.run.smithi008.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-03T10:37:42.904 INFO:teuthology.orchestra.run.smithi008.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-03T10:37:46.714 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 13.3 MB in 2s (7,238 kB/s) 2024-05-03T10:37:47.620 INFO:teuthology.orchestra.run.smithi008.stdout:Fetched 13.3 MB in 3s (5,264 kB/s) 2024-05-03T10:37:48.189 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-05-03T10:37:48.206 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-03T10:37:48.268 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-05-03T10:37:48.457 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2024-05-03T10:37:48.458 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2024-05-03T10:37:48.614 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages were automatically installed and are no longer required: 2024-05-03T10:37:48.614 INFO:teuthology.orchestra.run.smithi143.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-03T10:37:48.615 INFO:teuthology.orchestra.run.smithi143.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-03T10:37:48.615 INFO:teuthology.orchestra.run.smithi143.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-03T10:37:48.615 INFO:teuthology.orchestra.run.smithi143.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-03T10:37:48.615 INFO:teuthology.orchestra.run.smithi143.stdout: python2.7-minimal 2024-05-03T10:37:48.615 INFO:teuthology.orchestra.run.smithi143.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-03T10:37:48.616 INFO:teuthology.orchestra.run.smithi143.stdout:The following additional packages will be installed: 2024-05-03T10:37:48.616 INFO:teuthology.orchestra.run.smithi143.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-03T10:37:48.617 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-03T10:37:48.617 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-03T10:37:48.618 INFO:teuthology.orchestra.run.smithi143.stdout:Suggested packages: 2024-05-03T10:37:48.618 INFO:teuthology.orchestra.run.smithi143.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-03T10:37:48.618 INFO:teuthology.orchestra.run.smithi143.stdout:Recommended packages: 2024-05-03T10:37:48.618 INFO:teuthology.orchestra.run.smithi143.stdout: thermald 2024-05-03T10:37:48.674 INFO:teuthology.orchestra.run.smithi143.stdout:The following NEW packages will be installed: 2024-05-03T10:37:48.674 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-03T10:37:48.674 INFO:teuthology.orchestra.run.smithi143.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-03T10:37:48.675 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-03T10:37:48.675 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages will be upgraded: 2024-05-03T10:37:48.676 INFO:teuthology.orchestra.run.smithi143.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-03T10:37:48.856 INFO:teuthology.orchestra.run.smithi143.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-03T10:37:48.857 INFO:teuthology.orchestra.run.smithi143.stdout:Need to get 113 MB of archives. 2024-05-03T10:37:48.857 INFO:teuthology.orchestra.run.smithi143.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-03T10:37:48.857 INFO:teuthology.orchestra.run.smithi143.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-03T10:37:49.042 INFO:teuthology.orchestra.run.smithi008.stdout:Reading package lists... 2024-05-03T10:37:49.060 DEBUG:teuthology.orchestra.run.smithi008:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-03T10:37:49.127 INFO:teuthology.orchestra.run.smithi008.stdout:Reading package lists... 2024-05-03T10:37:49.330 INFO:teuthology.orchestra.run.smithi008.stdout:Building dependency tree... 2024-05-03T10:37:49.331 INFO:teuthology.orchestra.run.smithi008.stdout:Reading state information... 2024-05-03T10:37:49.510 INFO:teuthology.orchestra.run.smithi008.stdout:The following packages were automatically installed and are no longer required: 2024-05-03T10:37:49.511 INFO:teuthology.orchestra.run.smithi008.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-03T10:37:49.511 INFO:teuthology.orchestra.run.smithi008.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-03T10:37:49.511 INFO:teuthology.orchestra.run.smithi008.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-03T10:37:49.511 INFO:teuthology.orchestra.run.smithi008.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-03T10:37:49.511 INFO:teuthology.orchestra.run.smithi008.stdout: python2.7-minimal 2024-05-03T10:37:49.512 INFO:teuthology.orchestra.run.smithi008.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-03T10:37:49.513 INFO:teuthology.orchestra.run.smithi008.stdout:The following additional packages will be installed: 2024-05-03T10:37:49.513 INFO:teuthology.orchestra.run.smithi008.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-03T10:37:49.513 INFO:teuthology.orchestra.run.smithi008.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-03T10:37:49.513 INFO:teuthology.orchestra.run.smithi008.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-03T10:37:49.514 INFO:teuthology.orchestra.run.smithi008.stdout:Suggested packages: 2024-05-03T10:37:49.514 INFO:teuthology.orchestra.run.smithi008.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-03T10:37:49.515 INFO:teuthology.orchestra.run.smithi008.stdout:Recommended packages: 2024-05-03T10:37:49.515 INFO:teuthology.orchestra.run.smithi008.stdout: thermald 2024-05-03T10:37:49.568 INFO:teuthology.orchestra.run.smithi008.stdout:The following NEW packages will be installed: 2024-05-03T10:37:49.568 INFO:teuthology.orchestra.run.smithi008.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-03T10:37:49.568 INFO:teuthology.orchestra.run.smithi008.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-03T10:37:49.568 INFO:teuthology.orchestra.run.smithi008.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-03T10:37:49.569 INFO:teuthology.orchestra.run.smithi008.stdout:The following packages will be upgraded: 2024-05-03T10:37:49.570 INFO:teuthology.orchestra.run.smithi008.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-03T10:37:49.628 INFO:teuthology.orchestra.run.smithi008.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-03T10:37:49.628 INFO:teuthology.orchestra.run.smithi008.stdout:Need to get 113 MB of archives. 2024-05-03T10:37:49.628 INFO:teuthology.orchestra.run.smithi008.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-03T10:37:49.628 INFO:teuthology.orchestra.run.smithi008.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-03T10:37:50.172 INFO:teuthology.orchestra.run.smithi008.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-03T10:37:50.383 INFO:teuthology.orchestra.run.smithi008.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-03T10:37:50.514 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-03T10:37:50.840 INFO:teuthology.orchestra.run.smithi143.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-03T10:37:51.787 INFO:teuthology.orchestra.run.smithi008.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-03T10:37:51.787 INFO:teuthology.orchestra.run.smithi008.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-03T10:37:51.787 INFO:teuthology.orchestra.run.smithi008.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-03T10:37:51.947 INFO:teuthology.orchestra.run.smithi008.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-03T10:37:51.985 INFO:teuthology.orchestra.run.smithi008.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-03T10:37:52.442 INFO:teuthology.orchestra.run.smithi008.stdout:Fetched 113 MB in 2s (47.1 MB/s) 2024-05-03T10:37:52.601 INFO:teuthology.orchestra.run.smithi008.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-03T10:37:53.195 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-03T10:37:53.195 INFO:teuthology.orchestra.run.smithi143.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-03T10:37:53.196 INFO:teuthology.orchestra.run.smithi143.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-03T10:37:53.627 INFO:teuthology.orchestra.run.smithi143.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-03T10:37:53.679 INFO:teuthology.orchestra.run.smithi143.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-03T10:37:54.073 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 113 MB in 5s (22.7 MB/s) 2024-05-03T10:37:54.285 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-03T10:37:54.677 INFO:teuthology.orchestra.run.smithi008.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-03T10:37:54.682 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:37:55.006 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:37:56.320 INFO:teuthology.orchestra.run.smithi143.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-03T10:37:56.325 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:37:56.450 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:37:57.233 INFO:teuthology.orchestra.run.smithi008.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-03T10:37:57.255 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:37:57.346 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:37:57.827 INFO:teuthology.orchestra.run.smithi008.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-03T10:37:57.848 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:37:57.886 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:37:58.881 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-03T10:37:58.902 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:37:58.980 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:37:59.459 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-03T10:37:59.480 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:37:59.517 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:04.461 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-03T10:38:04.587 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-03T10:38:04.928 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-03T10:38:05.065 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-03T10:38:05.385 INFO:teuthology.orchestra.run.smithi008.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-03T10:38:05.408 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-03T10:38:05.452 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-03T10:38:06.254 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-03T10:38:06.381 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-03T10:38:06.713 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-03T10:38:06.818 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-03T10:38:07.146 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-03T10:38:07.167 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-03T10:38:07.212 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-03T10:38:11.937 INFO:teuthology.orchestra.run.smithi008.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-03T10:38:11.975 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:38:12.012 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:13.280 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-03T10:38:13.317 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:38:13.355 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:14.823 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-03T10:38:14.948 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-03T10:38:15.307 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-03T10:38:15.428 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:15.529 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-03T10:38:15.641 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:16.847 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-03T10:38:16.970 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-03T10:38:16.976 INFO:teuthology.orchestra.run.smithi008.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-03T10:38:16.976 INFO:teuthology.orchestra.run.smithi008.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-03T10:38:16.976 INFO:teuthology.orchestra.run.smithi008.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-03T10:38:16.976 INFO:teuthology.orchestra.run.smithi008.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-03T10:38:17.151 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:17.349 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-03T10:38:17.483 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:17.609 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-03T10:38:17.738 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:18.562 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:19.081 INFO:teuthology.orchestra.run.smithi143.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-03T10:38:19.081 INFO:teuthology.orchestra.run.smithi143.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-03T10:38:19.081 INFO:teuthology.orchestra.run.smithi143.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-03T10:38:19.081 INFO:teuthology.orchestra.run.smithi143.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-03T10:38:19.266 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:19.970 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-03T10:38:20.072 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-03T10:38:20.198 INFO:teuthology.orchestra.run.smithi008.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:20.261 INFO:teuthology.orchestra.run.smithi008.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-03T10:38:20.262 INFO:teuthology.orchestra.run.smithi008.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-03T10:38:20.659 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:22.761 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-03T10:38:22.862 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-03T10:38:22.963 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:38:23.050 INFO:teuthology.orchestra.run.smithi143.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-03T10:38:23.050 INFO:teuthology.orchestra.run.smithi143.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-03T10:38:35.426 INFO:teuthology.orchestra.run.smithi008.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-03T10:38:35.426 INFO:teuthology.orchestra.run.smithi008.stdout:Sourcing file `/etc/default/grub' 2024-05-03T10:38:35.459 INFO:teuthology.orchestra.run.smithi008.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-03T10:38:35.481 INFO:teuthology.orchestra.run.smithi008.stdout:Generating grub configuration file ... 2024-05-03T10:38:35.712 INFO:teuthology.orchestra.run.smithi008.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-03T10:38:35.732 INFO:teuthology.orchestra.run.smithi008.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-03T10:38:36.039 INFO:teuthology.orchestra.run.smithi008.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-03T10:38:36.044 INFO:teuthology.orchestra.run.smithi008.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-03T10:38:36.116 INFO:teuthology.orchestra.run.smithi008.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-03T10:38:36.121 INFO:teuthology.orchestra.run.smithi008.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-03T10:38:36.278 INFO:teuthology.orchestra.run.smithi008.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-03T10:38:36.279 INFO:teuthology.orchestra.run.smithi008.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-03T10:38:36.279 INFO:teuthology.orchestra.run.smithi008.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-03T10:38:36.314 INFO:teuthology.orchestra.run.smithi008.stdout:done 2024-05-03T10:38:36.894 DEBUG:teuthology.orchestra.run.smithi008:> dpkg -s linux-image-generic 2024-05-03T10:38:36.914 INFO:teuthology.orchestra.run.smithi008.stdout:Package: linux-image-generic 2024-05-03T10:38:36.915 INFO:teuthology.orchestra.run.smithi008.stdout:Status: install ok installed 2024-05-03T10:38:36.915 INFO:teuthology.orchestra.run.smithi008.stdout:Priority: optional 2024-05-03T10:38:36.915 INFO:teuthology.orchestra.run.smithi008.stdout:Section: kernel 2024-05-03T10:38:36.915 INFO:teuthology.orchestra.run.smithi008.stdout:Installed-Size: 21 2024-05-03T10:38:36.915 INFO:teuthology.orchestra.run.smithi008.stdout:Maintainer: Ubuntu Kernel Team 2024-05-03T10:38:36.915 INFO:teuthology.orchestra.run.smithi008.stdout:Architecture: amd64 2024-05-03T10:38:36.915 INFO:teuthology.orchestra.run.smithi008.stdout:Source: linux-meta 2024-05-03T10:38:36.915 INFO:teuthology.orchestra.run.smithi008.stdout:Version: 5.15.0.105.102 2024-05-03T10:38:36.915 INFO:teuthology.orchestra.run.smithi008.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-03T10:38:36.915 INFO:teuthology.orchestra.run.smithi008.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-03T10:38:36.915 INFO:teuthology.orchestra.run.smithi008.stdout:Recommends: thermald 2024-05-03T10:38:36.916 INFO:teuthology.orchestra.run.smithi008.stdout:Description: Generic Linux kernel image 2024-05-03T10:38:36.916 INFO:teuthology.orchestra.run.smithi008.stdout: This package will always depend on the latest generic kernel image 2024-05-03T10:38:36.916 INFO:teuthology.orchestra.run.smithi008.stdout: available. 2024-05-03T10:38:36.916 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-03T10:38:36.916 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-03T10:38:36.916 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-03T10:38:36.916 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-05-03T10:38:36.917 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi008.front.sepia.ceph.com, path=None, version=distro) 2024-05-03T10:38:36.917 DEBUG:teuthology.orchestra.run.smithi008:> sudo apt-get clean 2024-05-03T10:38:37.202 DEBUG:teuthology.orchestra.run.smithi008:> sudo apt-get update 2024-05-03T10:38:37.224 INFO:teuthology.orchestra.run.smithi143.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-03T10:38:37.224 INFO:teuthology.orchestra.run.smithi143.stdout:Sourcing file `/etc/default/grub' 2024-05-03T10:38:37.239 INFO:teuthology.orchestra.run.smithi143.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-03T10:38:37.261 INFO:teuthology.orchestra.run.smithi143.stdout:Generating grub configuration file ... 2024-05-03T10:38:37.333 INFO:teuthology.orchestra.run.smithi008.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-03T10:38:37.333 INFO:teuthology.orchestra.run.smithi008.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-03T10:38:37.346 INFO:teuthology.orchestra.run.smithi008.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-03T10:38:37.367 INFO:teuthology.orchestra.run.smithi008.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-03T10:38:37.528 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-03T10:38:37.545 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-03T10:38:37.840 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-03T10:38:37.846 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-03T10:38:37.914 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-03T10:38:37.920 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-03T10:38:38.089 INFO:teuthology.orchestra.run.smithi143.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-03T10:38:38.089 INFO:teuthology.orchestra.run.smithi143.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-03T10:38:38.089 INFO:teuthology.orchestra.run.smithi143.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-03T10:38:38.131 INFO:teuthology.orchestra.run.smithi143.stdout:done 2024-05-03T10:38:38.673 DEBUG:teuthology.orchestra.run.smithi143:> dpkg -s linux-image-generic 2024-05-03T10:38:38.690 INFO:teuthology.orchestra.run.smithi143.stdout:Package: linux-image-generic 2024-05-03T10:38:38.690 INFO:teuthology.orchestra.run.smithi143.stdout:Status: install ok installed 2024-05-03T10:38:38.690 INFO:teuthology.orchestra.run.smithi143.stdout:Priority: optional 2024-05-03T10:38:38.690 INFO:teuthology.orchestra.run.smithi143.stdout:Section: kernel 2024-05-03T10:38:38.690 INFO:teuthology.orchestra.run.smithi143.stdout:Installed-Size: 21 2024-05-03T10:38:38.690 INFO:teuthology.orchestra.run.smithi143.stdout:Maintainer: Ubuntu Kernel Team 2024-05-03T10:38:38.691 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: amd64 2024-05-03T10:38:38.691 INFO:teuthology.orchestra.run.smithi143.stdout:Source: linux-meta 2024-05-03T10:38:38.691 INFO:teuthology.orchestra.run.smithi143.stdout:Version: 5.15.0.105.102 2024-05-03T10:38:38.691 INFO:teuthology.orchestra.run.smithi143.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-03T10:38:38.691 INFO:teuthology.orchestra.run.smithi143.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-03T10:38:38.691 INFO:teuthology.orchestra.run.smithi143.stdout:Recommends: thermald 2024-05-03T10:38:38.691 INFO:teuthology.orchestra.run.smithi143.stdout:Description: Generic Linux kernel image 2024-05-03T10:38:38.691 INFO:teuthology.orchestra.run.smithi143.stdout: This package will always depend on the latest generic kernel image 2024-05-03T10:38:38.691 INFO:teuthology.orchestra.run.smithi143.stdout: available. 2024-05-03T10:38:38.691 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-03T10:38:38.691 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-03T10:38:38.691 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-03T10:38:38.692 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-05-03T10:38:38.692 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2024-05-03T10:38:38.692 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get clean 2024-05-03T10:38:38.750 INFO:teuthology.orchestra.run.smithi008.stdout:Reading package lists... 2024-05-03T10:38:38.768 DEBUG:teuthology.orchestra.run.smithi008:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-03T10:38:38.821 INFO:teuthology.orchestra.run.smithi008.stdout:Reading package lists... 2024-05-03T10:38:38.914 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2024-05-03T10:38:39.002 INFO:teuthology.orchestra.run.smithi008.stdout:Building dependency tree... 2024-05-03T10:38:39.002 INFO:teuthology.orchestra.run.smithi008.stdout:Reading state information... 2024-05-03T10:38:39.050 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-03T10:38:39.062 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-03T10:38:39.082 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-03T10:38:39.164 INFO:teuthology.orchestra.run.smithi008.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-03T10:38:39.164 INFO:teuthology.orchestra.run.smithi008.stdout:The following packages were automatically installed and are no longer required: 2024-05-03T10:38:39.164 INFO:teuthology.orchestra.run.smithi008.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-03T10:38:39.164 INFO:teuthology.orchestra.run.smithi008.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-03T10:38:39.164 INFO:teuthology.orchestra.run.smithi008.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-03T10:38:39.164 INFO:teuthology.orchestra.run.smithi008.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-03T10:38:39.165 INFO:teuthology.orchestra.run.smithi008.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-03T10:38:39.165 INFO:teuthology.orchestra.run.smithi008.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-03T10:38:39.167 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-03T10:38:39.206 INFO:teuthology.orchestra.run.smithi008.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-03T10:38:39.208 DEBUG:teuthology.orchestra.run.smithi008:> dpkg -s linux-image-generic 2024-05-03T10:38:39.261 INFO:teuthology.orchestra.run.smithi008.stdout:Package: linux-image-generic 2024-05-03T10:38:39.261 INFO:teuthology.orchestra.run.smithi008.stdout:Status: install ok installed 2024-05-03T10:38:39.261 INFO:teuthology.orchestra.run.smithi008.stdout:Priority: optional 2024-05-03T10:38:39.261 INFO:teuthology.orchestra.run.smithi008.stdout:Section: kernel 2024-05-03T10:38:39.261 INFO:teuthology.orchestra.run.smithi008.stdout:Installed-Size: 21 2024-05-03T10:38:39.261 INFO:teuthology.orchestra.run.smithi008.stdout:Maintainer: Ubuntu Kernel Team 2024-05-03T10:38:39.261 INFO:teuthology.orchestra.run.smithi008.stdout:Architecture: amd64 2024-05-03T10:38:39.261 INFO:teuthology.orchestra.run.smithi008.stdout:Source: linux-meta 2024-05-03T10:38:39.261 INFO:teuthology.orchestra.run.smithi008.stdout:Version: 5.15.0.105.102 2024-05-03T10:38:39.261 INFO:teuthology.orchestra.run.smithi008.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-03T10:38:39.261 INFO:teuthology.orchestra.run.smithi008.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-03T10:38:39.261 INFO:teuthology.orchestra.run.smithi008.stdout:Recommends: thermald 2024-05-03T10:38:39.262 INFO:teuthology.orchestra.run.smithi008.stdout:Description: Generic Linux kernel image 2024-05-03T10:38:39.262 INFO:teuthology.orchestra.run.smithi008.stdout: This package will always depend on the latest generic kernel image 2024-05-03T10:38:39.262 INFO:teuthology.orchestra.run.smithi008.stdout: available. 2024-05-03T10:38:39.262 DEBUG:teuthology.orchestra.run.smithi008:> mktemp 2024-05-03T10:38:39.309 INFO:teuthology.orchestra.run.smithi008.stdout:/tmp/tmp.MpJlhNW63w 2024-05-03T10:38:39.310 DEBUG:teuthology.orchestra.run.smithi008:> sudo cp /boot/grub/grub.cfg /tmp/tmp.MpJlhNW63w 2024-05-03T10:38:39.364 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0666 /tmp/tmp.MpJlhNW63w 2024-05-03T10:38:39.475 DEBUG:teuthology.orchestra.remote:smithi008:/tmp/tmp.MpJlhNW63w is 10KB 2024-05-03T10:38:39.488 DEBUG:teuthology.orchestra.run.smithi008:> rm -fr /tmp/tmp.MpJlhNW63w 2024-05-03T10:38:39.493 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-03T10:38:39.550 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-03T10:38:39.550 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-03T10:38:39.550 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-03T10:38:39.621 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-03T10:38:39.621 DEBUG:teuthology.orchestra.run.smithi008:> sudo update-grub 2024-05-03T10:38:40.419 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-05-03T10:38:40.437 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-03T10:38:40.500 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-05-03T10:38:40.695 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2024-05-03T10:38:40.695 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2024-05-03T10:38:40.849 INFO:teuthology.orchestra.run.smithi143.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-03T10:38:40.849 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages were automatically installed and are no longer required: 2024-05-03T10:38:40.850 INFO:teuthology.orchestra.run.smithi143.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-03T10:38:40.850 INFO:teuthology.orchestra.run.smithi143.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-03T10:38:40.850 INFO:teuthology.orchestra.run.smithi143.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-03T10:38:40.850 INFO:teuthology.orchestra.run.smithi143.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-03T10:38:40.850 INFO:teuthology.orchestra.run.smithi143.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-03T10:38:40.850 INFO:teuthology.orchestra.run.smithi143.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-03T10:38:40.887 INFO:teuthology.orchestra.run.smithi143.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-03T10:38:40.889 DEBUG:teuthology.orchestra.run.smithi143:> dpkg -s linux-image-generic 2024-05-03T10:38:40.905 INFO:teuthology.orchestra.run.smithi143.stdout:Package: linux-image-generic 2024-05-03T10:38:40.905 INFO:teuthology.orchestra.run.smithi143.stdout:Status: install ok installed 2024-05-03T10:38:40.905 INFO:teuthology.orchestra.run.smithi143.stdout:Priority: optional 2024-05-03T10:38:40.905 INFO:teuthology.orchestra.run.smithi143.stdout:Section: kernel 2024-05-03T10:38:40.905 INFO:teuthology.orchestra.run.smithi143.stdout:Installed-Size: 21 2024-05-03T10:38:40.905 INFO:teuthology.orchestra.run.smithi143.stdout:Maintainer: Ubuntu Kernel Team 2024-05-03T10:38:40.905 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: amd64 2024-05-03T10:38:40.906 INFO:teuthology.orchestra.run.smithi143.stdout:Source: linux-meta 2024-05-03T10:38:40.906 INFO:teuthology.orchestra.run.smithi143.stdout:Version: 5.15.0.105.102 2024-05-03T10:38:40.906 INFO:teuthology.orchestra.run.smithi143.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-03T10:38:40.906 INFO:teuthology.orchestra.run.smithi143.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-03T10:38:40.906 INFO:teuthology.orchestra.run.smithi143.stdout:Recommends: thermald 2024-05-03T10:38:40.906 INFO:teuthology.orchestra.run.smithi143.stdout:Description: Generic Linux kernel image 2024-05-03T10:38:40.906 INFO:teuthology.orchestra.run.smithi143.stdout: This package will always depend on the latest generic kernel image 2024-05-03T10:38:40.906 INFO:teuthology.orchestra.run.smithi143.stdout: available. 2024-05-03T10:38:40.906 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2024-05-03T10:38:40.907 INFO:teuthology.orchestra.run.smithi008.stderr:Sourcing file `/etc/default/grub' 2024-05-03T10:38:40.907 INFO:teuthology.orchestra.run.smithi008.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-03T10:38:40.908 INFO:teuthology.orchestra.run.smithi008.stderr:Generating grub configuration file ... 2024-05-03T10:38:40.951 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.GDDJur98lp 2024-05-03T10:38:40.951 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub/grub.cfg /tmp/tmp.GDDJur98lp 2024-05-03T10:38:41.005 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.GDDJur98lp 2024-05-03T10:38:41.102 INFO:teuthology.orchestra.run.smithi008.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-03T10:38:41.108 INFO:teuthology.orchestra.run.smithi008.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-03T10:38:41.120 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.GDDJur98lp is 10KB 2024-05-03T10:38:41.132 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.GDDJur98lp 2024-05-03T10:38:41.137 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-03T10:38:41.190 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-03T10:38:41.191 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-03T10:38:41.191 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-03T10:38:41.263 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-03T10:38:41.263 DEBUG:teuthology.orchestra.run.smithi143:> sudo update-grub 2024-05-03T10:38:41.338 INFO:teuthology.orchestra.run.smithi008.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-03T10:38:41.344 INFO:teuthology.orchestra.run.smithi008.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-03T10:38:41.387 INFO:teuthology.orchestra.run.smithi008.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-03T10:38:41.392 INFO:teuthology.orchestra.run.smithi008.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-03T10:38:41.562 INFO:teuthology.orchestra.run.smithi008.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-03T10:38:41.562 INFO:teuthology.orchestra.run.smithi008.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-03T10:38:41.563 INFO:teuthology.orchestra.run.smithi008.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-03T10:38:41.581 INFO:teuthology.orchestra.run.smithi008.stderr:done 2024-05-03T10:38:41.599 DEBUG:teuthology.orchestra.run.smithi008:> sudo shutdown -r now 2024-05-03T10:38:42.528 INFO:teuthology.orchestra.run.smithi143.stderr:Sourcing file `/etc/default/grub' 2024-05-03T10:38:42.529 INFO:teuthology.orchestra.run.smithi143.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-03T10:38:42.532 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2024-05-03T10:38:42.771 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-03T10:38:42.778 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-03T10:38:43.010 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-03T10:38:43.015 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-03T10:38:43.054 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-03T10:38:43.059 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-03T10:38:43.205 INFO:teuthology.orchestra.run.smithi143.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-03T10:38:43.206 INFO:teuthology.orchestra.run.smithi143.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-03T10:38:43.206 INFO:teuthology.orchestra.run.smithi143.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-03T10:38:43.220 INFO:teuthology.orchestra.run.smithi143.stderr:done 2024-05-03T10:38:43.223 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2024-05-03T10:39:11.630 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-05-03T10:39:11.631 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-03T10:39:11.632 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:39:13.227 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-05-03T10:39:13.227 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-03T10:39:13.228 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:39:30.079 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.8 2024-05-03T10:39:31.618 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2024-05-03T10:39:39.088 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-03T10:39:39.089 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:39:40.620 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-03T10:39:40.621 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:39:42.142 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.8 2024-05-03T10:39:43.678 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2024-05-03T10:39:54.154 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-03T10:39:54.155 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:39:55.681 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-03T10:39:55.682 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:40:25.934 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-05-03T10:40:26.822 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-03T10:40:26.822 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.15.0-105-generic"... 2024-05-03T10:40:26.822 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-05-03T10:40:26.868 INFO:teuthology.orchestra.run.smithi008.stdout:5.15.0-105-generic 2024-05-03T10:40:26.868 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-03T10:40:26.868 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-03T10:40:26.869 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-03T10:40:27.434 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-05-03T10:40:27.869 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-05-03T10:40:27.870 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T10:40:27.986 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-03T10:40:27.986 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.15.0-105-generic"... 2024-05-03T10:40:27.986 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-05-03T10:40:27.994 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2024-05-03T10:40:28.033 DEBUG:teuthology.parallel:result is None 2024-05-03T10:40:28.034 INFO:teuthology.orchestra.run.smithi143.stdout:5.15.0-105-generic 2024-05-03T10:40:28.034 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-03T10:40:28.034 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-03T10:40:28.034 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-03T10:40:29.036 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-05-03T10:40:29.036 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T10:40:29.095 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2024-05-03T10:40:29.111 DEBUG:teuthology.parallel:result is None 2024-05-03T10:40:29.111 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-03T10:40:29.120 INFO:teuthology.task.internal:Creating test directory... 2024-05-03T10:40:29.120 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T10:40:29.123 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T10:40:29.128 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-03T10:40:29.164 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-03T10:40:29.197 INFO:teuthology.task.internal:Creating archive directory... 2024-05-03T10:40:29.197 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T10:40:29.201 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T10:40:29.223 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-03T10:40:29.230 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-03T10:40:29.230 DEBUG:teuthology.orchestra.run.smithi008:> 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-05-03T10:40:29.253 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-03T10:40:29.272 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:40:29.279 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:40:29.284 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:40:29.292 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:40:29.293 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-03T10:40:29.301 INFO:teuthology.task.internal:Configuring sudo... 2024-05-03T10:40:29.301 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T10:40:29.324 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T10:40:29.349 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-03T10:40:29.359 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-03T10:40:29.359 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T10:40:29.381 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T10:40:29.398 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T10:40:29.432 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T10:40:29.480 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-03T10:40:29.480 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T10:40:29.545 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T10:40:29.550 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T10:40:29.598 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-03T10:40:29.598 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T10:40:29.663 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2024-05-03T10:40:29.665 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2024-05-03T10:40:29.743 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-03T10:40:29.751 INFO:teuthology.task.internal:Starting timer... 2024-05-03T10:40:29.751 INFO:teuthology.run_tasks:Running task pcp... 2024-05-03T10:40:29.793 INFO:teuthology.run_tasks:Running task selinux... 2024-05-03T10:40:29.824 DEBUG:teuthology.task.selinux:Excluding smithi008: OS 'ubuntu' does not support SELinux 2024-05-03T10:40:29.825 DEBUG:teuthology.task.selinux:Excluding smithi143: OS 'ubuntu' does not support SELinux 2024-05-03T10:40:29.825 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-03T10:40:29.825 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-03T10:40:29.825 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-03T10:40:29.825 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-03T10:40:29.858 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-03T10:40:29.863 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-03T10:40:30.047 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-03T10:40:30.062 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-05-03T10:40:30.064 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-03T10:47:35.983 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2024-05-03T10:47:35.984 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-03T10:47:35.985 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:47:36.069 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-05-03T10:47:36.146 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-03T10:47:36.146 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-03T10:47:36.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:47:36.241 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-05-03T10:47:36.318 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-03T10:47:36.318 INFO:teuthology.run_tasks:Running task clock... 2024-05-03T10:47:36.329 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-03T10:47:36.329 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T10:47:36.330 DEBUG:teuthology.orchestra.run.smithi008:> 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-05-03T10:47:36.332 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T10:47:36.332 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-03T10:47:36.358 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-03T10:47:36.358 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: Command line: ntpd -gq 2024-05-03T10:47:36.358 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: ---------------------------------------------------- 2024-05-03T10:47:36.358 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: ntp-4 is maintained by Network Time Foundation, 2024-05-03T10:47:36.359 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-03T10:47:36.359 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: corporation. Support and training for ntp-4 are 2024-05-03T10:47:36.359 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: available at https://www.nwtime.org/support 2024-05-03T10:47:36.360 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: ---------------------------------------------------- 2024-05-03T10:47:36.360 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: proto: precision = 0.066 usec (-24) 2024-05-03T10:47:36.361 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: basedate set to 2022-02-04 2024-05-03T10:47:36.361 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: gps base set to 2022-02-06 (week 2196) 2024-05-03T10:47:36.361 INFO:teuthology.orchestra.run.smithi008.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-03T10:47:36.361 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-03T10:47:36.361 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: restrict ::: KOD does nothing without LIMITED. 2024-05-03T10:47:36.362 INFO:teuthology.orchestra.run.smithi008.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-03T10:47:36.363 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: Listen and drop on 0 v6wildcard [::]:123 2024-05-03T10:47:36.363 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-03T10:47:36.363 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: Listen normally on 2 lo 127.0.0.1:123 2024-05-03T10:47:36.363 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: Listen normally on 3 ens1f0 172.21.15.8:123 2024-05-03T10:47:36.363 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: Listen normally on 4 lo [::1]:123 2024-05-03T10:47:36.363 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:25fe%4]:123 2024-05-03T10:47:36.363 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:36 ntpd[17166]: Listening on routing socket on fd #22 for interface updates 2024-05-03T10:47:36.384 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-03T10:47:36.385 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: Command line: ntpd -gq 2024-05-03T10:47:36.385 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: ---------------------------------------------------- 2024-05-03T10:47:36.385 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: ntp-4 is maintained by Network Time Foundation, 2024-05-03T10:47:36.385 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-03T10:47:36.385 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: corporation. Support and training for ntp-4 are 2024-05-03T10:47:36.385 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: available at https://www.nwtime.org/support 2024-05-03T10:47:36.385 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: ---------------------------------------------------- 2024-05-03T10:47:36.386 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: proto: precision = 0.051 usec (-24) 2024-05-03T10:47:36.386 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: basedate set to 2022-02-04 2024-05-03T10:47:36.386 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: gps base set to 2022-02-06 (week 2196) 2024-05-03T10:47:36.386 INFO:teuthology.orchestra.run.smithi143.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-03T10:47:36.386 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-03T10:47:36.387 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: restrict ::: KOD does nothing without LIMITED. 2024-05-03T10:47:36.387 INFO:teuthology.orchestra.run.smithi143.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-03T10:47:36.388 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: Listen and drop on 0 v6wildcard [::]:123 2024-05-03T10:47:36.388 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-03T10:47:36.388 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: Listen normally on 2 lo 127.0.0.1:123 2024-05-03T10:47:36.388 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: Listen normally on 3 enp3s0f1 172.21.15.143:123 2024-05-03T10:47:36.388 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: Listen normally on 4 lo [::1]:123 2024-05-03T10:47:36.388 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7783%5]:123 2024-05-03T10:47:36.388 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:36 ntpd[17265]: Listening on routing socket on fd #22 for interface updates 2024-05-03T10:47:37.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:37 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:37.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:37 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:37.385 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:37 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:37.385 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:37 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:38.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:38 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:38.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:38 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:38.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:38 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:38.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:38 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:38.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:38 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:38.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:38 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:38.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:38 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:38.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:38 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:38.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:38 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:38.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:38 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:38.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:38 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:38.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:38 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:38.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:38 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:38.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:38 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:38.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:38 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:38.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:38 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:38.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:38 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:38.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:38 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:38.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:38 ntpd[17265]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:38.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:38 ntpd[17265]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:38.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:38 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:38.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:38 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:38.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:38 ntpd[17265]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:38.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:38 ntpd[17265]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:39.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:39 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:39.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:39 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:39.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:39 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:39.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:39 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:39.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:39 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:39.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:39 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:40.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:40 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:40.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:40 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:40.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:40 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:40.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:40 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:40.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:40 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:40.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:40 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:40.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:40 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:40.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:40 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:40.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:40 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:40.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:40 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:40.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:40 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:40.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:40 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:40.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:40.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:40.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:40.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:40.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:40.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:40.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:40.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:40.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:40.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:40.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:40.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:40.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:40.388 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:40.388 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:40.388 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:40.388 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:40.388 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:40 ntpd[17265]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:41.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:41 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:41.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:41 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:41.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:41 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:41.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:41 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:41.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:41 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:41.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:41 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:42.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:42 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:42.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:42 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:42.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:42 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:42.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:42 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:42.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:42 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:42.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:42 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:42.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:42 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:42.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:42 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:42.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:42 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:42.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:42 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:42.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:42 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:42.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:42 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:42.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:42.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:42.388 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:42.388 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:42.388 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:42 ntpd[17265]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:43.362 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:43 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:43.362 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:43 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:43.362 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:43 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:43.362 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:43 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:43.362 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:43 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:43.362 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:43 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:44.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:44 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:44.359 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:44 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:44.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:44 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:44.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:44 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:44.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:44 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:44.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:44 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:44.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:44 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:44.360 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:44 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:44.360 INFO:teuthology.orchestra.run.smithi008.stdout: 3 May 10:47:44 ntpd[17166]: ntpd: time slew -0.000636 s 2024-05-03T10:47:44.360 INFO:teuthology.orchestra.run.smithi008.stdout:ntpd: time slew -0.000636s 2024-05-03T10:47:44.361 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:44 ntpd[17166]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-03T10:47:44.361 INFO:teuthology.orchestra.run.smithi008.stderr: 3 May 10:47:44 ntpd[17166]: can't open /var/log/ntpstats/loopstats.20240503: Permission denied 2024-05-03T10:47:44.385 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:44 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:44.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:44 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:44.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:44 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:44.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:44 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:44.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:44 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:44.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:44 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:44.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:44 ntpd[17265]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:47:44.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:44 ntpd[17265]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:47:44.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:44 ntpd[17265]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:47:44.386 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:44 ntpd[17265]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:47:44.387 INFO:teuthology.orchestra.run.smithi143.stdout: 3 May 10:47:44 ntpd[17265]: ntpd: time slew -0.000410 s 2024-05-03T10:47:44.387 INFO:teuthology.orchestra.run.smithi143.stdout:ntpd: time slew -0.000410s 2024-05-03T10:47:44.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:44 ntpd[17265]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-03T10:47:44.387 INFO:teuthology.orchestra.run.smithi143.stderr: 3 May 10:47:44 ntpd[17265]: can't open /var/log/ntpstats/loopstats.20240503: Permission denied 2024-05-03T10:47:44.406 INFO:teuthology.orchestra.run.smithi008.stdout: remote refid st t when poll reach delay offset jitter 2024-05-03T10:47:44.406 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================== 2024-05-03T10:47:44.406 INFO:teuthology.orchestra.run.smithi008.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:47:44.406 INFO:teuthology.orchestra.run.smithi008.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:47:44.407 INFO:teuthology.orchestra.run.smithi008.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:47:44.407 INFO:teuthology.orchestra.run.smithi008.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:47:44.440 INFO:teuthology.orchestra.run.smithi143.stdout: remote refid st t when poll reach delay offset jitter 2024-05-03T10:47:44.440 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================== 2024-05-03T10:47:44.440 INFO:teuthology.orchestra.run.smithi143.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:47:44.441 INFO:teuthology.orchestra.run.smithi143.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:47:44.441 INFO:teuthology.orchestra.run.smithi143.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:47:44.441 INFO:teuthology.orchestra.run.smithi143.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:47:44.441 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-03T10:47:44.545 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v17.2.0', 'conf': {'global': {'mon election default strategy': 3}, '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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'} 2024-05-03T10:47:44.545 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2024-05-03T10:47:44.546 INFO:tasks.cephadm:Cluster fsid is 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:47:44.546 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-03T10:47:44.546 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.8', 'mon.c': '[v2:172.21.15.8:3301,v1:172.21.15.8:6790]', 'mon.b': '172.21.15.143'} 2024-05-03T10:47:44.547 INFO:tasks.cephadm:First mon is mon.a on smithi008 2024-05-03T10:47:44.547 INFO:tasks.cephadm:First mgr is y 2024-05-03T10:47:44.547 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-03T10:47:44.547 DEBUG:teuthology.orchestra.run.smithi008:> sudo hostname $(hostname -s) 2024-05-03T10:47:44.562 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2024-05-03T10:47:44.577 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2024-05-03T10:47:44.577 DEBUG:teuthology.orchestra.run.smithi008:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T10:47:44.910 INFO:teuthology.orchestra.run.smithi008.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 May 3 10:47 /home/ubuntu/cephtest/cephadm 2024-05-03T10:47:44.911 DEBUG:teuthology.orchestra.run.smithi143:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T10:47:45.188 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 May 3 10:47 /home/ubuntu/cephtest/cephadm 2024-05-03T10:47:45.189 DEBUG:teuthology.orchestra.run.smithi008:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T10:47:45.197 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T10:47:45.215 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2024-05-03T10:47:45.215 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-05-03T10:47:45.240 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-05-03T10:47:45.400 INFO:teuthology.orchestra.run.smithi008.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-05-03T10:47:45.405 INFO:teuthology.orchestra.run.smithi143.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-05-03T10:48:37.470 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-05-03T10:48:37.470 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-05-03T10:48:37.471 INFO:teuthology.orchestra.run.smithi008.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-05-03T10:48:37.471 INFO:teuthology.orchestra.run.smithi008.stdout: "repo_digests": [ 2024-05-03T10:48:37.471 INFO:teuthology.orchestra.run.smithi008.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-05-03T10:48:37.471 INFO:teuthology.orchestra.run.smithi008.stdout: ] 2024-05-03T10:48:37.471 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-05-03T10:48:39.289 INFO:teuthology.orchestra.run.smithi143.stdout:{ 2024-05-03T10:48:39.290 INFO:teuthology.orchestra.run.smithi143.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-05-03T10:48:39.290 INFO:teuthology.orchestra.run.smithi143.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-05-03T10:48:39.290 INFO:teuthology.orchestra.run.smithi143.stdout: "repo_digests": [ 2024-05-03T10:48:39.290 INFO:teuthology.orchestra.run.smithi143.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-05-03T10:48:39.290 INFO:teuthology.orchestra.run.smithi143.stdout: ] 2024-05-03T10:48:39.290 INFO:teuthology.orchestra.run.smithi143.stdout:} 2024-05-03T10:48:39.328 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /etc/ceph 2024-05-03T10:48:39.343 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /etc/ceph 2024-05-03T10:48:39.356 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 777 /etc/ceph 2024-05-03T10:48:39.398 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 777 /etc/ceph 2024-05-03T10:48:39.411 INFO:tasks.cephadm:Writing seed config... 2024-05-03T10:48:39.412 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-03T10:48:39.412 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-03T10:48:39.412 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-03T10:48:39.412 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-05-03T10:48:39.412 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-03T10:48:39.412 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-03T10:48:39.412 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-03T10:48:39.412 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-03T10:48:39.412 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-03T10:48:39.413 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-03T10:48:39.413 DEBUG:teuthology.orchestra.run.smithi008:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-03T10:48:39.447 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 = 92aee8a6-093a-11ef-bc97-c7b262605968 mon election default strategy = 3 [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-05-03T10:48:39.448 DEBUG:teuthology.orchestra.run.smithi008:mon.a> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.a.service 2024-05-03T10:48:39.492 DEBUG:teuthology.orchestra.run.smithi008:mgr.y> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mgr.y.service 2024-05-03T10:48:39.535 INFO:tasks.cephadm:Bootstrapping... 2024-05-03T10:48:39.536 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 92aee8a6-093a-11ef-bc97-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.8 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-03T10:48:39.736 INFO:teuthology.orchestra.run.smithi008.stderr:-------------------------------------------------------------------------------- 2024-05-03T10:48:39.736 INFO:teuthology.orchestra.run.smithi008.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '92aee8a6-093a-11ef-bc97-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.8', '--skip-admin-label'] 2024-05-03T10:48:39.736 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying podman|docker is present... 2024-05-03T10:48:39.736 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying lvm2 is present... 2024-05-03T10:48:39.736 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying time synchronization is in place... 2024-05-03T10:48:39.741 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-05-03T10:48:39.746 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-05-03T10:48:39.752 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-05-03T10:48:39.758 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-05-03T10:48:39.763 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: masked 2024-05-03T10:48:39.767 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-05-03T10:48:39.771 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-05-03T10:48:39.775 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-05-03T10:48:39.779 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: enabled 2024-05-03T10:48:39.782 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: active 2024-05-03T10:48:39.783 INFO:teuthology.orchestra.run.smithi008.stderr:Unit ntp.service is enabled and running 2024-05-03T10:48:39.783 INFO:teuthology.orchestra.run.smithi008.stderr:Repeating the final host check... 2024-05-03T10:48:39.784 INFO:teuthology.orchestra.run.smithi008.stderr:docker (/usr/bin/docker) is present 2024-05-03T10:48:39.784 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl is present 2024-05-03T10:48:39.784 INFO:teuthology.orchestra.run.smithi008.stderr:lvcreate is present 2024-05-03T10:48:39.786 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-05-03T10:48:39.790 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-05-03T10:48:39.793 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-05-03T10:48:39.797 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-05-03T10:48:39.802 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: masked 2024-05-03T10:48:39.806 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-05-03T10:48:39.811 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-05-03T10:48:39.814 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-05-03T10:48:39.818 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: enabled 2024-05-03T10:48:39.822 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: active 2024-05-03T10:48:39.823 INFO:teuthology.orchestra.run.smithi008.stderr:Unit ntp.service is enabled and running 2024-05-03T10:48:39.823 INFO:teuthology.orchestra.run.smithi008.stderr:Host looks OK 2024-05-03T10:48:39.823 INFO:teuthology.orchestra.run.smithi008.stderr:Cluster fsid: 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:48:39.823 INFO:teuthology.orchestra.run.smithi008.stderr:Acquiring lock 140369019864448 on /run/cephadm/92aee8a6-093a-11ef-bc97-c7b262605968.lock 2024-05-03T10:48:39.823 INFO:teuthology.orchestra.run.smithi008.stderr:Lock 140369019864448 acquired on /run/cephadm/92aee8a6-093a-11ef-bc97-c7b262605968.lock 2024-05-03T10:48:39.823 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying IP 172.21.15.8 port 3300 ... 2024-05-03T10:48:39.823 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying IP 172.21.15.8 port 6789 ... 2024-05-03T10:48:39.824 INFO:teuthology.orchestra.run.smithi008.stderr:Base mon IP is 172.21.15.8, final addrv is [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2024-05-03T10:48:39.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2024-05-03T10:48:39.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-03T10:48:39.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.8 2024-05-03T10:48:39.827 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-05-03T10:48:39.827 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-03T10:48:39.827 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1780sec hoplimit 64 pref medium 2024-05-03T10:48:39.829 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-03T10:48:39.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-05-03T10:48:39.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-05-03T10:48:39.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-03T10:48:39.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/sbin/ip: inet6 fe80::ae1f:6bff:fef8:25fe/64 scope link 2024-05-03T10:48:39.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-05-03T10:48:39.830 INFO:teuthology.orchestra.run.smithi008.stderr:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2024-05-03T10:48:39.830 INFO:teuthology.orchestra.run.smithi008.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-03T10:48:39.831 INFO:teuthology.orchestra.run.smithi008.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-05-03T10:48:40.243 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2024-05-03T10:48:40.380 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2024-05-03T10:48:40.381 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2024-05-03T10:48:40.413 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2024-05-03T10:48:41.253 INFO:teuthology.orchestra.run.smithi008.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-05-03T10:48:41.689 INFO:teuthology.orchestra.run.smithi008.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-05-03T10:48:41.689 INFO:teuthology.orchestra.run.smithi008.stderr:Extracting ceph user uid/gid from container image... 2024-05-03T10:48:42.391 INFO:teuthology.orchestra.run.smithi008.stderr:stat: 167 167 2024-05-03T10:48:42.927 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial keys... 2024-05-03T10:48:43.552 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQALwTRmIyHiIBAAJeuSnopAAUGKGtCtmenxng== 2024-05-03T10:48:44.686 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQAMwTRmO4jjKBAAiqQoMl7CR5GMP9TM0TBF4A== 2024-05-03T10:48:45.787 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQANwTRm9CnqLhAA6IkRssf61TOSSBHn/vnsTw== 2024-05-03T10:48:46.351 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial monmap... 2024-05-03T10:48:46.963 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-03T10:48:46.963 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2024-05-03T10:48:46.963 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:48:46.963 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-03T10:48:47.440 INFO:teuthology.orchestra.run.smithi008.stderr:monmaptool for a [v2:172.21.15.8:3300,v1:172.21.15.8:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-03T10:48:47.441 INFO:teuthology.orchestra.run.smithi008.stderr:setting min_mon_release = octopus 2024-05-03T10:48:47.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: set fsid to 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:48:47.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-03T10:48:47.441 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-03T10:48:47.441 INFO:teuthology.orchestra.run.smithi008.stderr:Creating mon... 2024-05-03T10:48:48.193 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-03T10:48:48.194 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 1 imported monmap: 2024-05-03T10:48:48.194 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: epoch 0 2024-05-03T10:48:48.194 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: fsid 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:48:48.194 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: last_changed 2024-05-03T10:48:46.962422+0000 2024-05-03T10:48:48.194 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: created 2024-05-03T10:48:46.962422+0000 2024-05-03T10:48:48.194 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2024-05-03T10:48:48.194 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-05-03T10:48:48.194 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-03T10:48:48.195 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.195 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 0 /usr/bin/ceph-mon: set fsid to 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:48:48.195 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: RocksDB version: 6.15.5 2024-05-03T10:48:48.195 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.195 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-05-03T10:48:48.195 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Compile date Apr 18 2022 2024-05-03T10:48:48.195 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: DB SUMMARY 2024-05-03T10:48:48.195 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.196 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: DB Session ID: UHONT0QYD2WIHHXK23GG 2024-05-03T10:48:48.196 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.196 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-03T10:48:48.221 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.221 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-03T10:48:48.221 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.221 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.error_if_exists: 0 2024-05-03T10:48:48.221 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.create_if_missing: 1 2024-05-03T10:48:48.221 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.paranoid_checks: 1 2024-05-03T10:48:48.221 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-03T10:48:48.221 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.env: 0x5621c0cc6860 2024-05-03T10:48:48.221 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.fs: Posix File System 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.info_log: 0x5621c24e7320 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.statistics: (nil) 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.use_fsync: 0 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.max_log_file_size: 0 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.allow_fallocate: 1 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-03T10:48:48.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.use_direct_reads: 0 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.create_missing_column_families: 0 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.db_log_dir: 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.advise_random_on_open: 1 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.write_buffer_manager: 0x5621c2787950 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-03T10:48:48.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.rate_limiter: (nil) 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.unordered_write: 0 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.row_cache: None 2024-05-03T10:48:48.224 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.wal_filter: None 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.preserve_deletes: 0 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.two_write_queues: 0 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.manual_wal_flush: 0 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.atomic_flush: 0 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.log_readahead_size: 0 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-03T10:48:48.225 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-03T10:48:48.226 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-03T10:48:48.226 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-03T10:48:48.226 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.max_background_jobs: 2 2024-05-03T10:48:48.226 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.max_background_compactions: -1 2024-05-03T10:48:48.226 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.max_subcompactions: 1 2024-05-03T10:48:48.226 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-03T10:48:48.226 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-03T10:48:48.226 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-03T10:48:48.226 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.max_total_wal_size: 0 2024-05-03T10:48:48.226 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-03T10:48:48.226 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.max_open_files: -1 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.bytes_per_sync: 0 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Options.max_background_flushes: -1 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Compression algorithms supported: 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: kZSTD supported: 0 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: kXpressCompression supported: 0 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: kLZ4Compression supported: 1 2024-05-03T10:48:48.227 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: kBZip2Compression supported: 0 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: kZlibCompression supported: 1 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: kSnappyCompression supported: 1 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.188+0000 7f5d85f11880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.merge_operator: 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compaction_filter: None 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compaction_filter_factory: None 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-03T10:48:48.228 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5621c2538b08) 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: index_type: 0 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: checksum: 1 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-05-03T10:48:48.229 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache: 0x5621c2518170 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-05-03T10:48:48.230 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: format_version: 4 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_align: 0 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compression: NoCompression 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-03T10:48:48.231 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-03T10:48:48.232 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.num_levels: 7 2024-05-03T10:48:48.232 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-03T10:48:48.232 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-03T10:48:48.232 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-03T10:48:48.232 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-03T10:48:48.232 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-03T10:48:48.232 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-03T10:48:48.232 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-03T10:48:48.232 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-03T10:48:48.232 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-03T10:48:48.232 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compression_opts.level: 32767 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compression_opts.enabled: false 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-03T10:48:48.233 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.arena_block_size: 4194304 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-03T10:48:48.234 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.table_properties_collectors: 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.inplace_update_support: 0 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-03T10:48:48.235 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.bloom_locality: 0 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.max_successive_merges: 0 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.force_consistency_checks: 1 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.ttl: 2592000 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.enable_blob_files: false 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.min_blob_size: 0 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.blob_file_size: 268435456 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-03T10:48:48.236 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.192+0000 7f5d85f11880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.196+0000 7f5d85f11880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, 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-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.196+0000 7f5d85f11880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.196+0000 7f5d85f11880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2024-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.196+0000 7f5d85f11880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5621c24fea80 2024-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.196+0000 7f5d85f11880 4 rocksdb: DB pointer 0x5621c2572000 2024-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.196+0000 7f5d77afb700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.196+0000 7f5d77afb700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-05-03T10:48:48.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-05-03T10:48:48.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-03T10:48:48.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-03T10:48:48.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-03T10:48:48.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-03T10:48:48.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-05-03T10:48:48.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-03T10:48:48.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 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 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 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 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 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 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 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 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-05-03T10:48:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 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-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 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 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 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 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 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 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 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 2024-05-03T10:48:48.240 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-03T10:48:48.241 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-05-03T10:48:48.241 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-05-03T10:48:48.241 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-03T10:48:48.241 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-05-03T10:48:48.241 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-05-03T10:48:48.241 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-05-03T10:48:48.241 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-03T10:48:48.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-03T10:48:48.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 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-05-03T10:48:48.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-05-03T10:48:48.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-05-03T10:48:48.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.200+0000 7f5d85f11880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2024-05-03T10:48:48.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.200+0000 7f5d85f11880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2024-05-03T10:48:48.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-05-03T10:48:48.200+0000 7f5d85f11880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-03T10:48:48.670 INFO:teuthology.orchestra.run.smithi008.stderr:create mon.a on 2024-05-03T10:48:48.904 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-03T10:48:49.103 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-92aee8a6-093a-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968.target. 2024-05-03T10:48:49.103 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-92aee8a6-093a-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968.target. 2024-05-03T10:48:49.518 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to reset failed state of unit ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-03T10:48:49.522 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968.target.wants/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service. 2024-05-03T10:48:49.741 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld does not appear to be present 2024-05-03T10:48:49.741 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to enable service . firewalld.service is not available 2024-05-03T10:48:49.741 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mon to start... 2024-05-03T10:48:49.741 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mon... 2024-05-03T10:48:49.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:49 smithi008 systemd[1]: Started Ceph mon.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:48:51.011 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: cluster: 2024-05-03T10:48:51.011 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: id: 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:48:51.011 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-05-03T10:48:51.011 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:48:51.011 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: services: 2024-05-03T10:48:51.011 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.265951s) 2024-05-03T10:48:51.011 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr: no daemons active 2024-05-03T10:48:51.011 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-05-03T10:48:51.011 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:48:51.011 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: data: 2024-05-03T10:48:51.012 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-05-03T10:48:51.012 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-05-03T10:48:51.012 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-05-03T10:48:51.012 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: pgs: 2024-05-03T10:48:51.012 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:48:51.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:50 smithi008 bash[18061]: cluster 2024-05-03T10:48:50.743407+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:48:51.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:50 smithi008 bash[18061]: cluster 2024-05-03T10:48:50.739786+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-03T10:48:51.555 INFO:teuthology.orchestra.run.smithi008.stderr:mon is available 2024-05-03T10:48:51.555 INFO:teuthology.orchestra.run.smithi008.stderr:Assimilating anything we can from ceph.conf... 2024-05-03T10:48:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:51 smithi008 bash[18061]: cluster 2024-05-03T10:48:50.742922+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-03T10:48:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:51 smithi008 bash[18061]: cluster 2024-05-03T10:48:50.743063+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0]} 2024-05-03T10:48:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:51 smithi008 bash[18061]: cluster 2024-05-03T10:48:50.744650+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-05-03T10:48:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:51 smithi008 bash[18061]: cluster 2024-05-03T10:48:50.746773+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-03T10:48:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:51 smithi008 bash[18061]: cluster 2024-05-03T10:48:50.747156+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-05-03T10:48:52.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:51 smithi008 bash[18061]: audit 2024-05-03T10:48:51.008802+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.8:0/1037246456' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-03T10:48:52.521 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:48:52.521 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [global] 2024-05-03T10:48:52.522 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: fsid = 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:48:52.522 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2024-05-03T10:48:52.523 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-05-03T10:48:52.523 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-05-03T10:48:52.523 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-05-03T10:48:52.523 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-05-03T10:48:52.523 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:48:52.523 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [mgr] 2024-05-03T10:48:52.524 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = False 2024-05-03T10:48:52.524 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-05-03T10:48:52.524 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:48:52.524 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [osd] 2024-05-03T10:48:52.524 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-05-03T10:48:52.524 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-05-03T10:48:53.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:52 smithi008 bash[18061]: audit 2024-05-03T10:48:52.517076+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.8:0/2415241078' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-03T10:48:53.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:52 smithi008 bash[18061]: audit 2024-05-03T10:48:52.520449+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.8:0/2415241078' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-03T10:48:53.053 INFO:teuthology.orchestra.run.smithi008.stderr:Generating new minimal ceph.conf... 2024-05-03T10:48:54.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:54 smithi008 bash[18061]: audit 2024-05-03T10:48:53.957441+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.8:0/596087961' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:48:54.475 INFO:teuthology.orchestra.run.smithi008.stderr:Restarting the monitor... 2024-05-03T10:48:54.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:54 smithi008 systemd[1]: Stopping Ceph mon.a for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T10:48:54.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:54 smithi008 bash[18419]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-mon.a 2024-05-03T10:48:54.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:54 smithi008 bash[18061]: debug 2024-05-03T10:48:54.567+0000 7f4af8a19700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-03T10:48:54.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:54 smithi008 bash[18061]: debug 2024-05-03T10:48:54.567+0000 7f4af8a19700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-03T10:48:55.168 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:55 smithi008 bash[18427]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-mon-a 2024-05-03T10:48:55.168 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:55 smithi008 bash[18462]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-mon.a 2024-05-03T10:48:55.174 INFO:teuthology.orchestra.run.smithi008.stderr:Setting mon public_network to 172.21.0.0/20 2024-05-03T10:48:55.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:55 smithi008 systemd[1]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-03T10:48:55.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:55 smithi008 systemd[1]: Stopped Ceph mon.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:48:55.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:55 smithi008 systemd[1]: Started Ceph mon.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:48:56.460 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.151+0000 7f87c518f880 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-03T10:48:56.460 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.151+0000 7f87c518f880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-05-03T10:48:56.460 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.151+0000 7f87c518f880 0 pidfile_write: ignore empty --pid-file 2024-05-03T10:48:56.461 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 0 load: jerasure load: lrc 2024-05-03T10:48:56.461 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: RocksDB version: 6.15.5 2024-05-03T10:48:56.461 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-05-03T10:48:56.461 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Compile date Apr 18 2022 2024-05-03T10:48:56.461 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: DB SUMMARY 2024-05-03T10:48:56.461 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: DB Session ID: P4HNAG7HLTANMRYZBPRJ 2024-05-03T10:48:56.462 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: CURRENT file: CURRENT 2024-05-03T10:48:56.462 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: IDENTITY file: IDENTITY 2024-05-03T10:48:56.462 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-05-03T10:48:56.462 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-03T10:48:56.462 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82597 ; 2024-05-03T10:48:56.462 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.error_if_exists: 0 2024-05-03T10:48:56.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.create_if_missing: 0 2024-05-03T10:48:56.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.paranoid_checks: 1 2024-05-03T10:48:56.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-03T10:48:56.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.env: 0x5593f54c6860 2024-05-03T10:48:56.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.fs: Posix File System 2024-05-03T10:48:56.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.info_log: 0x5593f6b05e00 2024-05-03T10:48:56.464 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-03T10:48:56.464 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.statistics: (nil) 2024-05-03T10:48:56.464 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.use_fsync: 0 2024-05-03T10:48:56.464 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_log_file_size: 0 2024-05-03T10:48:56.464 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-03T10:48:56.464 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-03T10:48:56.465 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-03T10:48:56.465 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-03T10:48:56.465 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.allow_fallocate: 1 2024-05-03T10:48:56.465 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-03T10:48:56.465 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-03T10:48:56.465 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.use_direct_reads: 0 2024-05-03T10:48:56.466 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-03T10:48:56.466 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.create_missing_column_families: 0 2024-05-03T10:48:56.466 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.db_log_dir: 2024-05-03T10:48:56.466 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-05-03T10:48:56.466 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-03T10:48:56.466 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-03T10:48:56.467 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-03T10:48:56.467 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-03T10:48:56.467 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-03T10:48:56.467 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-03T10:48:56.467 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.advise_random_on_open: 1 2024-05-03T10:48:56.467 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-03T10:48:56.468 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.write_buffer_manager: 0x5593f6bf62d0 2024-05-03T10:48:56.468 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-03T10:48:56.468 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-05-03T10:48:56.468 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-03T10:48:56.468 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-03T10:48:56.468 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.rate_limiter: (nil) 2024-05-03T10:48:56.469 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-03T10:48:56.469 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-03T10:48:56.469 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-03T10:48:56.469 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-03T10:48:56.469 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.unordered_write: 0 2024-05-03T10:48:56.469 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-03T10:48:56.469 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-03T10:48:56.470 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-03T10:48:56.470 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-03T10:48:56.470 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.row_cache: None 2024-05-03T10:48:56.470 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.wal_filter: None 2024-05-03T10:48:56.470 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-03T10:48:56.470 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-03T10:48:56.471 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.preserve_deletes: 0 2024-05-03T10:48:56.471 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.two_write_queues: 0 2024-05-03T10:48:56.471 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.manual_wal_flush: 0 2024-05-03T10:48:56.471 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.atomic_flush: 0 2024-05-03T10:48:56.471 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-03T10:48:56.471 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-03T10:48:56.472 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-03T10:48:56.472 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.log_readahead_size: 0 2024-05-03T10:48:56.472 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-03T10:48:56.472 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-03T10:48:56.472 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-03T10:48:56.472 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-03T10:48:56.472 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-03T10:48:56.472 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-03T10:48:56.472 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_background_jobs: 2 2024-05-03T10:48:56.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_background_compactions: -1 2024-05-03T10:48:56.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_subcompactions: 1 2024-05-03T10:48:56.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-03T10:48:56.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-03T10:48:56.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-03T10:48:56.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_total_wal_size: 0 2024-05-03T10:48:56.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-03T10:48:56.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-03T10:48:56.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-03T10:48:56.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-03T10:48:56.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_open_files: -1 2024-05-03T10:48:56.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.bytes_per_sync: 0 2024-05-03T10:48:56.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-03T10:48:56.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-03T10:48:56.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-03T10:48:56.475 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_background_flushes: -1 2024-05-03T10:48:56.475 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Compression algorithms supported: 2024-05-03T10:48:56.475 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-03T10:48:56.475 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: kZSTD supported: 0 2024-05-03T10:48:56.475 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: kXpressCompression supported: 0 2024-05-03T10:48:56.475 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-03T10:48:56.475 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: kLZ4Compression supported: 1 2024-05-03T10:48:56.476 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: kBZip2Compression supported: 0 2024-05-03T10:48:56.476 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: kZlibCompression supported: 1 2024-05-03T10:48:56.476 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: kSnappyCompression supported: 1 2024-05-03T10:48:56.476 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-03T10:48:56.476 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2024-05-03T10:48:56.476 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-05-03T10:48:56.476 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-03T10:48:56.476 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.merge_operator: 2024-05-03T10:48:56.476 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_filter: None 2024-05-03T10:48:56.476 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_filter_factory: None 2024-05-03T10:48:56.476 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-03T10:48:56.477 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-03T10:48:56.477 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-03T10:48:56.477 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5593f6ad3d00) 2024-05-03T10:48:56.477 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: cache_index_and_filter_blocks: 1 2024-05-03T10:48:56.477 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-03T10:48:56.477 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-03T10:48:56.477 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: pin_top_level_index_and_filter: 1 2024-05-03T10:48:56.477 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: index_type: 0 2024-05-03T10:48:56.477 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: data_block_index_type: 0 2024-05-03T10:48:56.477 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: index_shortening: 1 2024-05-03T10:48:56.477 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: data_block_hash_table_util_ratio: 0.750000 2024-05-03T10:48:56.477 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: hash_index_allow_collision: 1 2024-05-03T10:48:56.478 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: checksum: 1 2024-05-03T10:48:56.478 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: no_block_cache: 0 2024-05-03T10:48:56.478 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: block_cache: 0x5593f6b3a170 2024-05-03T10:48:56.478 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: block_cache_name: BinnedLRUCache 2024-05-03T10:48:56.478 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: block_cache_options: 2024-05-03T10:48:56.478 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: capacity : 536870912 2024-05-03T10:48:56.478 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: num_shard_bits : 4 2024-05-03T10:48:56.478 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: strict_capacity_limit : 0 2024-05-03T10:48:56.478 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: high_pri_pool_ratio: 0.000 2024-05-03T10:48:56.478 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: block_cache_compressed: (nil) 2024-05-03T10:48:56.478 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: persistent_cache: (nil) 2024-05-03T10:48:56.478 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: block_size: 4096 2024-05-03T10:48:56.479 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: block_size_deviation: 10 2024-05-03T10:48:56.479 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: block_restart_interval: 16 2024-05-03T10:48:56.479 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: index_block_restart_interval: 1 2024-05-03T10:48:56.479 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: metadata_block_size: 4096 2024-05-03T10:48:56.479 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: partition_filters: 0 2024-05-03T10:48:56.479 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: use_delta_encoding: 1 2024-05-03T10:48:56.479 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: filter_policy: rocksdb.BuiltinBloomFilter 2024-05-03T10:48:56.479 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: whole_key_filtering: 1 2024-05-03T10:48:56.479 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: verify_compression: 0 2024-05-03T10:48:56.479 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: read_amp_bytes_per_bit: 0 2024-05-03T10:48:56.479 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: format_version: 4 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: enable_index_compression: 1 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: block_align: 0 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compression: NoCompression 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.num_levels: 7 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-03T10:48:56.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-03T10:48:56.481 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-03T10:48:56.481 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-03T10:48:56.481 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-03T10:48:56.481 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-03T10:48:56.481 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-03T10:48:56.481 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compression_opts.level: 32767 2024-05-03T10:48:56.481 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-03T10:48:56.481 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-03T10:48:56.481 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-03T10:48:56.481 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compression_opts.enabled: false 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-03T10:48:56.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.arena_block_size: 4194304 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-03T10:48:56.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.table_properties_collectors: 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.inplace_update_support: 0 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.bloom_locality: 0 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.max_successive_merges: 0 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-03T10:48:56.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.force_consistency_checks: 1 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.ttl: 2592000 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.enable_blob_files: false 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.min_blob_size: 0 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.blob_file_size: 268435456 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714733336162170, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-05-03T10:48:56.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.155+0000 7f87c518f880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.159+0000 7f87c518f880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.159+0000 7f87c518f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714733336163282, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79147, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77410, "index_size": 225, "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": 10027, "raw_average_key_size": 47, "raw_value_size": 71719, "raw_average_value_size": 339, "num_data_blocks": 10, "num_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1714733336, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "f3066965-dbb2-4765-a039-1c77f272a56a", "db_session_id": "P4HNAG7HLTANMRYZBPRJ"}} 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.159+0000 7f87c518f880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.159+0000 7f87c518f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714733336163764, "job": 1, "event": "recovery_finished"} 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.159+0000 7f87c518f880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.159+0000 7f87c518f880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5593f6b20a80 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.159+0000 7f87c518f880 4 rocksdb: DB pointer 0x5593f6b30000 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.159+0000 7f87b4f17700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.159+0000 7f87b4f17700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: ** DB Stats ** 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-03T10:48:56.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: ** Compaction Stats [default] ** 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: 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 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: L0 2/0 79.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.7 0.00 0.00 1 0.001 0 0 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Sum 2/0 79.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.7 0.00 0.00 1 0.001 0 0 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.7 0.00 0.00 1 0.001 0 0 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: ** Compaction Stats [default] ** 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: 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 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 105.7 0.00 0.00 1 0.001 0 0 2024-05-03T10:48:56.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: AddFile(Total Files): cumulative 0, interval 0 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: AddFile(Keys): cumulative 0, interval 0 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Cumulative compaction: 0.00 GB write, 16.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Interval compaction: 0.00 GB write, 16.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: 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-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: ** File Read Latency Histogram By Level [default] ** 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: ** Compaction Stats [default] ** 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: 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 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: L0 2/0 79.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.7 0.00 0.00 1 0.001 0 0 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Sum 2/0 79.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.7 0.00 0.00 1 0.001 0 0 2024-05-03T10:48:56.488 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Int 0/0 0.00 KB 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 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: ** Compaction Stats [default] ** 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: 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 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 105.7 0.00 0.00 1 0.001 0 0 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: AddFile(Total Files): cumulative 0, interval 0 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: AddFile(Keys): cumulative 0, interval 0 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Cumulative compaction: 0.00 GB write, 16.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: 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-05-03T10:48:56.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: ** File Read Latency Histogram By Level [default] ** 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.159+0000 7f87c518f880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] at bind addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 1 mon.a@-1(???) e1 preinit fsid 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 0 mon.a@-1(???).mds e1 new map 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 0 mon.a@-1(???).mds e1 print_map 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: e1 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: legacy client fscid: -1 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: No filesystems configured 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-03T10:48:56.490 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 20 expand_channel_meta expand map: {default=false} 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 20 expand_channel_meta from 'false' to 'false' 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 20 expand_channel_meta expanded map: {default=false} 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 20 expand_channel_meta expand map: {default=info} 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 20 expand_channel_meta from 'info' to 'info' 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 20 expand_channel_meta expanded map: {default=info} 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 20 expand_channel_meta expand map: {default=daemon} 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 20 expand_channel_meta from 'daemon' to 'daemon' 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 20 expand_channel_meta expanded map: {default=daemon} 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 20 expand_channel_meta expand map: {default=debug} 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 20 expand_channel_meta from 'debug' to 'debug' 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: debug 2024-05-03T10:48:56.163+0000 7f87c518f880 20 expand_channel_meta expanded map: {default=debug} 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: cluster 2024-05-03T10:48:56.191024+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-03T10:48:56.491 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: cluster 2024-05-03T10:48:56.191104+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0]} 2024-05-03T10:48:56.492 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: cluster 2024-05-03T10:48:56.191197+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-05-03T10:48:56.492 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: cluster 2024-05-03T10:48:56.191227+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-03T10:48:56.492 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:56 smithi008 bash[18503]: cluster 2024-05-03T10:48:56.191598+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-05-03T10:48:56.968 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote config to /etc/ceph/ceph.conf 2024-05-03T10:48:56.969 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-03T10:48:56.969 INFO:teuthology.orchestra.run.smithi008.stderr:Creating mgr... 2024-05-03T10:48:56.969 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying port 9283 ... 2024-05-03T10:48:57.207 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to reset failed state of unit ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mgr.y.service: Unit ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mgr.y.service not loaded. 2024-05-03T10:48:57.212 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968.target.wants/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mgr.y.service -> /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service. 2024-05-03T10:48:57.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:57 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:48:57.427 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld does not appear to be present 2024-05-03T10:48:57.428 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to enable service . firewalld.service is not available 2024-05-03T10:48:57.428 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld does not appear to be present 2024-05-03T10:48:57.428 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-05-03T10:48:57.428 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr to start... 2024-05-03T10:48:57.428 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr... 2024-05-03T10:48:57.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:57 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:48:57.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:57 smithi008 bash[18503]: audit 2024-05-03T10:48:56.439078+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.8:0/6682610' entity='client.admin' 2024-05-03T10:48:58.795 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "92aee8a6-093a-11ef-bc97-c7b262605968", 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2024-05-03T10:48:58.796 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "a" 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-05-03T10:48:58.797 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2024-05-03T10:48:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2024-05-03T10:48:58.799 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:48:58.800 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2024-05-03T10:48:50.743790+0000", 2024-05-03T10:48:58.800 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-05-03T10:48:58.800 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:48:58.800 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2024-05-03T10:48:58.800 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-05-03T10:48:59.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:48:58 smithi008 bash[18503]: audit 2024-05-03T10:48:58.789103+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.8:0/3177242406' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-03T10:48:59.018 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:48:58 smithi008 bash[18759]: debug 2024-05-03T10:48:58.715+0000 7efecc876000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-03T10:48:59.394 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (1/15)... 2024-05-03T10:49:00.633 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:00 smithi008 bash[18759]: debug 2024-05-03T10:49:00.283+0000 7efecc876000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-03T10:49:00.633 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:00 smithi008 bash[18759]: debug 2024-05-03T10:49:00.379+0000 7efecc876000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-03T10:49:00.633 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:00 smithi008 bash[18759]: debug 2024-05-03T10:49:00.627+0000 7efecc876000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-03T10:49:01.709 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:01 smithi008 bash[18759]: debug 2024-05-03T10:49:01.379+0000 7efecc876000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-03T10:49:01.710 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:01 smithi008 bash[18759]: debug 2024-05-03T10:49:01.491+0000 7efecc876000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-03T10:49:01.710 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:01 smithi008 bash[18759]: debug 2024-05-03T10:49:01.591+0000 7efecc876000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-03T10:49:01.710 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:01 smithi008 bash[18759]: debug 2024-05-03T10:49:01.703+0000 7efecc876000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-03T10:49:02.018 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:01 smithi008 bash[18759]: debug 2024-05-03T10:49:01.919+0000 7efecc876000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-03T10:49:02.419 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:49:02.419 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-05-03T10:49:02.419 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "92aee8a6-093a-11ef-bc97-c7b262605968", 2024-05-03T10:49:02.419 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2024-05-03T10:49:02.422 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-05-03T10:49:02.422 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2024-05-03T10:49:02.422 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2024-05-03T10:49:02.422 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:02.422 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-05-03T10:49:02.422 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2024-05-03T10:49:02.422 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2024-05-03T10:49:02.422 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "a" 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2024-05-03T10:49:02.423 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-05-03T10:49:02.424 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-05-03T10:49:02.424 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-05-03T10:49:02.427 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-05-03T10:49:02.427 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-05-03T10:49:02.428 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:02.428 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2024-05-03T10:49:02.428 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-05-03T10:49:02.428 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-05-03T10:49:02.428 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2024-05-03T10:49:02.428 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2024-05-03T10:49:02.428 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-05-03T10:49:02.428 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-05-03T10:49:02.428 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-05-03T10:49:02.428 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2024-05-03T10:49:02.428 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2024-05-03T10:49:02.429 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-05-03T10:49:02.430 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-05-03T10:49:02.430 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:02.430 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2024-05-03T10:49:02.430 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:49:02.430 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2024-05-03T10:48:50.743790+0000", 2024-05-03T10:49:02.430 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-05-03T10:49:02.430 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:02.430 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2024-05-03T10:49:02.430 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-05-03T10:49:02.431 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:02 smithi008 bash[18759]: debug 2024-05-03T10:49:02.203+0000 7efecc876000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-03T10:49:02.431 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:02 smithi008 bash[18759]: debug 2024-05-03T10:49:02.307+0000 7efecc876000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-03T10:49:02.742 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:02 smithi008 bash[18503]: audit 2024-05-03T10:49:02.418054+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.8:0/77187367' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-03T10:49:02.743 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:02 smithi008 bash[18759]: debug 2024-05-03T10:49:02.491+0000 7efecc876000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-03T10:49:02.990 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (2/15)... 2024-05-03T10:49:03.017 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:02 smithi008 bash[18759]: debug 2024-05-03T10:49:02.735+0000 7efecc876000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-03T10:49:03.268 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:03 smithi008 bash[18759]: debug 2024-05-03T10:49:03.011+0000 7efecc876000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-03T10:49:03.268 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:03 smithi008 bash[18759]: debug 2024-05-03T10:49:03.179+0000 7efecc876000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-03T10:49:03.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:03 smithi008 bash[18759]: debug 2024-05-03T10:49:03.415+0000 7efecc876000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-03T10:49:03.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:03 smithi008 bash[18759]: debug 2024-05-03T10:49:03.535+0000 7efecc876000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-03T10:49:04.268 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:03 smithi008 bash[18759]: debug 2024-05-03T10:49:03.875+0000 7efecc876000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-03T10:49:04.943 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:04 smithi008 bash[18759]: debug 2024-05-03T10:49:04.615+0000 7efecc876000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-03T10:49:04.943 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:04 smithi008 bash[18759]: debug 2024-05-03T10:49:04.727+0000 7efecc876000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-03T10:49:05.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:04 smithi008 bash[18759]: debug 2024-05-03T10:49:04.939+0000 7efecc876000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-03T10:49:05.518 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:05 smithi008 bash[18759]: debug 2024-05-03T10:49:05.263+0000 7efecc876000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-03T10:49:05.969 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:49:05.969 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-05-03T10:49:05.969 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "92aee8a6-093a-11ef-bc97-c7b262605968", 2024-05-03T10:49:05.969 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2024-05-03T10:49:05.969 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-05-03T10:49:05.969 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2024-05-03T10:49:05.969 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2024-05-03T10:49:05.969 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:05.969 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-05-03T10:49:05.969 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2024-05-03T10:49:05.969 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2024-05-03T10:49:05.969 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "a" 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2024-05-03T10:49:05.970 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-05-03T10:49:05.971 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-05-03T10:49:05.971 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-05-03T10:49:05.974 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-05-03T10:49:05.974 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-05-03T10:49:05.974 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:05.974 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2024-05-03T10:49:05.974 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-05-03T10:49:05.974 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-05-03T10:49:05.974 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2024-05-03T10:49:05.974 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2024-05-03T10:49:05.974 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2024-05-03T10:49:05.975 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2024-05-03T10:49:05.976 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2024-05-03T10:49:05.976 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-05-03T10:49:05.976 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-05-03T10:49:05.976 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:05.976 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2024-05-03T10:49:05.976 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:49:05.976 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2024-05-03T10:48:50.743790+0000", 2024-05-03T10:49:05.976 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-05-03T10:49:05.976 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:05.976 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2024-05-03T10:49:05.976 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-05-03T10:49:05.979 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:05 smithi008 bash[18759]: debug 2024-05-03T10:49:05.643+0000 7efecc876000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-03T10:49:05.979 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:05 smithi008 bash[18759]: debug 2024-05-03T10:49:05.763+0000 7efecc876000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-03T10:49:05.979 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:05 smithi008 bash[18503]: cluster 2024-05-03T10:49:05.770240+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2024-05-03T10:49:05.979 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:05 smithi008 bash[18503]: cluster 2024-05-03T10:49:05.772925+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00278535s) 2024-05-03T10:49:05.979 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:05 smithi008 bash[18503]: audit 2024-05-03T10:49:05.774863+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.8:0/1100932825' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-03T10:49:05.979 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:05 smithi008 bash[18503]: audit 2024-05-03T10:49:05.775074+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.8:0/1100932825' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-03T10:49:05.980 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:05 smithi008 bash[18503]: audit 2024-05-03T10:49:05.775275+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.8:0/1100932825' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-03T10:49:05.980 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:05 smithi008 bash[18503]: audit 2024-05-03T10:49:05.775463+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.8:0/1100932825' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:49:05.980 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:05 smithi008 bash[18503]: audit 2024-05-03T10:49:05.775806+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.8:0/1100932825' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-05-03T10:49:05.980 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:05 smithi008 bash[18503]: cluster 2024-05-03T10:49:05.800609+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2024-05-03T10:49:05.980 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:05 smithi008 bash[18503]: audit 2024-05-03T10:49:05.811651+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.8:0/1100932825' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:49:05.980 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:05 smithi008 bash[18503]: audit 2024-05-03T10:49:05.813065+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.8:0/1100932825' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:49:05.980 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:05 smithi008 bash[18503]: audit 2024-05-03T10:49:05.820119+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.8:0/1100932825' entity='mgr.y' 2024-05-03T10:49:06.539 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (3/15)... 2024-05-03T10:49:07.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:06 smithi008 bash[18503]: audit 2024-05-03T10:49:05.822252+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.8:0/1100932825' entity='mgr.y' 2024-05-03T10:49:07.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:06 smithi008 bash[18503]: audit 2024-05-03T10:49:05.826536+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.8:0/1100932825' entity='mgr.y' 2024-05-03T10:49:07.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:06 smithi008 bash[18503]: audit 2024-05-03T10:49:05.965874+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.8:0/3921252035' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-03T10:49:07.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:06 smithi008 bash[18503]: cluster 2024-05-03T10:49:06.781716+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01157s) 2024-05-03T10:49:09.188 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:08 smithi008 bash[18503]: cluster 2024-05-03T10:49:07.831156+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-05-03T10:49:09.859 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:49:09.859 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-05-03T10:49:09.859 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "92aee8a6-093a-11ef-bc97-c7b262605968", 2024-05-03T10:49:09.859 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2024-05-03T10:49:09.859 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-05-03T10:49:09.859 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2024-05-03T10:49:09.861 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2024-05-03T10:49:09.861 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:09.861 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-05-03T10:49:09.861 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2024-05-03T10:49:09.861 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2024-05-03T10:49:09.861 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-05-03T10:49:09.861 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2024-05-03T10:49:09.861 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "a" 2024-05-03T10:49:09.861 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-05-03T10:49:09.862 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 13, 2024-05-03T10:49:09.862 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2024-05-03T10:49:09.862 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:49:09.862 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-05-03T10:49:09.862 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2024-05-03T10:49:09.862 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:09.862 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2024-05-03T10:49:09.863 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:49:09.863 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2024-05-03T10:49:09.863 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-05-03T10:49:09.863 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-05-03T10:49:09.863 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-05-03T10:49:09.864 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-05-03T10:49:09.864 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-05-03T10:49:09.864 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:09.864 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2024-05-03T10:49:09.864 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-05-03T10:49:09.866 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2024-05-03T10:49:09.867 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2024-05-03T10:49:09.868 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-05-03T10:49:09.868 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2024-05-03T10:49:09.868 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2024-05-03T10:49:09.868 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2024-05-03T10:49:09.868 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2024-05-03T10:49:09.868 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-05-03T10:49:09.868 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-05-03T10:49:09.868 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:09.868 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2024-05-03T10:49:09.869 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-05-03T10:49:09.869 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2024-05-03T10:48:50.743790+0000", 2024-05-03T10:49:09.869 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-05-03T10:49:09.869 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-05-03T10:49:09.869 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2024-05-03T10:49:09.869 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-05-03T10:49:10.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:09 smithi008 bash[18503]: audit 2024-05-03T10:49:09.857513+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.8:0/2463862459' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-03T10:49:10.370 INFO:teuthology.orchestra.run.smithi008.stderr:mgr is available 2024-05-03T10:49:11.517 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:49:11.518 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [global] 2024-05-03T10:49:11.518 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: fsid = 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:49:11.518 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-05-03T10:49:11.518 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-05-03T10:49:11.519 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-05-03T10:49:11.519 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-05-03T10:49:11.519 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:49:11.519 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [mgr] 2024-05-03T10:49:11.519 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-05-03T10:49:11.519 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-05-03T10:49:11.520 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [osd] 2024-05-03T10:49:11.520 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-05-03T10:49:11.520 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-05-03T10:49:12.018 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling cephadm module... 2024-05-03T10:49:12.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:12 smithi008 bash[18503]: audit 2024-05-03T10:49:11.511754+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.8:0/2069247775' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-03T10:49:12.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:12 smithi008 bash[18503]: audit 2024-05-03T10:49:11.516406+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.8:0/2069247775' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-03T10:49:13.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:13 smithi008 bash[18503]: audit 2024-05-03T10:49:13.242630+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.8:0/3310284730' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-03T10:49:13.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:13 smithi008 bash[18759]: ignoring --setuser ceph since I am not root 2024-05-03T10:49:13.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:13 smithi008 bash[18759]: ignoring --setgroup ceph since I am not root 2024-05-03T10:49:13.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:13 smithi008 bash[18759]: debug 2024-05-03T10:49:13.475+0000 7f8d5be1b000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-03T10:49:14.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:14 smithi008 bash[18503]: audit 2024-05-03T10:49:13.299645+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.8:0/3310284730' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-03T10:49:14.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:14 smithi008 bash[18503]: cluster 2024-05-03T10:49:13.299731+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 7s) 2024-05-03T10:49:15.062 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-05-03T10:49:15.062 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 5, 2024-05-03T10:49:15.062 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2024-05-03T10:49:15.062 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "active_name": "y", 2024-05-03T10:49:15.062 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standby": 0 2024-05-03T10:49:15.062 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-05-03T10:49:15.302 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:15 smithi008 bash[18759]: debug 2024-05-03T10:49:15.043+0000 7f8d5be1b000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-03T10:49:15.302 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:15 smithi008 bash[18759]: debug 2024-05-03T10:49:15.139+0000 7f8d5be1b000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-03T10:49:15.569 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for the mgr to restart... 2024-05-03T10:49:15.570 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr epoch 5... 2024-05-03T10:49:15.589 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:15 smithi008 bash[18503]: audit 2024-05-03T10:49:15.060606+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.8:0/927003582' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-03T10:49:15.589 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:15 smithi008 bash[18759]: debug 2024-05-03T10:49:15.391+0000 7f8d5be1b000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-03T10:49:16.501 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:16 smithi008 bash[18759]: debug 2024-05-03T10:49:16.155+0000 7f8d5be1b000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-03T10:49:16.502 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:16 smithi008 bash[18759]: debug 2024-05-03T10:49:16.279+0000 7f8d5be1b000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-03T10:49:16.502 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:16 smithi008 bash[18759]: debug 2024-05-03T10:49:16.383+0000 7f8d5be1b000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-03T10:49:16.502 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:16 smithi008 bash[18759]: debug 2024-05-03T10:49:16.495+0000 7f8d5be1b000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-03T10:49:16.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:16 smithi008 bash[18759]: debug 2024-05-03T10:49:16.707+0000 7f8d5be1b000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-03T10:49:17.268 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:16 smithi008 bash[18759]: debug 2024-05-03T10:49:16.991+0000 7f8d5be1b000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-03T10:49:17.268 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:17 smithi008 bash[18759]: debug 2024-05-03T10:49:17.095+0000 7f8d5be1b000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-03T10:49:17.555 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:17 smithi008 bash[18759]: debug 2024-05-03T10:49:17.279+0000 7f8d5be1b000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-03T10:49:17.830 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:17 smithi008 bash[18759]: debug 2024-05-03T10:49:17.551+0000 7f8d5be1b000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-03T10:49:17.830 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:17 smithi008 bash[18759]: debug 2024-05-03T10:49:17.823+0000 7f8d5be1b000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-03T10:49:18.236 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:17 smithi008 bash[18759]: debug 2024-05-03T10:49:17.991+0000 7f8d5be1b000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-03T10:49:18.518 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:18 smithi008 bash[18759]: debug 2024-05-03T10:49:18.231+0000 7f8d5be1b000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-03T10:49:18.518 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:18 smithi008 bash[18759]: debug 2024-05-03T10:49:18.351+0000 7f8d5be1b000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-03T10:49:19.018 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:18 smithi008 bash[18759]: debug 2024-05-03T10:49:18.691+0000 7f8d5be1b000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-03T10:49:19.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:19 smithi008 bash[18759]: debug 2024-05-03T10:49:19.435+0000 7f8d5be1b000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-03T10:49:19.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:19 smithi008 bash[18759]: debug 2024-05-03T10:49:19.551+0000 7f8d5be1b000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-03T10:49:20.097 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:19 smithi008 bash[18759]: debug 2024-05-03T10:49:19.763+0000 7f8d5be1b000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-03T10:49:20.480 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:20 smithi008 bash[18759]: debug 2024-05-03T10:49:20.091+0000 7f8d5be1b000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-03T10:49:20.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:20 smithi008 bash[18759]: debug 2024-05-03T10:49:20.475+0000 7f8d5be1b000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-03T10:49:20.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:20 smithi008 bash[18759]: debug 2024-05-03T10:49:20.591+0000 7f8d5be1b000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-03T10:49:21.693 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-05-03T10:49:21.693 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-05-03T10:49:21.693 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "initialized": true 2024-05-03T10:49:21.693 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-05-03T10:49:21.885 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:21 smithi008 bash[18759]: [03/May/2024:10:49:21] ENGINE Bus STARTING 2024-05-03T10:49:21.885 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:21 smithi008 bash[18759]: [03/May/2024:10:49:21] ENGINE Serving on https://172.21.15.8:7150 2024-05-03T10:49:21.886 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:21 smithi008 bash[18759]: [03/May/2024:10:49:21] ENGINE Bus STARTED 2024-05-03T10:49:21.886 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: cluster 2024-05-03T10:49:20.620598+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2024-05-03T10:49:21.886 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: cluster 2024-05-03T10:49:20.621507+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2024-05-03T10:49:21.886 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: cluster 2024-05-03T10:49:20.625179+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-03T10:49:21.886 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: cluster 2024-05-03T10:49:20.677325+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0560824s) 2024-05-03T10:49:21.886 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: audit 2024-05-03T10:49:20.678885+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:49:21.886 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: audit 2024-05-03T10:49:20.681006+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-05-03T10:49:21.886 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: audit 2024-05-03T10:49:20.682339+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-03T10:49:21.886 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: audit 2024-05-03T10:49:20.682578+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-03T10:49:21.887 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: audit 2024-05-03T10:49:20.682797+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-03T10:49:21.887 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: cluster 2024-05-03T10:49:20.712670+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2024-05-03T10:49:21.887 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: audit 2024-05-03T10:49:20.727836+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:21.887 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: audit 2024-05-03T10:49:20.730573+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:21.887 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: audit 2024-05-03T10:49:20.733207+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:49:21.887 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: audit 2024-05-03T10:49:20.734532+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:49:21.887 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: audit 2024-05-03T10:49:20.737050+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:49:21.887 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: audit 2024-05-03T10:49:20.745709+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:49:21.887 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:21 smithi008 bash[18503]: audit 2024-05-03T10:49:20.746999+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:49:22.226 INFO:teuthology.orchestra.run.smithi008.stderr:mgr epoch 5 is available 2024-05-03T10:49:22.226 INFO:teuthology.orchestra.run.smithi008.stderr:Setting orchestrator backend to cephadm... 2024-05-03T10:49:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:22 smithi008 bash[18503]: cephadm 2024-05-03T10:49:21.524575+0000 mgr.y (mgr.14120) 1 : cephadm [INF] [03/May/2024:10:49:21] ENGINE Bus STARTING 2024-05-03T10:49:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:22 smithi008 bash[18503]: cephadm 2024-05-03T10:49:21.647755+0000 mgr.y (mgr.14120) 2 : cephadm [INF] [03/May/2024:10:49:21] ENGINE Serving on https://172.21.15.8:7150 2024-05-03T10:49:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:22 smithi008 bash[18503]: cephadm 2024-05-03T10:49:21.647950+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [03/May/2024:10:49:21] ENGINE Bus STARTED 2024-05-03T10:49:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:22 smithi008 bash[18503]: audit 2024-05-03T10:49:21.653390+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:22 smithi008 bash[18503]: audit 2024-05-03T10:49:21.655539+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:49:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:22 smithi008 bash[18503]: audit 2024-05-03T10:49:21.680483+0000 mgr.y (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-03T10:49:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:22 smithi008 bash[18503]: cluster 2024-05-03T10:49:21.680734+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: y(active, since 1.0595s) 2024-05-03T10:49:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:22 smithi008 bash[18503]: audit 2024-05-03T10:49:21.692102+0000 mgr.y (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-03T10:49:24.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:23 smithi008 bash[18503]: cluster 2024-05-03T10:49:22.681254+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-05-03T10:49:24.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:23 smithi008 bash[18503]: audit 2024-05-03T10:49:23.342420+0000 mgr.y (mgr.14120) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:49:24.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:23 smithi008 bash[18503]: audit 2024-05-03T10:49:23.352520+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:24.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:23 smithi008 bash[18503]: audit 2024-05-03T10:49:23.375712+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:49:25.013 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: value unchanged 2024-05-03T10:49:25.563 INFO:teuthology.orchestra.run.smithi008.stderr:Generating ssh key... 2024-05-03T10:49:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:25 smithi008 bash[18503]: audit 2024-05-03T10:49:25.012528+0000 mgr.y (mgr.14120) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:49:27.518 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: Generating public/private rsa key pair. 2024-05-03T10:49:27.518 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: Your identification has been saved in /tmp/tmpo8hrhcuo/key. 2024-05-03T10:49:27.518 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: Your public key has been saved in /tmp/tmpo8hrhcuo/key.pub. 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: The key fingerprint is: 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: SHA256:Sec2p/N8O/A0s5ZOv1g0pCa9aNn6RigP0GYCNXqNNIM ceph-92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: The key's randomart image is: 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: +---[RSA 3072]----+ 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: | o* | 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: | Eo * | 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: | ..oo.. . | 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: | .+ B . o | 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: | S +.o+ o | 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: | + =B.* .| 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: | *+.*.* | 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: | .=.oX. | 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: | .=*o+o| 2024-05-03T10:49:27.519 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:27 smithi008 bash[18759]: +----[SHA256]-----+ 2024-05-03T10:49:28.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:28 smithi008 bash[18503]: audit 2024-05-03T10:49:26.689713+0000 mgr.y (mgr.14120) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:49:28.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:28 smithi008 bash[18503]: cephadm 2024-05-03T10:49:26.689984+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2024-05-03T10:49:28.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:28 smithi008 bash[18503]: audit 2024-05-03T10:49:27.056265+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:28.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:28 smithi008 bash[18503]: audit 2024-05-03T10:49:27.060465+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:28.710 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2t8hKm5kLYBNHY0dNtk3Qs0I+Orssm5gabBfKtw1WtiAREHmt2xuZeEDYsz4SwBTPccVyDKkCIiB7QYKqoxomKevcblVw9E7zoI/jbLlvagKehVKG/7Z2t6qS23zLQXsI79bVcuoVV/9bIw2m4sZ4T5tZXgJHyz98i1DFMxYJ+IcaFy0OzxTV2LtlIIQLH07cUTGt/BPI3NFj6JwpkvjihY1z3PRRQ2Nwh+IdUY2aKTZ5pQK+f6RF+yasdwnEUFNzROr4KLiXRHRq9HlzQ08MHbsL4QE1bt5kvu4wsGcwH0mc1b6odMASGJIVIC2qsTpyat8Xo3AmadRu7IUV5xyOfvuyiw6bwJqqZpVUJ4FlNIzTAsPxubyZfM4S2uklYqMsgglF2s7sfDjQWHAEQkJm6p+VR1bTjMe1raR8iwayDl3EeHDWq110mybaLiq28DuYX9VDxAyzeFIxOioCzP4176W+BAoRdnXWniAKPAL8Nj7bJ9F5SNe0AOVqGH3OCos= ceph-92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:49:29.242 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-03T10:49:29.242 INFO:teuthology.orchestra.run.smithi008.stderr:Adding key to root@localhost authorized_keys... 2024-05-03T10:49:29.242 INFO:teuthology.orchestra.run.smithi008.stderr:Adding host smithi008... 2024-05-03T10:49:29.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:29 smithi008 bash[18503]: audit 2024-05-03T10:49:28.709122+0000 mgr.y (mgr.14120) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:49:31.403 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Added host 'smithi008' with addr '172.21.15.8' 2024-05-03T10:49:31.980 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying unmanaged mon service... 2024-05-03T10:49:32.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:32 smithi008 bash[18503]: audit 2024-05-03T10:49:30.389824+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi008", "addr": "172.21.15.8", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:49:32.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:32 smithi008 bash[18503]: cephadm 2024-05-03T10:49:30.752325+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi008 2024-05-03T10:49:32.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:32 smithi008 bash[18503]: audit 2024-05-03T10:49:31.401897+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:32.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:32 smithi008 bash[18503]: audit 2024-05-03T10:49:31.440044+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:49:33.506 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:33 smithi008 bash[18503]: cephadm 2024-05-03T10:49:31.402285+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi008 2024-05-03T10:49:33.717 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled mon update... 2024-05-03T10:49:34.508 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying unmanaged mgr service... 2024-05-03T10:49:35.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:34 smithi008 bash[18503]: audit 2024-05-03T10:49:33.713250+0000 mgr.y (mgr.14120) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:49:35.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:34 smithi008 bash[18503]: cephadm 2024-05-03T10:49:33.714553+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-03T10:49:35.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:34 smithi008 bash[18503]: audit 2024-05-03T10:49:33.717047+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:35.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:34 smithi008 bash[18503]: audit 2024-05-03T10:49:34.492229+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:35.749 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-05-03T10:49:36.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:35 smithi008 bash[18503]: audit 2024-05-03T10:49:34.740650+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:37.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:36 smithi008 bash[18503]: audit 2024-05-03T10:49:35.736222+0000 mgr.y (mgr.14120) 16 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:49:37.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:36 smithi008 bash[18503]: cephadm 2024-05-03T10:49:35.738600+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-03T10:49:37.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:36 smithi008 bash[18503]: audit 2024-05-03T10:49:35.747972+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:38.685 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:38 smithi008 bash[18503]: audit 2024-05-03T10:49:37.430357+0000 mon.a (mon.0) 63 : audit [INF] from='client.? 172.21.15.8:0/3850475025' entity='client.admin' 2024-05-03T10:49:39.667 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling the dashboard module... 2024-05-03T10:49:40.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:39 smithi008 bash[18503]: audit 2024-05-03T10:49:38.691159+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:40.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:39 smithi008 bash[18503]: audit 2024-05-03T10:49:39.111654+0000 mon.a (mon.0) 65 : audit [INF] from='client.? 172.21.15.8:0/2347142139' entity='client.admin' 2024-05-03T10:49:40.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:39 smithi008 bash[18503]: audit 2024-05-03T10:49:39.138898+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.8:0/1815226853' entity='mgr.y' 2024-05-03T10:49:42.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:41 smithi008 bash[18503]: cluster 2024-05-03T10:49:40.683760+0000 mgr.y (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:49:42.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:41 smithi008 bash[18503]: audit 2024-05-03T10:49:40.910122+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.8:0/1548002570' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-03T10:49:42.018 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:41 smithi008 bash[18759]: ignoring --setuser ceph since I am not root 2024-05-03T10:49:42.018 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:41 smithi008 bash[18759]: ignoring --setgroup ceph since I am not root 2024-05-03T10:49:42.018 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:41 smithi008 bash[18759]: debug 2024-05-03T10:49:41.875+0000 7f14abe94000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-03T10:49:43.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:42 smithi008 bash[18503]: audit 2024-05-03T10:49:41.697201+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.8:0/1548002570' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-03T10:49:43.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:42 smithi008 bash[18503]: cluster 2024-05-03T10:49:41.697300+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 21s) 2024-05-03T10:49:43.517 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:43 smithi008 bash[18759]: debug 2024-05-03T10:49:43.459+0000 7f14abe94000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-03T10:49:43.820 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:43 smithi008 bash[18759]: debug 2024-05-03T10:49:43.563+0000 7f14abe94000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-03T10:49:43.849 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-05-03T10:49:43.849 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 9, 2024-05-03T10:49:43.849 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2024-05-03T10:49:43.850 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "active_name": "y", 2024-05-03T10:49:43.850 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standby": 0 2024-05-03T10:49:43.850 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-05-03T10:49:44.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:43 smithi008 bash[18503]: audit 2024-05-03T10:49:43.848391+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.8:0/896257020' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-03T10:49:44.235 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:43 smithi008 bash[18759]: debug 2024-05-03T10:49:43.815+0000 7f14abe94000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-03T10:49:44.592 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for the mgr to restart... 2024-05-03T10:49:44.592 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr epoch 9... 2024-05-03T10:49:44.907 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:44 smithi008 bash[18759]: debug 2024-05-03T10:49:44.571+0000 7f14abe94000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-03T10:49:44.908 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:44 smithi008 bash[18759]: debug 2024-05-03T10:49:44.683+0000 7f14abe94000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-03T10:49:44.908 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:44 smithi008 bash[18759]: debug 2024-05-03T10:49:44.787+0000 7f14abe94000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-03T10:49:44.908 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:44 smithi008 bash[18759]: debug 2024-05-03T10:49:44.903+0000 7f14abe94000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-03T10:49:45.228 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:45 smithi008 bash[18759]: debug 2024-05-03T10:49:45.115+0000 7f14abe94000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-03T10:49:45.513 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:45 smithi008 bash[18759]: debug 2024-05-03T10:49:45.403+0000 7f14abe94000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-03T10:49:45.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:45 smithi008 bash[18759]: debug 2024-05-03T10:49:45.507+0000 7f14abe94000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-03T10:49:45.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:45 smithi008 bash[18759]: debug 2024-05-03T10:49:45.695+0000 7f14abe94000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-03T10:49:46.234 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:45 smithi008 bash[18759]: debug 2024-05-03T10:49:45.947+0000 7f14abe94000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-03T10:49:46.518 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:46 smithi008 bash[18759]: debug 2024-05-03T10:49:46.223+0000 7f14abe94000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-03T10:49:46.518 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:46 smithi008 bash[18759]: debug 2024-05-03T10:49:46.391+0000 7f14abe94000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-03T10:49:47.018 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:46 smithi008 bash[18759]: debug 2024-05-03T10:49:46.631+0000 7f14abe94000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-03T10:49:47.018 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:46 smithi008 bash[18759]: debug 2024-05-03T10:49:46.751+0000 7f14abe94000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-03T10:49:47.518 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:47 smithi008 bash[18759]: debug 2024-05-03T10:49:47.091+0000 7f14abe94000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-03T10:49:48.173 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:47 smithi008 bash[18759]: debug 2024-05-03T10:49:47.839+0000 7f14abe94000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-03T10:49:48.173 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:47 smithi008 bash[18759]: debug 2024-05-03T10:49:47.955+0000 7f14abe94000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-03T10:49:48.173 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:48 smithi008 bash[18759]: debug 2024-05-03T10:49:48.167+0000 7f14abe94000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-03T10:49:48.768 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:48 smithi008 bash[18759]: debug 2024-05-03T10:49:48.499+0000 7f14abe94000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-03T10:49:49.163 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:48 smithi008 bash[18759]: debug 2024-05-03T10:49:48.883+0000 7f14abe94000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-03T10:49:49.163 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:49 smithi008 bash[18759]: debug 2024-05-03T10:49:49.003+0000 7f14abe94000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-03T10:49:49.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:49 smithi008 bash[18503]: cluster 2024-05-03T10:49:49.028487+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2024-05-03T10:49:49.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:49 smithi008 bash[18503]: cluster 2024-05-03T10:49:49.029136+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2024-05-03T10:49:49.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:49 smithi008 bash[18503]: cluster 2024-05-03T10:49:49.032647+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-03T10:49:50.018 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:49 smithi008 bash[18759]: [03/May/2024:10:49:49] ENGINE Bus STARTING 2024-05-03T10:49:50.018 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:49 smithi008 bash[18759]: [03/May/2024:10:49:49] ENGINE Serving on https://172.21.15.8:7150 2024-05-03T10:49:50.018 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:49:49 smithi008 bash[18759]: [03/May/2024:10:49:49] ENGINE Bus STARTED 2024-05-03T10:49:50.116 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-05-03T10:49:50.116 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-05-03T10:49:50.117 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "initialized": true 2024-05-03T10:49:50.117 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-05-03T10:49:50.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: cluster 2024-05-03T10:49:49.085407+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0563678s) 2024-05-03T10:49:50.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: audit 2024-05-03T10:49:49.088855+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:49:50.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: audit 2024-05-03T10:49:49.089528+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-05-03T10:49:50.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: audit 2024-05-03T10:49:49.090597+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-03T10:49:50.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: audit 2024-05-03T10:49:49.090811+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-03T10:49:50.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: audit 2024-05-03T10:49:49.090993+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-03T10:49:50.520 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: cluster 2024-05-03T10:49:49.116402+0000 mon.a (mon.0) 80 : cluster [INF] Manager daemon y is now available 2024-05-03T10:49:50.520 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: audit 2024-05-03T10:49:49.135164+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:49:50.520 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: audit 2024-05-03T10:49:49.136536+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:49:50.520 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: audit 2024-05-03T10:49:49.151946+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:49:50.520 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: audit 2024-05-03T10:49:49.153260+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:49:50.520 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: cephadm 2024-05-03T10:49:49.560770+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [03/May/2024:10:49:49] ENGINE Bus STARTING 2024-05-03T10:49:50.520 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: cephadm 2024-05-03T10:49:49.682991+0000 mgr.y (mgr.14152) 2 : cephadm [INF] [03/May/2024:10:49:49] ENGINE Serving on https://172.21.15.8:7150 2024-05-03T10:49:50.520 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: cephadm 2024-05-03T10:49:49.683184+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [03/May/2024:10:49:49] ENGINE Bus STARTED 2024-05-03T10:49:50.520 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:50 smithi008 bash[18503]: audit 2024-05-03T10:49:49.688976+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:49:50.757 INFO:teuthology.orchestra.run.smithi008.stderr:mgr epoch 9 is available 2024-05-03T10:49:50.757 INFO:teuthology.orchestra.run.smithi008.stderr:Generating a dashboard self-signed certificate... 2024-05-03T10:49:51.355 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:51 smithi008 bash[18503]: audit 2024-05-03T10:49:50.103627+0000 mgr.y (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-03T10:49:51.355 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:51 smithi008 bash[18503]: cluster 2024-05-03T10:49:50.105621+0000 mon.a (mon.0) 86 : cluster [DBG] mgrmap e11: y(active, since 1.07658s) 2024-05-03T10:49:51.355 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:51 smithi008 bash[18503]: audit 2024-05-03T10:49:50.115722+0000 mgr.y (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-03T10:49:51.977 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Self-signed certificate created 2024-05-03T10:49:52.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:52 smithi008 bash[18503]: cluster 2024-05-03T10:49:51.106176+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-05-03T10:49:52.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:52 smithi008 bash[18503]: audit 2024-05-03T10:49:51.972259+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:49:52.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:52 smithi008 bash[18503]: audit 2024-05-03T10:49:51.976437+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:49:52.513 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial admin user... 2024-05-03T10:49:53.445 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:53 smithi008 bash[18503]: audit 2024-05-03T10:49:51.884149+0000 mgr.y (mgr.14152) 6 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:49:53.965 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$K6lR3Tly5Tx6/t/z5QCKFeN/JZY7Q2sFQuyamGc8MCJfwQtCYztg6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714733393, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-03T10:49:54.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:54 smithi008 bash[18503]: audit 2024-05-03T10:49:53.213380+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:49:54.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:54 smithi008 bash[18503]: audit 2024-05-03T10:49:53.634760+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:49:54.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:54 smithi008 bash[18503]: audit 2024-05-03T10:49:53.711578+0000 mgr.y (mgr.14152) 7 : audit [DBG] from='client.14166 -' 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-05-03T10:49:54.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:54 smithi008 bash[18503]: audit 2024-05-03T10:49:53.963604+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:49:54.544 INFO:teuthology.orchestra.run.smithi008.stderr:Fetching dashboard port number... 2024-05-03T10:49:55.706 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 8443 2024-05-03T10:49:56.194 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld does not appear to be present 2024-05-03T10:49:56.194 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-03T10:49:56.196 INFO:teuthology.orchestra.run.smithi008.stderr:Ceph Dashboard is now available at: 2024-05-03T10:49:56.196 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-03T10:49:56.197 INFO:teuthology.orchestra.run.smithi008.stderr: URL: https://smithi008.front.sepia.ceph.com:8443/ 2024-05-03T10:49:56.197 INFO:teuthology.orchestra.run.smithi008.stderr: User: admin 2024-05-03T10:49:56.197 INFO:teuthology.orchestra.run.smithi008.stderr: Password: ftkpstoqyc 2024-05-03T10:49:56.197 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-03T10:49:56.197 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling autotune for osd_memory_target 2024-05-03T10:49:56.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:56 smithi008 bash[18503]: cluster 2024-05-03T10:49:55.216647+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-05-03T10:49:56.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:49:56 smithi008 bash[18503]: audit 2024-05-03T10:49:55.705266+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.8:0/451089432' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-03T10:49:59.604 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-05-03T10:50:00.127 INFO:teuthology.orchestra.run.smithi008.stderr:You can access the Ceph CLI with: 2024-05-03T10:50:00.128 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-03T10:50:00.128 INFO:teuthology.orchestra.run.smithi008.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-03T10:50:00.128 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-03T10:50:00.128 INFO:teuthology.orchestra.run.smithi008.stderr:Please consider enabling telemetry to help improve Ceph: 2024-05-03T10:50:00.128 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-03T10:50:00.128 INFO:teuthology.orchestra.run.smithi008.stderr: ceph telemetry on 2024-05-03T10:50:00.128 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-03T10:50:00.128 INFO:teuthology.orchestra.run.smithi008.stderr:For more information see: 2024-05-03T10:50:00.128 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-03T10:50:00.128 INFO:teuthology.orchestra.run.smithi008.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-05-03T10:50:00.128 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-03T10:50:00.128 INFO:teuthology.orchestra.run.smithi008.stderr:Bootstrap complete. 2024-05-03T10:50:00.177 INFO:tasks.cephadm:Fetching config... 2024-05-03T10:50:00.178 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-03T10:50:00.178 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-03T10:50:00.185 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-03T10:50:00.185 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-03T10:50:00.185 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-03T10:50:00.230 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-03T10:50:00.230 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-03T10:50:00.230 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-03T10:50:00.286 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-03T10:50:00.286 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-03T10:50:00.286 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-03T10:50:00.334 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-03T10:50:00.335 DEBUG:teuthology.orchestra.run.smithi008:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2t8hKm5kLYBNHY0dNtk3Qs0I+Orssm5gabBfKtw1WtiAREHmt2xuZeEDYsz4SwBTPccVyDKkCIiB7QYKqoxomKevcblVw9E7zoI/jbLlvagKehVKG/7Z2t6qS23zLQXsI79bVcuoVV/9bIw2m4sZ4T5tZXgJHyz98i1DFMxYJ+IcaFy0OzxTV2LtlIIQLH07cUTGt/BPI3NFj6JwpkvjihY1z3PRRQ2Nwh+IdUY2aKTZ5pQK+f6RF+yasdwnEUFNzROr4KLiXRHRq9HlzQ08MHbsL4QE1bt5kvu4wsGcwH0mc1b6odMASGJIVIC2qsTpyat8Xo3AmadRu7IUV5xyOfvuyiw6bwJqqZpVUJ4FlNIzTAsPxubyZfM4S2uklYqMsgglF2s7sfDjQWHAEQkJm6p+VR1bTjMe1raR8iwayDl3EeHDWq110mybaLiq28DuYX9VDxAyzeFIxOioCzP4176W+BAoRdnXWniAKPAL8Nj7bJ9F5SNe0AOVqGH3OCos= ceph-92aee8a6-093a-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-03T10:50:00.401 INFO:teuthology.orchestra.run.smithi008.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2t8hKm5kLYBNHY0dNtk3Qs0I+Orssm5gabBfKtw1WtiAREHmt2xuZeEDYsz4SwBTPccVyDKkCIiB7QYKqoxomKevcblVw9E7zoI/jbLlvagKehVKG/7Z2t6qS23zLQXsI79bVcuoVV/9bIw2m4sZ4T5tZXgJHyz98i1DFMxYJ+IcaFy0OzxTV2LtlIIQLH07cUTGt/BPI3NFj6JwpkvjihY1z3PRRQ2Nwh+IdUY2aKTZ5pQK+f6RF+yasdwnEUFNzROr4KLiXRHRq9HlzQ08MHbsL4QE1bt5kvu4wsGcwH0mc1b6odMASGJIVIC2qsTpyat8Xo3AmadRu7IUV5xyOfvuyiw6bwJqqZpVUJ4FlNIzTAsPxubyZfM4S2uklYqMsgglF2s7sfDjQWHAEQkJm6p+VR1bTjMe1raR8iwayDl3EeHDWq110mybaLiq28DuYX9VDxAyzeFIxOioCzP4176W+BAoRdnXWniAKPAL8Nj7bJ9F5SNe0AOVqGH3OCos= ceph-92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:50:00.411 DEBUG:teuthology.orchestra.run.smithi143:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2t8hKm5kLYBNHY0dNtk3Qs0I+Orssm5gabBfKtw1WtiAREHmt2xuZeEDYsz4SwBTPccVyDKkCIiB7QYKqoxomKevcblVw9E7zoI/jbLlvagKehVKG/7Z2t6qS23zLQXsI79bVcuoVV/9bIw2m4sZ4T5tZXgJHyz98i1DFMxYJ+IcaFy0OzxTV2LtlIIQLH07cUTGt/BPI3NFj6JwpkvjihY1z3PRRQ2Nwh+IdUY2aKTZ5pQK+f6RF+yasdwnEUFNzROr4KLiXRHRq9HlzQ08MHbsL4QE1bt5kvu4wsGcwH0mc1b6odMASGJIVIC2qsTpyat8Xo3AmadRu7IUV5xyOfvuyiw6bwJqqZpVUJ4FlNIzTAsPxubyZfM4S2uklYqMsgglF2s7sfDjQWHAEQkJm6p+VR1bTjMe1raR8iwayDl3EeHDWq110mybaLiq28DuYX9VDxAyzeFIxOioCzP4176W+BAoRdnXWniAKPAL8Nj7bJ9F5SNe0AOVqGH3OCos= ceph-92aee8a6-093a-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-03T10:50:00.434 INFO:teuthology.orchestra.run.smithi143.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2t8hKm5kLYBNHY0dNtk3Qs0I+Orssm5gabBfKtw1WtiAREHmt2xuZeEDYsz4SwBTPccVyDKkCIiB7QYKqoxomKevcblVw9E7zoI/jbLlvagKehVKG/7Z2t6qS23zLQXsI79bVcuoVV/9bIw2m4sZ4T5tZXgJHyz98i1DFMxYJ+IcaFy0OzxTV2LtlIIQLH07cUTGt/BPI3NFj6JwpkvjihY1z3PRRQ2Nwh+IdUY2aKTZ5pQK+f6RF+yasdwnEUFNzROr4KLiXRHRq9HlzQ08MHbsL4QE1bt5kvu4wsGcwH0mc1b6odMASGJIVIC2qsTpyat8Xo3AmadRu7IUV5xyOfvuyiw6bwJqqZpVUJ4FlNIzTAsPxubyZfM4S2uklYqMsgglF2s7sfDjQWHAEQkJm6p+VR1bTjMe1raR8iwayDl3EeHDWq110mybaLiq28DuYX9VDxAyzeFIxOioCzP4176W+BAoRdnXWniAKPAL8Nj7bJ9F5SNe0AOVqGH3OCos= ceph-92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:50:00.443 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-03T10:50:00.808 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:00 smithi008 bash[18503]: audit 2024-05-03T10:49:59.600703+0000 mon.a (mon.0) 95 : audit [INF] from='client.? 172.21.15.8:0/3394913823' entity='client.admin' 2024-05-03T10:50:04.058 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-03T10:50:04.058 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-03T10:50:04.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:04 smithi008 bash[18503]: audit 2024-05-03T10:50:03.291066+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.8:0/1102069147' entity='client.admin' 2024-05-03T10:50:04.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:04 smithi008 bash[18503]: audit 2024-05-03T10:50:03.539277+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:04.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:04 smithi008 bash[18503]: audit 2024-05-03T10:50:03.540124+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:50:04.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:04 smithi008 bash[18503]: audit 2024-05-03T10:50:03.543323+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:04.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:04 smithi008 bash[18503]: audit 2024-05-03T10:50:03.544245+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:04.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:04 smithi008 bash[18503]: audit 2024-05-03T10:50:03.547880+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:07.779 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi143 2024-05-03T10:50:07.780 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-03T10:50:07.780 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.conf 2024-05-03T10:50:07.786 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-03T10:50:07.786 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-03T10:50:07.834 INFO:tasks.cephadm:Adding host smithi143 to orchestrator... 2024-05-03T10:50:07.835 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch host add smithi143 2024-05-03T10:50:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:08 smithi008 bash[18503]: audit 2024-05-03T10:50:07.088686+0000 mgr.y (mgr.14152) 8 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:50:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:08 smithi008 bash[18503]: audit 2024-05-03T10:50:07.093632+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:08 smithi008 bash[18503]: audit 2024-05-03T10:50:07.120621+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:08 smithi008 bash[18503]: audit 2024-05-03T10:50:07.122125+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:08 smithi008 bash[18503]: audit 2024-05-03T10:50:07.123099+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:08 smithi008 bash[18503]: cephadm 2024-05-03T10:50:07.124500+0000 mgr.y (mgr.14152) 9 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-05-03T10:50:08.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:08 smithi008 bash[18503]: cephadm 2024-05-03T10:50:07.216408+0000 mgr.y (mgr.14152) 10 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-05-03T10:50:08.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:08 smithi008 bash[18503]: audit 2024-05-03T10:50:07.306621+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:08.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:08 smithi008 bash[18503]: audit 2024-05-03T10:50:07.309520+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:10.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:10 smithi008 bash[18503]: cluster 2024-05-03T10:50:09.092273+0000 mgr.y (mgr.14152) 11 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:11.445 INFO:teuthology.orchestra.run.smithi008.stdout:Added host 'smithi143' with addr '172.21.15.143' 2024-05-03T10:50:11.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:11 smithi008 bash[18503]: audit 2024-05-03T10:50:10.317415+0000 mgr.y (mgr.14152) 12 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi143", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:50:11.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:11 smithi008 bash[18503]: cephadm 2024-05-03T10:50:10.720935+0000 mgr.y (mgr.14152) 13 : cephadm [INF] Deploying cephadm binary to smithi143 2024-05-03T10:50:11.993 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-03T10:50:12.752 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:12 smithi008 bash[18503]: cluster 2024-05-03T10:50:11.092663+0000 mgr.y (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:12.752 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:12 smithi008 bash[18503]: audit 2024-05-03T10:50:11.444110+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:12.752 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:12 smithi008 bash[18503]: cephadm 2024-05-03T10:50:11.444793+0000 mgr.y (mgr.14152) 15 : cephadm [INF] Added host smithi143 2024-05-03T10:50:12.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:12 smithi008 bash[18503]: audit 2024-05-03T10:50:11.455094+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:12.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:12 smithi008 bash[18503]: audit 2024-05-03T10:50:11.456935+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:12.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:12 smithi008 bash[18503]: audit 2024-05-03T10:50:11.458084+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:12.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:12 smithi008 bash[18503]: audit 2024-05-03T10:50:11.694592+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:12.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:12 smithi008 bash[18503]: audit 2024-05-03T10:50:12.425856+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:14.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:14 smithi008 bash[18503]: audit 2024-05-03T10:50:13.050406+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:14.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:14 smithi008 bash[18503]: cluster 2024-05-03T10:50:13.093058+0000 mgr.y (mgr.14152) 16 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:14.338 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-03T10:50:14.339 INFO:teuthology.orchestra.run.smithi008.stdout:[{"addr": "172.21.15.8", "hostname": "smithi008", "labels": [], "status": ""}, {"addr": "172.21.15.143", "hostname": "smithi143", "labels": [], "status": ""}] 2024-05-03T10:50:14.928 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-03T10:50:14.928 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-03T10:50:15.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:15 smithi008 bash[18503]: audit 2024-05-03T10:50:14.337504+0000 mgr.y (mgr.14152) 17 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-03T10:50:16.401 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:16 smithi008 bash[18503]: cluster 2024-05-03T10:50:15.093543+0000 mgr.y (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:18.200 INFO:teuthology.orchestra.run.smithi008.stderr:adjusted tunables profile to default 2024-05-03T10:50:18.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:18 smithi008 bash[18503]: cluster 2024-05-03T10:50:17.093934+0000 mgr.y (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:18.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:18 smithi008 bash[18503]: audit 2024-05-03T10:50:17.421539+0000 mon.a (mon.0) 115 : audit [INF] from='client.? 172.21.15.8:0/1339950006' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-03T10:50:18.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:18 smithi008 bash[18503]: audit 2024-05-03T10:50:17.820042+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:18.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:18 smithi008 bash[18503]: audit 2024-05-03T10:50:17.826238+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:18.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:18 smithi008 bash[18503]: audit 2024-05-03T10:50:17.827648+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:50:18.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:18 smithi008 bash[18503]: audit 2024-05-03T10:50:17.834557+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:18.766 INFO:tasks.cephadm:Adding mon.a on smithi008 2024-05-03T10:50:18.767 INFO:tasks.cephadm:Adding mon.c on smithi008 2024-05-03T10:50:18.767 INFO:tasks.cephadm:Adding mon.b on smithi143 2024-05-03T10:50:18.767 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch apply mon '3;smithi008:172.21.15.8=a;smithi008:[v2:172.21.15.8:3301,v1:172.21.15.8:6790]=c;smithi143:172.21.15.143=b' 2024-05-03T10:50:19.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:19 smithi008 bash[18503]: audit 2024-05-03T10:50:18.195550+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.8:0/1339950006' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-03T10:50:19.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:19 smithi008 bash[18503]: cluster 2024-05-03T10:50:18.195616+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-03T10:50:20.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:20 smithi008 bash[18503]: cluster 2024-05-03T10:50:19.094395+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:21.509 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled mon update... 2024-05-03T10:50:22.210 DEBUG:teuthology.orchestra.run.smithi008:mon.c> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.c.service 2024-05-03T10:50:22.212 DEBUG:teuthology.orchestra.run.smithi143:mon.b> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.b.service 2024-05-03T10:50:22.215 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-03T10:50:22.215 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-03T10:50:22.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: cluster 2024-05-03T10:50:21.094869+0000 mgr.y (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:22.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: audit 2024-05-03T10:50:21.497482+0000 mgr.y (mgr.14152) 22 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi008:172.21.15.8=a;smithi008:[v2:172.21.15.8:3301,v1:172.21.15.8:6790]=c;smithi143:172.21.15.143=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:50:22.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: cephadm 2024-05-03T10:50:21.503389+0000 mgr.y (mgr.14152) 23 : cephadm [INF] Saving service mon spec with placement smithi008:172.21.15.8=a;smithi008:[v2:172.21.15.8:3301,v1:172.21.15.8:6790]=c;smithi143:172.21.15.143=b;count:3 2024-05-03T10:50:22.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: audit 2024-05-03T10:50:21.508559+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:22.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: audit 2024-05-03T10:50:21.510166+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:22.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: audit 2024-05-03T10:50:21.513127+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:22.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: audit 2024-05-03T10:50:21.515024+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:22.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: cephadm 2024-05-03T10:50:21.517843+0000 mgr.y (mgr.14152) 24 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-05-03T10:50:22.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: cephadm 2024-05-03T10:50:21.649089+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-05-03T10:50:22.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: audit 2024-05-03T10:50:21.795224+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:22.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: audit 2024-05-03T10:50:21.800991+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:22.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: audit 2024-05-03T10:50:21.804423+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:22.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:22 smithi008 bash[18503]: audit 2024-05-03T10:50:21.806167+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:23.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:23 smithi008 bash[18503]: cephadm 2024-05-03T10:50:21.808059+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Deploying daemon mon.c on smithi008 2024-05-03T10:50:24.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:24 smithi008 bash[18503]: cluster 2024-05-03T10:50:23.095286+0000 mgr.y (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:24.976 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-03T10:50:24.976 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"92aee8a6-093a-11ef-bc97-c7b262605968","modified":"2024-05-03T10:48:46.962422Z","created":"2024-05-03T10:48:46.962422Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-03T10:50:24.978 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2024-05-03T10:50:25.124 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:25 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:25.125 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:50:25 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:25.383 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:50:25 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:25.384 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:25 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:25.384 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:25 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:25.384 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:25 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:25.384 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:25 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:25.384 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:25 smithi008 systemd[1]: Started Ceph mon.c for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:50:25.384 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:25 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:25 smithi008 bash[18503]: audit 2024-05-03T10:50:24.975333+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.143:0/93929568' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-03T10:50:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:25 smithi008 bash[18503]: audit 2024-05-03T10:50:25.389985+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:25 smithi008 bash[18503]: audit 2024-05-03T10:50:25.391108+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:25 smithi008 bash[18503]: audit 2024-05-03T10:50:25.391905+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:26.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.243+0000 7f3773674880 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-03T10:50:26.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.243+0000 7f3773674880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-05-03T10:50:26.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.243+0000 7f3773674880 0 pidfile_write: ignore empty --pid-file 2024-05-03T10:50:26.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 0 load: jerasure load: lrc 2024-05-03T10:50:26.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: RocksDB version: 6.15.5 2024-05-03T10:50:26.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-05-03T10:50:26.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Compile date Apr 18 2022 2024-05-03T10:50:26.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: DB SUMMARY 2024-05-03T10:50:26.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: DB Session ID: U1JOVGL3GQ9D3E72MF19 2024-05-03T10:50:26.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: CURRENT file: CURRENT 2024-05-03T10:50:26.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: IDENTITY file: IDENTITY 2024-05-03T10:50:26.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2024-05-03T10:50:26.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.error_if_exists: 0 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.create_if_missing: 0 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.paranoid_checks: 1 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.env: 0x55d3098c6860 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.fs: Posix File System 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.info_log: 0x55d30a9b7e00 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.statistics: (nil) 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.use_fsync: 0 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_log_file_size: 0 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-03T10:50:26.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-03T10:50:26.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-03T10:50:26.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-03T10:50:26.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.allow_fallocate: 1 2024-05-03T10:50:26.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-03T10:50:26.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-03T10:50:26.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.use_direct_reads: 0 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.create_missing_column_families: 0 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.db_log_dir: 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.advise_random_on_open: 1 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-03T10:50:26.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.write_buffer_manager: 0x55d30aaa8300 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.rate_limiter: (nil) 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.unordered_write: 0 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-03T10:50:26.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.row_cache: None 2024-05-03T10:50:26.524 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.wal_filter: None 2024-05-03T10:50:26.524 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-03T10:50:26.524 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-03T10:50:26.524 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.preserve_deletes: 0 2024-05-03T10:50:26.524 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.two_write_queues: 0 2024-05-03T10:50:26.524 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.manual_wal_flush: 0 2024-05-03T10:50:26.524 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.atomic_flush: 0 2024-05-03T10:50:26.524 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-03T10:50:26.524 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-03T10:50:26.524 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-03T10:50:26.524 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.log_readahead_size: 0 2024-05-03T10:50:26.524 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_background_jobs: 2 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_background_compactions: -1 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_subcompactions: 1 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_total_wal_size: 0 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-03T10:50:26.525 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_open_files: -1 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.bytes_per_sync: 0 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_background_flushes: -1 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Compression algorithms supported: 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: kZSTD supported: 0 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: kXpressCompression supported: 0 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-03T10:50:26.526 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: kLZ4Compression supported: 1 2024-05-03T10:50:26.527 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: kBZip2Compression supported: 0 2024-05-03T10:50:26.527 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: kZlibCompression supported: 1 2024-05-03T10:50:26.527 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: kSnappyCompression supported: 1 2024-05-03T10:50:26.527 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-03T10:50:26.527 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 2024-05-03T10:50:26.527 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-05-03T10:50:26.527 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-03T10:50:26.527 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.merge_operator: 2024-05-03T10:50:26.528 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_filter: None 2024-05-03T10:50:26.528 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_filter_factory: None 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d30a985d00) 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: cache_index_and_filter_blocks: 1 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: pin_top_level_index_and_filter: 1 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: index_type: 0 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: data_block_index_type: 0 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: index_shortening: 1 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: data_block_hash_table_util_ratio: 0.750000 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: hash_index_allow_collision: 1 2024-05-03T10:50:26.529 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: checksum: 1 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: no_block_cache: 0 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: block_cache: 0x55d30a9ec170 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: block_cache_name: BinnedLRUCache 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: block_cache_options: 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: capacity : 536870912 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: num_shard_bits : 4 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: strict_capacity_limit : 0 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: high_pri_pool_ratio: 0.000 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: block_cache_compressed: (nil) 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: persistent_cache: (nil) 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: block_size: 4096 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: block_size_deviation: 10 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: block_restart_interval: 16 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: index_block_restart_interval: 1 2024-05-03T10:50:26.530 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: metadata_block_size: 4096 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: partition_filters: 0 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: use_delta_encoding: 1 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: filter_policy: rocksdb.BuiltinBloomFilter 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: whole_key_filtering: 1 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: verify_compression: 0 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: read_amp_bytes_per_bit: 0 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: format_version: 4 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: enable_index_compression: 1 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: block_align: 0 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compression: NoCompression 2024-05-03T10:50:26.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.num_levels: 7 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compression_opts.level: 32767 2024-05-03T10:50:26.532 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compression_opts.enabled: false 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-03T10:50:26.533 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.arena_block_size: 4194304 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-03T10:50:26.534 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.table_properties_collectors: 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.inplace_update_support: 0 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-03T10:50:26.535 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.bloom_locality: 0 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.max_successive_merges: 0 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.force_consistency_checks: 1 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.ttl: 2592000 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.enable_blob_files: false 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.min_blob_size: 0 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.blob_file_size: 268435456 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-03T10:50:26.536 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, 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-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2024-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714733426254182, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2024-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.247+0000 7f3773674880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.251+0000 7f3773674880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714733426254692, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1714733426, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "7c08da98-0411-413a-b957-7b916783e63c", "db_session_id": "U1JOVGL3GQ9D3E72MF19"}} 2024-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.251+0000 7f3773674880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2024-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.251+0000 7f3773674880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714733426255291, "job": 1, "event": "recovery_finished"} 2024-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.251+0000 7f3773674880 4 rocksdb: [file/delete_scheduler.cc:73] 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-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.251+0000 7f3773674880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55d30a9d2a80 2024-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.251+0000 7f3773674880 4 rocksdb: DB pointer 0x55d30a9e2000 2024-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.251+0000 7f37633fc700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.251+0000 7f37633fc700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-05-03T10:50:26.537 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: ** DB Stats ** 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: ** Compaction Stats [default] ** 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: 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 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-05-03T10:50:26.538 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: ** Compaction Stats [default] ** 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: 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 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: AddFile(Total Files): cumulative 0, interval 0 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: AddFile(Keys): cumulative 0, interval 0 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Cumulative compaction: 0.00 GB write, 0.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Interval compaction: 0.00 GB write, 0.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: 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-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: ** File Read Latency Histogram By Level [default] ** 2024-05-03T10:50:26.539 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: ** Compaction Stats [default] ** 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: 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 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Int 0/0 0.00 KB 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 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: ** Compaction Stats [default] ** 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: 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 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: AddFile(Total Files): cumulative 0, interval 0 2024-05-03T10:50:26.540 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: AddFile(Keys): cumulative 0, interval 0 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Cumulative compaction: 0.00 GB write, 0.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: 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-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: ** File Read Latency Histogram By Level [default] ** 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.251+0000 7f3773674880 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.251+0000 7f3773674880 0 using public_addrv [v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0] 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.251+0000 7f3773674880 0 starting mon.c rank -1 at public addrs [v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0] at bind addrs [v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.255+0000 7f3773674880 1 mon.c@-1(???) e0 preinit fsid 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.267+0000 7f3766402700 0 mon.c@-1(synchronizing).mds e1 new map 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.267+0000 7f3766402700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: e1 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-03T10:50:26.541 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: legacy client fscid: -1 2024-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: 2024-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: No filesystems configured 2024-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.267+0000 7f3766402700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.267+0000 7f3766402700 1 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-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.267+0000 7f3766402700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.267+0000 7f3766402700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.267+0000 7f3766402700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.267+0000 7f3766402700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.267+0000 7f3766402700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.267+0000 7f3766402700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.267+0000 7f3766402700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-03T10:50:26.542 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.267+0000 7f3766402700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: cluster 2024-05-03T10:50:19.094395+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: cluster 2024-05-03T10:50:21.094869+0000 mgr.y (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:21.497482+0000 mgr.y (mgr.14152) 22 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi008:172.21.15.8=a;smithi008:[v2:172.21.15.8:3301,v1:172.21.15.8:6790]=c;smithi143:172.21.15.143=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: cephadm 2024-05-03T10:50:21.503389+0000 mgr.y (mgr.14152) 23 : cephadm [INF] Saving service mon spec with placement smithi008:172.21.15.8=a;smithi008:[v2:172.21.15.8:3301,v1:172.21.15.8:6790]=c;smithi143:172.21.15.143=b;count:3 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:21.508559+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:21.510166+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:21.513127+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:21.515024+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: cephadm 2024-05-03T10:50:21.517843+0000 mgr.y (mgr.14152) 24 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: cephadm 2024-05-03T10:50:21.649089+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:21.795224+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:21.800991+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:21.804423+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:21.806167+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:26.543 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: cephadm 2024-05-03T10:50:21.808059+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Deploying daemon mon.c on smithi008 2024-05-03T10:50:26.544 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: cluster 2024-05-03T10:50:23.095286+0000 mgr.y (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:26.544 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:24.975333+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.143:0/93929568' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-03T10:50:26.544 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:25.389985+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:26.544 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:25.391108+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:26.544 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: audit 2024-05-03T10:50:25.391905+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:26.544 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:26 smithi008 bash[23571]: debug 2024-05-03T10:50:26.271+0000 7f3766402700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-03T10:50:26.596 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-03T10:50:26.597 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-03T10:50:31.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:31 smithi143 bash[18601]: debug 2024-05-03T10:50:31.372+0000 7f98f707c700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-03T10:50:31.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: audit 2024-05-03T10:50:26.281998+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:50:31.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: cluster 2024-05-03T10:50:26.282197+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-05-03T10:50:31.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: audit 2024-05-03T10:50:26.283056+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:31.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: cluster 2024-05-03T10:50:27.096074+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:31.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: audit 2024-05-03T10:50:27.280097+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:31.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: audit 2024-05-03T10:50:28.280264+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:31.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: cluster 2024-05-03T10:50:28.282136+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-03T10:50:31.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: cluster 2024-05-03T10:50:29.096472+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:31.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: audit 2024-05-03T10:50:29.280392+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:31.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: audit 2024-05-03T10:50:30.280606+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:31.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: audit 2024-05-03T10:50:31.280697+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:31.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: cluster 2024-05-03T10:50:31.304034+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-03T10:50:31.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: cluster 2024-05-03T10:50:31.311772+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],c=[v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0]} 2024-05-03T10:50:31.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: cluster 2024-05-03T10:50:31.311922+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-05-03T10:50:31.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: cluster 2024-05-03T10:50:31.312019+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-03T10:50:31.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: cluster 2024-05-03T10:50:31.312397+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 42s) 2024-05-03T10:50:31.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: cluster 2024-05-03T10:50:31.320207+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-05-03T10:50:31.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: audit 2024-05-03T10:50:31.325384+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:31.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: audit 2024-05-03T10:50:31.338527+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:31.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: audit 2024-05-03T10:50:31.341554+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:31.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:31 smithi008 bash[18503]: audit 2024-05-03T10:50:31.343573+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:31.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: audit 2024-05-03T10:50:26.281998+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:50:31.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: cluster 2024-05-03T10:50:26.282197+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-05-03T10:50:31.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: audit 2024-05-03T10:50:26.283056+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: cluster 2024-05-03T10:50:27.096074+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: audit 2024-05-03T10:50:27.280097+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: audit 2024-05-03T10:50:28.280264+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: cluster 2024-05-03T10:50:28.282136+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: cluster 2024-05-03T10:50:29.096472+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: audit 2024-05-03T10:50:29.280392+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: audit 2024-05-03T10:50:30.280606+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: audit 2024-05-03T10:50:31.280697+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: cluster 2024-05-03T10:50:31.304034+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: cluster 2024-05-03T10:50:31.311772+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],c=[v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0]} 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: cluster 2024-05-03T10:50:31.311922+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: cluster 2024-05-03T10:50:31.312019+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-03T10:50:31.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: cluster 2024-05-03T10:50:31.312397+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 42s) 2024-05-03T10:50:31.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: cluster 2024-05-03T10:50:31.320207+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-05-03T10:50:31.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: audit 2024-05-03T10:50:31.325384+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:31.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: audit 2024-05-03T10:50:31.338527+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:31.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: audit 2024-05-03T10:50:31.341554+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:31.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:31 smithi008 bash[23571]: audit 2024-05-03T10:50:31.343573+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:36.393 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-03T10:50:36.393 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":3,"fsid":"92aee8a6-093a-11ef-bc97-c7b262605968","modified":"2024-05-03T10:50:31.378959Z","created":"2024-05-03T10:48:46.962422Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3301","nonce":0},{"type":"v1","addr":"172.21.15.8:6790","nonce":0}]},"addr":"172.21.15.8:6790/0","public_addr":"172.21.15.8:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-03T10:50:36.397 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 3 2024-05-03T10:50:36.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:31.096882+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:36.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: audit 2024-05-03T10:50:31.383465+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:50:36.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:31.383759+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-05-03T10:50:36.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:31.383862+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-03T10:50:36.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: audit 2024-05-03T10:50:31.385021+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: audit 2024-05-03T10:50:31.385211+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: audit 2024-05-03T10:50:31.594214+0000 mon.a (mon.0) 158 : audit [DBG] from='client.? 172.21.15.143:0/355992617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: audit 2024-05-03T10:50:32.378807+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:33.097293+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: audit 2024-05-03T10:50:33.378869+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: audit 2024-05-03T10:50:34.378281+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:35.097727+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: audit 2024-05-03T10:50:35.379145+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: audit 2024-05-03T10:50:36.379185+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:36.385324+0000 mon.a (mon.0) 164 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:36.390708+0000 mon.a (mon.0) 165 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0],c=[v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0]} 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:36.390817+0000 mon.a (mon.0) 166 : cluster [DBG] fsmap 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:36.390882+0000 mon.a (mon.0) 167 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:36.391152+0000 mon.a (mon.0) 168 : cluster [DBG] mgrmap e13: y(active, since 47s) 2024-05-03T10:50:36.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:36.391502+0000 mon.a (mon.0) 169 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-03T10:50:36.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:36.398913+0000 mon.a (mon.0) 170 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-03T10:50:36.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:36.398969+0000 mon.a (mon.0) 171 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-03T10:50:36.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: cluster 2024-05-03T10:50:36.398988+0000 mon.a (mon.0) 172 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] is down (out of quorum) 2024-05-03T10:50:36.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: audit 2024-05-03T10:50:36.403438+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:36.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: audit 2024-05-03T10:50:36.408600+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:36.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:36 smithi008 bash[18503]: audit 2024-05-03T10:50:36.414297+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:36.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:31.096882+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:36.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: audit 2024-05-03T10:50:31.383465+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:50:36.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:31.383759+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:31.383862+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: audit 2024-05-03T10:50:31.385021+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: audit 2024-05-03T10:50:31.385211+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: audit 2024-05-03T10:50:31.594214+0000 mon.a (mon.0) 158 : audit [DBG] from='client.? 172.21.15.143:0/355992617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: audit 2024-05-03T10:50:32.378807+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:33.097293+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: audit 2024-05-03T10:50:33.378869+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: audit 2024-05-03T10:50:34.378281+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:35.097727+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: audit 2024-05-03T10:50:35.379145+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: audit 2024-05-03T10:50:36.379185+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:36.385324+0000 mon.a (mon.0) 164 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:36.390708+0000 mon.a (mon.0) 165 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0],c=[v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0]} 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:36.390817+0000 mon.a (mon.0) 166 : cluster [DBG] fsmap 2024-05-03T10:50:36.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:36.390882+0000 mon.a (mon.0) 167 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-03T10:50:36.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:36.391152+0000 mon.a (mon.0) 168 : cluster [DBG] mgrmap e13: y(active, since 47s) 2024-05-03T10:50:36.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:36.391502+0000 mon.a (mon.0) 169 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-03T10:50:36.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:36.398913+0000 mon.a (mon.0) 170 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-03T10:50:36.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:36.398969+0000 mon.a (mon.0) 171 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-03T10:50:36.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: cluster 2024-05-03T10:50:36.398988+0000 mon.a (mon.0) 172 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] is down (out of quorum) 2024-05-03T10:50:36.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: audit 2024-05-03T10:50:36.403438+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:36.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: audit 2024-05-03T10:50:36.408600+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:36.772 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:36 smithi008 bash[23571]: audit 2024-05-03T10:50:36.414297+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:37.193 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-03T10:50:37.193 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-03T10:50:37.858 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:37 smithi008 bash[23571]: cephadm 2024-05-03T10:50:36.409823+0000 mgr.y (mgr.14152) 35 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-05-03T10:50:37.858 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:37 smithi008 bash[23571]: cephadm 2024-05-03T10:50:36.415753+0000 mgr.y (mgr.14152) 36 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-05-03T10:50:37.858 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:37 smithi008 bash[23571]: audit 2024-05-03T10:50:36.537515+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:37.858 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:37 smithi008 bash[23571]: audit 2024-05-03T10:50:36.562131+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:37.858 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:37 smithi008 bash[23571]: audit 2024-05-03T10:50:36.565891+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:37.859 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:37 smithi008 bash[23571]: cephadm 2024-05-03T10:50:36.567266+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-03T10:50:37.859 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:37 smithi008 bash[23571]: audit 2024-05-03T10:50:36.567577+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:37.859 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:37 smithi008 bash[23571]: audit 2024-05-03T10:50:36.568424+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-03T10:50:37.859 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:37 smithi008 bash[23571]: audit 2024-05-03T10:50:36.569212+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:37.859 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:37 smithi008 bash[23571]: cephadm 2024-05-03T10:50:36.570163+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Reconfiguring daemon mon.a on smithi008 2024-05-03T10:50:37.859 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:37 smithi008 bash[23571]: audit 2024-05-03T10:50:37.379001+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:37.860 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:37 smithi008 bash[18503]: cephadm 2024-05-03T10:50:36.409823+0000 mgr.y (mgr.14152) 35 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-05-03T10:50:37.860 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:37 smithi008 bash[18503]: cephadm 2024-05-03T10:50:36.415753+0000 mgr.y (mgr.14152) 36 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-05-03T10:50:37.860 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:37 smithi008 bash[18503]: audit 2024-05-03T10:50:36.537515+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:37.860 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:37 smithi008 bash[18503]: audit 2024-05-03T10:50:36.562131+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:37.861 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:37 smithi008 bash[18503]: audit 2024-05-03T10:50:36.565891+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:37.861 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:37 smithi008 bash[18503]: cephadm 2024-05-03T10:50:36.567266+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-03T10:50:37.861 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:37 smithi008 bash[18503]: audit 2024-05-03T10:50:36.567577+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:37.861 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:37 smithi008 bash[18503]: audit 2024-05-03T10:50:36.568424+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-03T10:50:37.861 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:37 smithi008 bash[18503]: audit 2024-05-03T10:50:36.569212+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:37.861 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:37 smithi008 bash[18503]: cephadm 2024-05-03T10:50:36.570163+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Reconfiguring daemon mon.a on smithi008 2024-05-03T10:50:37.862 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:37 smithi008 bash[18503]: audit 2024-05-03T10:50:37.379001+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:38.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:26.281998+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:50:38.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:26.282197+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-05-03T10:50:38.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:26.283056+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:38.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:27.096074+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:38.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:27.280097+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:38.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:28.280264+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:38.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:28.282136+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-03T10:50:38.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:29.096472+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:38.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:29.280392+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:38.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:30.280606+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:38.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:31.280697+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:38.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:31.304034+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-03T10:50:38.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:31.311772+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],c=[v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0]} 2024-05-03T10:50:38.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:31.311922+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-05-03T10:50:38.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:31.312019+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-03T10:50:38.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:31.312397+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 42s) 2024-05-03T10:50:38.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:31.320207+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-05-03T10:50:38.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:31.325384+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:38.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:31.338527+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:38.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:31.341554+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:38.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:31.343573+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:38.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:31.096882+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:38.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:31.383465+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:50:38.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:31.383759+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-05-03T10:50:38.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:31.383862+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-03T10:50:38.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:31.385021+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:38.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:31.385211+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:50:38.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:31.594214+0000 mon.a (mon.0) 158 : audit [DBG] from='client.? 172.21.15.143:0/355992617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-03T10:50:38.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:32.378807+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:38.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:33.097293+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:33.378869+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:34.378281+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:35.097727+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:35.379145+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:36.379185+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:36.385324+0000 mon.a (mon.0) 164 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:36.390708+0000 mon.a (mon.0) 165 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0],c=[v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0]} 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:36.390817+0000 mon.a (mon.0) 166 : cluster [DBG] fsmap 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:36.390882+0000 mon.a (mon.0) 167 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:36.391152+0000 mon.a (mon.0) 168 : cluster [DBG] mgrmap e13: y(active, since 47s) 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:36.391502+0000 mon.a (mon.0) 169 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:36.398913+0000 mon.a (mon.0) 170 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:36.398969+0000 mon.a (mon.0) 171 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-03T10:50:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:36.398988+0000 mon.a (mon.0) 172 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] is down (out of quorum) 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:36.403438+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:36.408600+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:36.414297+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cephadm 2024-05-03T10:50:36.409823+0000 mgr.y (mgr.14152) 35 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cephadm 2024-05-03T10:50:36.415753+0000 mgr.y (mgr.14152) 36 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:36.537515+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:36.562131+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:36.565891+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cephadm 2024-05-03T10:50:36.567266+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:36.567577+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:36.568424+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:36.569212+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cephadm 2024-05-03T10:50:36.570163+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Reconfiguring daemon mon.a on smithi008 2024-05-03T10:50:38.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: audit 2024-05-03T10:50:37.379001+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:38.857 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:33.385564+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-03T10:50:38.857 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:38.424087+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-05-03T10:50:38.857 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:38.424166+0000 mon.a (mon.0) 184 : cluster [INF] mon.a calling monitor election 2024-05-03T10:50:38.857 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:38.427130+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-05-03T10:50:38.857 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:38.444653+0000 mon.a (mon.0) 185 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-03T10:50:38.857 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:38.456760+0000 mon.a (mon.0) 186 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0],c=[v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0]} 2024-05-03T10:50:38.857 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:38.456822+0000 mon.a (mon.0) 187 : cluster [DBG] fsmap 2024-05-03T10:50:38.857 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:38.456864+0000 mon.a (mon.0) 188 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-03T10:50:38.857 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:38.457042+0000 mon.a (mon.0) 189 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-05-03T10:50:38.857 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:38.457242+0000 mon.a (mon.0) 190 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-03T10:50:38.857 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:38.457275+0000 mon.a (mon.0) 191 : cluster [INF] Cluster is now healthy 2024-05-03T10:50:38.857 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:38 smithi143 bash[18601]: cluster 2024-05-03T10:50:38.466190+0000 mon.a (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-05-03T10:50:38.964 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:38 smithi008 bash[18503]: cluster 2024-05-03T10:50:33.385564+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-03T10:50:38.964 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:38 smithi008 bash[18503]: cluster 2024-05-03T10:50:38.424087+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-05-03T10:50:38.964 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:38 smithi008 bash[18503]: cluster 2024-05-03T10:50:38.424166+0000 mon.a (mon.0) 184 : cluster [INF] mon.a calling monitor election 2024-05-03T10:50:38.964 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:38 smithi008 bash[18503]: cluster 2024-05-03T10:50:38.427130+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-05-03T10:50:38.964 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:38 smithi008 bash[18503]: cluster 2024-05-03T10:50:38.444653+0000 mon.a (mon.0) 185 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-03T10:50:38.965 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:38 smithi008 bash[18503]: cluster 2024-05-03T10:50:38.456760+0000 mon.a (mon.0) 186 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0],c=[v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0]} 2024-05-03T10:50:38.965 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:38 smithi008 bash[18503]: cluster 2024-05-03T10:50:38.456822+0000 mon.a (mon.0) 187 : cluster [DBG] fsmap 2024-05-03T10:50:38.965 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:38 smithi008 bash[18503]: cluster 2024-05-03T10:50:38.456864+0000 mon.a (mon.0) 188 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-03T10:50:38.965 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:38 smithi008 bash[18503]: cluster 2024-05-03T10:50:38.457042+0000 mon.a (mon.0) 189 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-05-03T10:50:38.965 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:38 smithi008 bash[18503]: cluster 2024-05-03T10:50:38.457242+0000 mon.a (mon.0) 190 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-03T10:50:38.965 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:38 smithi008 bash[18503]: cluster 2024-05-03T10:50:38.457275+0000 mon.a (mon.0) 191 : cluster [INF] Cluster is now healthy 2024-05-03T10:50:38.965 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:38 smithi008 bash[18503]: cluster 2024-05-03T10:50:38.466190+0000 mon.a (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-05-03T10:50:38.965 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:38 smithi008 bash[23571]: cluster 2024-05-03T10:50:33.385564+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-03T10:50:38.965 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:38 smithi008 bash[23571]: cluster 2024-05-03T10:50:38.424087+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-05-03T10:50:38.965 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:38 smithi008 bash[23571]: cluster 2024-05-03T10:50:38.424166+0000 mon.a (mon.0) 184 : cluster [INF] mon.a calling monitor election 2024-05-03T10:50:38.965 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:38 smithi008 bash[23571]: cluster 2024-05-03T10:50:38.427130+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-05-03T10:50:38.965 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:38 smithi008 bash[23571]: cluster 2024-05-03T10:50:38.444653+0000 mon.a (mon.0) 185 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-03T10:50:38.966 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:38 smithi008 bash[23571]: cluster 2024-05-03T10:50:38.456760+0000 mon.a (mon.0) 186 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0],c=[v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0]} 2024-05-03T10:50:38.966 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:38 smithi008 bash[23571]: cluster 2024-05-03T10:50:38.456822+0000 mon.a (mon.0) 187 : cluster [DBG] fsmap 2024-05-03T10:50:38.966 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:38 smithi008 bash[23571]: cluster 2024-05-03T10:50:38.456864+0000 mon.a (mon.0) 188 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-03T10:50:38.966 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:38 smithi008 bash[23571]: cluster 2024-05-03T10:50:38.457042+0000 mon.a (mon.0) 189 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-05-03T10:50:38.966 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:38 smithi008 bash[23571]: cluster 2024-05-03T10:50:38.457242+0000 mon.a (mon.0) 190 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-03T10:50:38.966 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:38 smithi008 bash[23571]: cluster 2024-05-03T10:50:38.457275+0000 mon.a (mon.0) 191 : cluster [INF] Cluster is now healthy 2024-05-03T10:50:38.966 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:38 smithi008 bash[23571]: cluster 2024-05-03T10:50:38.466190+0000 mon.a (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-05-03T10:50:40.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:39 smithi008 bash[18503]: audit 2024-05-03T10:50:38.764272+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:40.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:39 smithi008 bash[18503]: cephadm 2024-05-03T10:50:38.765121+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-03T10:50:40.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:39 smithi008 bash[18503]: audit 2024-05-03T10:50:38.765436+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:40.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:39 smithi008 bash[18503]: audit 2024-05-03T10:50:38.766402+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-03T10:50:40.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:39 smithi008 bash[18503]: audit 2024-05-03T10:50:38.767334+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:40.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:39 smithi008 bash[18503]: cephadm 2024-05-03T10:50:38.768467+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring daemon mon.c on smithi008 2024-05-03T10:50:40.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:39 smithi008 bash[18503]: cluster 2024-05-03T10:50:39.098672+0000 mgr.y (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:40.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:39 smithi008 bash[18503]: audit 2024-05-03T10:50:39.379853+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:40.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:39 smithi008 bash[23571]: audit 2024-05-03T10:50:38.764272+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:40.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:39 smithi008 bash[23571]: cephadm 2024-05-03T10:50:38.765121+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-03T10:50:40.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:39 smithi008 bash[23571]: audit 2024-05-03T10:50:38.765436+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:40.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:39 smithi008 bash[23571]: audit 2024-05-03T10:50:38.766402+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-03T10:50:40.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:39 smithi008 bash[23571]: audit 2024-05-03T10:50:38.767334+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:40.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:39 smithi008 bash[23571]: cephadm 2024-05-03T10:50:38.768467+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring daemon mon.c on smithi008 2024-05-03T10:50:40.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:39 smithi008 bash[23571]: cluster 2024-05-03T10:50:39.098672+0000 mgr.y (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:40.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:39 smithi008 bash[23571]: audit 2024-05-03T10:50:39.379853+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:40.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:39 smithi143 bash[18601]: audit 2024-05-03T10:50:38.764272+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:40.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:39 smithi143 bash[18601]: cephadm 2024-05-03T10:50:38.765121+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-03T10:50:40.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:39 smithi143 bash[18601]: audit 2024-05-03T10:50:38.765436+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:40.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:39 smithi143 bash[18601]: audit 2024-05-03T10:50:38.766402+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-03T10:50:40.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:39 smithi143 bash[18601]: audit 2024-05-03T10:50:38.767334+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:40.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:39 smithi143 bash[18601]: cephadm 2024-05-03T10:50:38.768467+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring daemon mon.c on smithi008 2024-05-03T10:50:40.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:39 smithi143 bash[18601]: cluster 2024-05-03T10:50:39.098672+0000 mgr.y (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:40.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:39 smithi143 bash[18601]: audit 2024-05-03T10:50:39.379853+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:50:40.683 INFO:teuthology.orchestra.run.smithi008.stdout:# minimal ceph.conf for 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:50:40.683 INFO:teuthology.orchestra.run.smithi008.stdout:[global] 2024-05-03T10:50:40.683 INFO:teuthology.orchestra.run.smithi008.stdout: fsid = 92aee8a6-093a-11ef-bc97-c7b262605968 2024-05-03T10:50:40.683 INFO:teuthology.orchestra.run.smithi008.stdout: mon_host = [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] [v2:172.21.15.8:3301/0,v1:172.21.15.8:6790/0] 2024-05-03T10:50:40.983 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:40 smithi008 bash[18503]: audit 2024-05-03T10:50:40.682929+0000 mon.a (mon.0) 198 : audit [DBG] from='client.? 172.21.15.8:0/1717922850' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:40.984 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:40 smithi008 bash[23571]: audit 2024-05-03T10:50:40.682929+0000 mon.a (mon.0) 198 : audit [DBG] from='client.? 172.21.15.8:0/1717922850' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:41.030 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:40 smithi143 bash[18601]: audit 2024-05-03T10:50:40.682929+0000 mon.a (mon.0) 198 : audit [DBG] from='client.? 172.21.15.8:0/1717922850' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:41.431 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-03T10:50:41.431 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-03T10:50:41.432 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.conf 2024-05-03T10:50:41.445 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-03T10:50:41.445 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-03T10:50:41.502 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-03T10:50:41.502 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.conf 2024-05-03T10:50:41.517 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-03T10:50:41.517 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-03T10:50:41.574 INFO:tasks.cephadm:Adding mgr.y on smithi008 2024-05-03T10:50:41.574 INFO:tasks.cephadm:Adding mgr.x on smithi143 2024-05-03T10:50:41.574 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi008=y;smithi143=x' 2024-05-03T10:50:42.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:42 smithi008 bash[18503]: audit 2024-05-03T10:50:40.997158+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:42.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:42 smithi008 bash[18503]: cephadm 2024-05-03T10:50:40.998062+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-03T10:50:42.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:42 smithi008 bash[18503]: audit 2024-05-03T10:50:40.998377+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:42.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:42 smithi008 bash[18503]: audit 2024-05-03T10:50:40.999354+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-03T10:50:42.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:42 smithi008 bash[18503]: audit 2024-05-03T10:50:41.000282+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:42.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:42 smithi008 bash[18503]: cephadm 2024-05-03T10:50:41.001318+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring daemon mon.b on smithi143 2024-05-03T10:50:42.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:42 smithi008 bash[18503]: cluster 2024-05-03T10:50:41.099023+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:42.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:42 smithi008 bash[23571]: audit 2024-05-03T10:50:40.997158+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:42.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:42 smithi008 bash[23571]: cephadm 2024-05-03T10:50:40.998062+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-03T10:50:42.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:42 smithi008 bash[23571]: audit 2024-05-03T10:50:40.998377+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:42.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:42 smithi008 bash[23571]: audit 2024-05-03T10:50:40.999354+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-03T10:50:42.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:42 smithi008 bash[23571]: audit 2024-05-03T10:50:41.000282+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:42.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:42 smithi008 bash[23571]: cephadm 2024-05-03T10:50:41.001318+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring daemon mon.b on smithi143 2024-05-03T10:50:42.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:42 smithi008 bash[23571]: cluster 2024-05-03T10:50:41.099023+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:42.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:42 smithi143 bash[18601]: audit 2024-05-03T10:50:40.997158+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:42.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:42 smithi143 bash[18601]: cephadm 2024-05-03T10:50:40.998062+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-03T10:50:42.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:42 smithi143 bash[18601]: audit 2024-05-03T10:50:40.998377+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-03T10:50:42.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:42 smithi143 bash[18601]: audit 2024-05-03T10:50:40.999354+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-03T10:50:42.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:42 smithi143 bash[18601]: audit 2024-05-03T10:50:41.000282+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:42.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:42 smithi143 bash[18601]: cephadm 2024-05-03T10:50:41.001318+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring daemon mon.b on smithi143 2024-05-03T10:50:42.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:42 smithi143 bash[18601]: cluster 2024-05-03T10:50:41.099023+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:44.591 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:44 smithi143 bash[18601]: cluster 2024-05-03T10:50:43.099436+0000 mgr.y (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:44.591 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:44 smithi143 bash[18601]: audit 2024-05-03T10:50:43.589719+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:44.591 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:44 smithi143 bash[18601]: audit 2024-05-03T10:50:43.592095+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:44.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:44 smithi143 bash[18601]: audit 2024-05-03T10:50:43.594839+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:44.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:44 smithi143 bash[18601]: audit 2024-05-03T10:50:43.596622+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:44.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:44 smithi143 bash[18601]: cephadm 2024-05-03T10:50:43.599086+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-05-03T10:50:44.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:44 smithi143 bash[18601]: cephadm 2024-05-03T10:50:43.599663+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-05-03T10:50:44.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:44 smithi143 bash[18601]: audit 2024-05-03T10:50:43.745413+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:44.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:44 smithi143 bash[18601]: audit 2024-05-03T10:50:43.751957+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:44.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:44 smithi143 bash[18601]: audit 2024-05-03T10:50:43.756151+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:44.980 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled mgr update... 2024-05-03T10:50:45.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:44 smithi008 bash[23571]: cluster 2024-05-03T10:50:43.099436+0000 mgr.y (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:45.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:44 smithi008 bash[23571]: audit 2024-05-03T10:50:43.589719+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:45.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:44 smithi008 bash[23571]: audit 2024-05-03T10:50:43.592095+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:45.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:44 smithi008 bash[23571]: audit 2024-05-03T10:50:43.594839+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:45.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:44 smithi008 bash[23571]: audit 2024-05-03T10:50:43.596622+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:45.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:44 smithi008 bash[23571]: cephadm 2024-05-03T10:50:43.599086+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-05-03T10:50:45.021 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:44 smithi008 bash[23571]: cephadm 2024-05-03T10:50:43.599663+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-05-03T10:50:45.021 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:44 smithi008 bash[23571]: audit 2024-05-03T10:50:43.745413+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:45.021 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:44 smithi008 bash[23571]: audit 2024-05-03T10:50:43.751957+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:45.021 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:44 smithi008 bash[23571]: audit 2024-05-03T10:50:43.756151+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:45.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:44 smithi008 bash[18503]: cluster 2024-05-03T10:50:43.099436+0000 mgr.y (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:45.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:44 smithi008 bash[18503]: audit 2024-05-03T10:50:43.589719+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:45.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:44 smithi008 bash[18503]: audit 2024-05-03T10:50:43.592095+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:45.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:44 smithi008 bash[18503]: audit 2024-05-03T10:50:43.594839+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:45.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:44 smithi008 bash[18503]: audit 2024-05-03T10:50:43.596622+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:45.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:44 smithi008 bash[18503]: cephadm 2024-05-03T10:50:43.599086+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-05-03T10:50:45.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:44 smithi008 bash[18503]: cephadm 2024-05-03T10:50:43.599663+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-05-03T10:50:45.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:44 smithi008 bash[18503]: audit 2024-05-03T10:50:43.745413+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:45.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:44 smithi008 bash[18503]: audit 2024-05-03T10:50:43.751957+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:45.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:44 smithi008 bash[18503]: audit 2024-05-03T10:50:43.756151+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:46.026 DEBUG:teuthology.orchestra.run.smithi143:mgr.x> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mgr.x.service 2024-05-03T10:50:46.028 INFO:tasks.cephadm:Deploying OSDs... 2024-05-03T10:50:46.029 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-03T10:50:46.029 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2024-05-03T10:50:46.035 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-05-03T10:50:46.035 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_1 2024-05-03T10:50:46.083 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-03T10:50:46.084 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:50:46.084 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-05-03T10:50:46.084 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:50:46.084 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-05-03 10:44:15.699015617 +0000 2024-05-03T10:50:46.084 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-05-03 10:44:15.419018105 +0000 2024-05-03T10:50:46.084 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-05-03 10:44:15.419018105 +0000 2024-05-03T10:50:46.084 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-05-03T10:50:46.085 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-03T10:50:46.141 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-05-03T10:50:46.142 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-05-03T10:50:46.142 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000263045 s, 1.9 MB/s 2024-05-03T10:50:46.143 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-03T10:50:46.193 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_2 2024-05-03T10:50:46.243 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-03T10:50:46.243 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:50:46.243 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-05-03T10:50:46.244 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:50:46.244 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-05-03 10:44:15.995012986 +0000 2024-05-03T10:50:46.244 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-05-03 10:44:15.991013021 +0000 2024-05-03T10:50:46.244 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-05-03 10:44:15.991013021 +0000 2024-05-03T10:50:46.244 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-05-03T10:50:46.244 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-03T10:50:46.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: audit 2024-05-03T10:50:44.967250+0000 mgr.y (mgr.14152) 49 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi008=y;smithi143=x", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:50:46.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: cephadm 2024-05-03T10:50:44.970763+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Saving service mgr spec with placement smithi008=y;smithi143=x;count:2 2024-05-03T10:50:46.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: audit 2024-05-03T10:50:44.979028+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:46.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: audit 2024-05-03T10:50:45.025706+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:46.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: audit 2024-05-03T10:50:45.028650+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:46.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: audit 2024-05-03T10:50:45.030537+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:46.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: audit 2024-05-03T10:50:45.040225+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:46.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: audit 2024-05-03T10:50:45.043366+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-03T10:50:46.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: audit 2024-05-03T10:50:45.050635+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-03T10:50:46.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: audit 2024-05-03T10:50:45.052386+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-03T10:50:46.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: audit 2024-05-03T10:50:45.054340+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:46.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: cephadm 2024-05-03T10:50:45.056292+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Deploying daemon mgr.x on smithi143 2024-05-03T10:50:46.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:45 smithi008 bash[23571]: cluster 2024-05-03T10:50:45.099777+0000 mgr.y (mgr.14152) 52 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:46.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: audit 2024-05-03T10:50:44.967250+0000 mgr.y (mgr.14152) 49 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi008=y;smithi143=x", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:50:46.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: cephadm 2024-05-03T10:50:44.970763+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Saving service mgr spec with placement smithi008=y;smithi143=x;count:2 2024-05-03T10:50:46.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: audit 2024-05-03T10:50:44.979028+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:46.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: audit 2024-05-03T10:50:45.025706+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:46.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: audit 2024-05-03T10:50:45.028650+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:46.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: audit 2024-05-03T10:50:45.030537+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:46.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: audit 2024-05-03T10:50:45.040225+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:46.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: audit 2024-05-03T10:50:45.043366+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-03T10:50:46.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: audit 2024-05-03T10:50:45.050635+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-03T10:50:46.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: audit 2024-05-03T10:50:45.052386+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-03T10:50:46.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: audit 2024-05-03T10:50:45.054340+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:46.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: cephadm 2024-05-03T10:50:45.056292+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Deploying daemon mgr.x on smithi143 2024-05-03T10:50:46.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:45 smithi008 bash[18503]: cluster 2024-05-03T10:50:45.099777+0000 mgr.y (mgr.14152) 52 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:46.282 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-05-03T10:50:46.282 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-05-03T10:50:46.282 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000181577 s, 2.8 MB/s 2024-05-03T10:50:46.283 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-03T10:50:46.330 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: audit 2024-05-03T10:50:44.967250+0000 mgr.y (mgr.14152) 49 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi008=y;smithi143=x", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:50:46.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: cephadm 2024-05-03T10:50:44.970763+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Saving service mgr spec with placement smithi008=y;smithi143=x;count:2 2024-05-03T10:50:46.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: audit 2024-05-03T10:50:44.979028+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:46.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: audit 2024-05-03T10:50:45.025706+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:46.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: audit 2024-05-03T10:50:45.028650+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:46.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: audit 2024-05-03T10:50:45.030537+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:46.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: audit 2024-05-03T10:50:45.040225+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:46.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: audit 2024-05-03T10:50:45.043366+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-03T10:50:46.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: audit 2024-05-03T10:50:45.050635+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-03T10:50:46.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: audit 2024-05-03T10:50:45.052386+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-03T10:50:46.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: audit 2024-05-03T10:50:45.054340+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:46.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: cephadm 2024-05-03T10:50:45.056292+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Deploying daemon mgr.x on smithi143 2024-05-03T10:50:46.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:45 smithi143 bash[18601]: cluster 2024-05-03T10:50:45.099777+0000 mgr.y (mgr.14152) 52 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:46.333 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_3 2024-05-03T10:50:46.383 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-03T10:50:46.383 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:50:46.383 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-05-03T10:50:46.383 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:50:46.383 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-05-03 10:44:16.695006763 +0000 2024-05-03T10:50:46.383 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-05-03 10:44:16.455008896 +0000 2024-05-03T10:50:46.383 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-05-03 10:44:16.455008896 +0000 2024-05-03T10:50:46.384 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-05-03T10:50:46.384 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-03T10:50:46.442 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-05-03T10:50:46.442 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-05-03T10:50:46.442 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000311221 s, 1.6 MB/s 2024-05-03T10:50:46.443 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-03T10:50:46.493 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_4 2024-05-03T10:50:46.539 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-03T10:50:46.539 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:50:46.539 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 943 Links: 1 2024-05-03T10:50:46.539 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:50:46.539 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-05-03 10:44:17.215002140 +0000 2024-05-03T10:50:46.539 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-05-03 10:44:16.939004593 +0000 2024-05-03T10:50:46.539 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-05-03 10:44:16.939004593 +0000 2024-05-03T10:50:46.539 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-05-03T10:50:46.539 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-03T10:50:46.593 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-05-03T10:50:46.593 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-05-03T10:50:46.593 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000280351 s, 1.8 MB/s 2024-05-03T10:50:46.595 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-03T10:50:46.648 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-03T10:50:46.648 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-05-03T10:50:46.657 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-05-03T10:50:46.658 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_1 2024-05-03T10:50:46.706 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-03T10:50:46.706 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:50:46.706 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 882 Links: 1 2024-05-03T10:50:46.706 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:50:46.706 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-05-03 10:44:15.682478517 +0000 2024-05-03T10:50:46.706 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-05-03 10:44:15.422480840 +0000 2024-05-03T10:50:46.706 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-05-03 10:44:15.422480840 +0000 2024-05-03T10:50:46.706 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-05-03T10:50:46.707 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-03T10:50:46.761 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-05-03T10:50:46.761 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-05-03T10:50:46.761 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000446259 s, 1.1 MB/s 2024-05-03T10:50:46.762 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-03T10:50:46.813 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_2 2024-05-03T10:50:46.862 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-03T10:50:46.862 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:50:46.862 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 901 Links: 1 2024-05-03T10:50:46.862 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:50:46.862 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-05-03 10:44:16.182474053 +0000 2024-05-03T10:50:46.862 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-05-03 10:44:15.914476446 +0000 2024-05-03T10:50:46.863 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-05-03 10:44:15.914476446 +0000 2024-05-03T10:50:46.863 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-05-03T10:50:46.863 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-03T10:50:46.915 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-05-03T10:50:46.916 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-05-03T10:50:46.916 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000406197 s, 1.3 MB/s 2024-05-03T10:50:46.917 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-03T10:50:46.968 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_3 2024-05-03T10:50:47.017 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-03T10:50:47.017 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:50:47.017 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 917 Links: 1 2024-05-03T10:50:47.018 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:50:47.018 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-05-03 10:44:16.670469693 +0000 2024-05-03T10:50:47.018 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-05-03 10:44:16.422471909 +0000 2024-05-03T10:50:47.018 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-05-03 10:44:16.422471909 +0000 2024-05-03T10:50:47.018 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-05-03T10:50:47.018 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-03T10:50:47.072 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-05-03T10:50:47.073 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-05-03T10:50:47.073 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000358493 s, 1.4 MB/s 2024-05-03T10:50:47.074 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-03T10:50:47.123 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_4 2024-05-03T10:50:47.170 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-03T10:50:47.170 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:50:47.170 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-05-03T10:50:47.170 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:50:47.170 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-05-03 10:44:17.158465333 +0000 2024-05-03T10:50:47.170 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-05-03 10:44:16.902467621 +0000 2024-05-03T10:50:47.170 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-05-03 10:44:16.902467621 +0000 2024-05-03T10:50:47.170 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-05-03T10:50:47.171 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-03T10:50:47.227 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-05-03T10:50:47.227 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-05-03T10:50:47.227 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.0015839 s, 323 kB/s 2024-05-03T10:50:47.228 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-03T10:50:47.273 INFO:tasks.cephadm:Deploying osd.0 on smithi008 with /dev/vg_nvme/lv_4... 2024-05-03T10:50:47.274 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-03T10:50:47.350 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:47 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:47.475 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:47 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:47.476 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:47 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:47.476 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:47 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:47.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:47 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:47.851 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:47 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:50:47.851 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:47 smithi143 systemd[1]: Started Ceph mgr.x for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:50:48.851 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:48 smithi143 bash[19278]: debug 2024-05-03T10:50:48.552+0000 7f6b97b8b700 1 -- 172.21.15.143:0/392052629 <== mon.2 v2:172.21.15.143:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c076178340 con 0x55c076ef4400 2024-05-03T10:50:48.851 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:48 smithi143 bash[19278]: debug 2024-05-03T10:50:48.696+0000 7f6ba07fa000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-03T10:50:48.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:48 smithi143 bash[18601]: cluster 2024-05-03T10:50:47.100250+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:48.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:48 smithi143 bash[18601]: audit 2024-05-03T10:50:47.611402+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:48.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:48 smithi143 bash[18601]: audit 2024-05-03T10:50:47.615549+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:48.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:48 smithi143 bash[18601]: audit 2024-05-03T10:50:47.618341+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:48.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:48 smithi143 bash[18601]: audit 2024-05-03T10:50:47.620121+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:48.903 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:48 smithi008 bash[18503]: cluster 2024-05-03T10:50:47.100250+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:48.903 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:48 smithi008 bash[18503]: audit 2024-05-03T10:50:47.611402+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:48.903 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:48 smithi008 bash[18503]: audit 2024-05-03T10:50:47.615549+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:48.903 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:48 smithi008 bash[18503]: audit 2024-05-03T10:50:47.618341+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:48.903 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:48 smithi008 bash[18503]: audit 2024-05-03T10:50:47.620121+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:48.903 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:48 smithi008 bash[23571]: cluster 2024-05-03T10:50:47.100250+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:48.903 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:48 smithi008 bash[23571]: audit 2024-05-03T10:50:47.611402+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:48.903 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:48 smithi008 bash[23571]: audit 2024-05-03T10:50:47.615549+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:48.903 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:48 smithi008 bash[23571]: audit 2024-05-03T10:50:47.618341+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:48.904 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:48 smithi008 bash[23571]: audit 2024-05-03T10:50:47.620121+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:50.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:49 smithi008 bash[18503]: audit 2024-05-03T10:50:49.153613+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:50:50.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:49 smithi008 bash[18503]: audit 2024-05-03T10:50:49.155279+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:50:50.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:49 smithi008 bash[23571]: audit 2024-05-03T10:50:49.153613+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:50:50.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:49 smithi008 bash[23571]: audit 2024-05-03T10:50:49.155279+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:50:50.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:49 smithi143 bash[18601]: audit 2024-05-03T10:50:49.153613+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:50:50.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:49 smithi143 bash[18601]: audit 2024-05-03T10:50:49.155279+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:50:50.128 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-03T10:50:50.128 INFO:teuthology.orchestra.run.smithi008.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-03T10:50:50.129 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10+0 records in 2024-05-03T10:50:50.129 INFO:teuthology.orchestra.run.smithi008.stderr:10+0 records out 2024-05-03T10:50:50.129 INFO:teuthology.orchestra.run.smithi008.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0101623 s, 1.0 GB/s 2024-05-03T10:50:50.129 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping successful for: 2024-05-03T10:50:50.541 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:50 smithi143 bash[19278]: debug 2024-05-03T10:50:50.232+0000 7f6ba07fa000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-03T10:50:50.541 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:50 smithi143 bash[19278]: debug 2024-05-03T10:50:50.324+0000 7f6ba07fa000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-03T10:50:50.762 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi008:vg_nvme/lv_4 2024-05-03T10:50:50.851 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:50 smithi143 bash[19278]: debug 2024-05-03T10:50:50.584+0000 7f6ba07fa000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-03T10:50:50.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:50 smithi143 bash[18601]: cluster 2024-05-03T10:50:49.100703+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:50.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:50 smithi143 bash[18601]: audit 2024-05-03T10:50:50.556074+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:50.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:50 smithi143 bash[18601]: audit 2024-05-03T10:50:50.563403+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:50.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:50 smithi143 bash[18601]: audit 2024-05-03T10:50:50.567641+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-03T10:50:50.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:50 smithi143 bash[18601]: audit 2024-05-03T10:50:50.569570+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-03T10:50:50.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:50 smithi143 bash[18601]: audit 2024-05-03T10:50:50.571190+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:50.945 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:50 smithi008 bash[18503]: cluster 2024-05-03T10:50:49.100703+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:50.945 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:50 smithi008 bash[18503]: audit 2024-05-03T10:50:50.556074+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:50.945 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:50 smithi008 bash[18503]: audit 2024-05-03T10:50:50.563403+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:50.945 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:50 smithi008 bash[18503]: audit 2024-05-03T10:50:50.567641+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-03T10:50:50.945 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:50 smithi008 bash[18503]: audit 2024-05-03T10:50:50.569570+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-03T10:50:50.945 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:50 smithi008 bash[18503]: audit 2024-05-03T10:50:50.571190+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:50.945 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:50 smithi008 bash[23571]: cluster 2024-05-03T10:50:49.100703+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:50.946 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:50 smithi008 bash[23571]: audit 2024-05-03T10:50:50.556074+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:50.946 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:50 smithi008 bash[23571]: audit 2024-05-03T10:50:50.563403+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:50.946 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:50 smithi008 bash[23571]: audit 2024-05-03T10:50:50.567641+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-03T10:50:50.946 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:50 smithi008 bash[23571]: audit 2024-05-03T10:50:50.569570+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-03T10:50:50.946 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:50 smithi008 bash[23571]: audit 2024-05-03T10:50:50.571190+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:51.601 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:51 smithi143 bash[19278]: debug 2024-05-03T10:50:51.308+0000 7f6ba07fa000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-03T10:50:51.601 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:51 smithi143 bash[19278]: debug 2024-05-03T10:50:51.416+0000 7f6ba07fa000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-03T10:50:51.601 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:51 smithi143 bash[19278]: debug 2024-05-03T10:50:51.512+0000 7f6ba07fa000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-03T10:50:51.922 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:51 smithi008 bash[18503]: cephadm 2024-05-03T10:50:50.566987+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-05-03T10:50:51.922 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:51 smithi008 bash[18503]: cephadm 2024-05-03T10:50:50.572934+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Reconfiguring daemon mgr.y on smithi008 2024-05-03T10:50:51.923 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:51 smithi008 bash[18503]: audit 2024-05-03T10:50:51.412943+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:51.923 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:51 smithi008 bash[23571]: cephadm 2024-05-03T10:50:50.566987+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-05-03T10:50:51.923 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:51 smithi008 bash[23571]: cephadm 2024-05-03T10:50:50.572934+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Reconfiguring daemon mgr.y on smithi008 2024-05-03T10:50:51.923 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:51 smithi008 bash[23571]: audit 2024-05-03T10:50:51.412943+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:52.097 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:51 smithi143 bash[18601]: cephadm 2024-05-03T10:50:50.566987+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-05-03T10:50:52.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:51 smithi143 bash[18601]: cephadm 2024-05-03T10:50:50.572934+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Reconfiguring daemon mgr.y on smithi008 2024-05-03T10:50:52.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:51 smithi143 bash[18601]: audit 2024-05-03T10:50:51.412943+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:52.098 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:51 smithi143 bash[19278]: debug 2024-05-03T10:50:51.620+0000 7f6ba07fa000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-03T10:50:52.098 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:51 smithi143 bash[19278]: debug 2024-05-03T10:50:51.832+0000 7f6ba07fa000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-03T10:50:52.098 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:52 smithi143 bash[19278]: debug 2024-05-03T10:50:52.096+0000 7f6ba07fa000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-03T10:50:52.354 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:52 smithi143 bash[19278]: debug 2024-05-03T10:50:52.196+0000 7f6ba07fa000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-03T10:50:52.626 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:52 smithi143 bash[19278]: debug 2024-05-03T10:50:52.372+0000 7f6ba07fa000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-03T10:50:52.627 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:52 smithi143 bash[19278]: debug 2024-05-03T10:50:52.616+0000 7f6ba07fa000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-03T10:50:52.877 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:52 smithi143 bash[18601]: cluster 2024-05-03T10:50:51.101202+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:52.978 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:52 smithi008 bash[18503]: cluster 2024-05-03T10:50:51.101202+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:52.979 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:52 smithi008 bash[23571]: cluster 2024-05-03T10:50:51.101202+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:53.265 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:52 smithi143 bash[19278]: debug 2024-05-03T10:50:52.876+0000 7f6ba07fa000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-03T10:50:53.265 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:53 smithi143 bash[19278]: debug 2024-05-03T10:50:53.040+0000 7f6ba07fa000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-03T10:50:53.265 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:53 smithi143 bash[19278]: debug 2024-05-03T10:50:53.264+0000 7f6ba07fa000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-03T10:50:53.601 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:53 smithi143 bash[19278]: debug 2024-05-03T10:50:53.380+0000 7f6ba07fa000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-03T10:50:53.988 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:53 smithi143 bash[19278]: debug 2024-05-03T10:50:53.712+0000 7f6ba07fa000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-03T10:50:54.185 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:53 smithi008 bash[23571]: audit 2024-05-03T10:50:52.990049+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:54.185 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:53 smithi008 bash[23571]: audit 2024-05-03T10:50:52.992275+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:54.185 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:53 smithi008 bash[23571]: audit 2024-05-03T10:50:52.994215+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:54.185 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:53 smithi008 bash[23571]: audit 2024-05-03T10:50:52.995397+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:54.186 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:53 smithi008 bash[23571]: audit 2024-05-03T10:50:53.001803+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:54.186 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:53 smithi008 bash[23571]: cluster 2024-05-03T10:50:53.101608+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:54.186 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:53 smithi008 bash[18503]: audit 2024-05-03T10:50:52.990049+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:54.186 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:53 smithi008 bash[18503]: audit 2024-05-03T10:50:52.992275+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:54.186 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:53 smithi008 bash[18503]: audit 2024-05-03T10:50:52.994215+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:54.186 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:53 smithi008 bash[18503]: audit 2024-05-03T10:50:52.995397+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:54.186 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:53 smithi008 bash[18503]: audit 2024-05-03T10:50:53.001803+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:54.186 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:53 smithi008 bash[18503]: cluster 2024-05-03T10:50:53.101608+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:54.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:53 smithi143 bash[18601]: audit 2024-05-03T10:50:52.990049+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:54.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:53 smithi143 bash[18601]: audit 2024-05-03T10:50:52.992275+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:50:54.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:53 smithi143 bash[18601]: audit 2024-05-03T10:50:52.994215+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:54.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:53 smithi143 bash[18601]: audit 2024-05-03T10:50:52.995397+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:50:54.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:53 smithi143 bash[18601]: audit 2024-05-03T10:50:53.001803+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:50:54.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:53 smithi143 bash[18601]: cluster 2024-05-03T10:50:53.101608+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:54.731 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:54 smithi143 bash[19278]: debug 2024-05-03T10:50:54.424+0000 7f6ba07fa000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-03T10:50:54.732 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:54 smithi143 bash[19278]: debug 2024-05-03T10:50:54.532+0000 7f6ba07fa000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-03T10:50:55.003 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:54 smithi143 bash[19278]: debug 2024-05-03T10:50:54.732+0000 7f6ba07fa000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-03T10:50:55.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:55 smithi008 bash[18503]: audit 2024-05-03T10:50:54.155423+0000 mgr.y (mgr.14152) 59 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:50:55.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:55 smithi008 bash[18503]: audit 2024-05-03T10:50:54.162254+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:50:55.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:55 smithi008 bash[18503]: audit 2024-05-03T10:50:54.169209+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:50:55.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:55 smithi008 bash[18503]: audit 2024-05-03T10:50:54.170632+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:55.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:55 smithi008 bash[23571]: audit 2024-05-03T10:50:54.155423+0000 mgr.y (mgr.14152) 59 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:50:55.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:55 smithi008 bash[23571]: audit 2024-05-03T10:50:54.162254+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:50:55.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:55 smithi008 bash[23571]: audit 2024-05-03T10:50:54.169209+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:50:55.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:55 smithi008 bash[23571]: audit 2024-05-03T10:50:54.170632+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:55.351 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:55 smithi143 bash[19278]: debug 2024-05-03T10:50:55.052+0000 7f6ba07fa000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-03T10:50:55.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:55 smithi143 bash[18601]: audit 2024-05-03T10:50:54.155423+0000 mgr.y (mgr.14152) 59 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:50:55.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:55 smithi143 bash[18601]: audit 2024-05-03T10:50:54.162254+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:50:55.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:55 smithi143 bash[18601]: audit 2024-05-03T10:50:54.169209+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:50:55.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:55 smithi143 bash[18601]: audit 2024-05-03T10:50:54.170632+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:50:55.851 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:55 smithi143 bash[19278]: debug 2024-05-03T10:50:55.416+0000 7f6ba07fa000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-03T10:50:55.851 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:50:55 smithi143 bash[19278]: debug 2024-05-03T10:50:55.528+0000 7f6ba07fa000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-03T10:50:56.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:56 smithi008 bash[18503]: cluster 2024-05-03T10:50:55.102117+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:56.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:56 smithi008 bash[18503]: cluster 2024-05-03T10:50:55.549477+0000 mon.a (mon.0) 239 : cluster [DBG] Standby manager daemon x started 2024-05-03T10:50:56.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:56 smithi008 bash[18503]: audit 2024-05-03T10:50:55.554534+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.143:0/1067088079' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-05-03T10:50:56.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:56 smithi008 bash[18503]: audit 2024-05-03T10:50:55.555343+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.143:0/1067088079' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-03T10:50:56.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:56 smithi008 bash[18503]: audit 2024-05-03T10:50:55.556507+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.143:0/1067088079' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-05-03T10:50:56.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:56 smithi008 bash[18503]: audit 2024-05-03T10:50:55.556996+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.143:0/1067088079' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-03T10:50:56.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:56 smithi008 bash[23571]: cluster 2024-05-03T10:50:55.102117+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:56.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:56 smithi008 bash[23571]: cluster 2024-05-03T10:50:55.549477+0000 mon.a (mon.0) 239 : cluster [DBG] Standby manager daemon x started 2024-05-03T10:50:56.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:56 smithi008 bash[23571]: audit 2024-05-03T10:50:55.554534+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.143:0/1067088079' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-05-03T10:50:56.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:56 smithi008 bash[23571]: audit 2024-05-03T10:50:55.555343+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.143:0/1067088079' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-03T10:50:56.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:56 smithi008 bash[23571]: audit 2024-05-03T10:50:55.556507+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.143:0/1067088079' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-05-03T10:50:56.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:56 smithi008 bash[23571]: audit 2024-05-03T10:50:55.556996+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.143:0/1067088079' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-03T10:50:56.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:56 smithi143 bash[18601]: cluster 2024-05-03T10:50:55.102117+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:56.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:56 smithi143 bash[18601]: cluster 2024-05-03T10:50:55.549477+0000 mon.a (mon.0) 239 : cluster [DBG] Standby manager daemon x started 2024-05-03T10:50:56.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:56 smithi143 bash[18601]: audit 2024-05-03T10:50:55.554534+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.143:0/1067088079' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-05-03T10:50:56.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:56 smithi143 bash[18601]: audit 2024-05-03T10:50:55.555343+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.143:0/1067088079' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-03T10:50:56.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:56 smithi143 bash[18601]: audit 2024-05-03T10:50:55.556507+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.143:0/1067088079' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-05-03T10:50:56.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:56 smithi143 bash[18601]: audit 2024-05-03T10:50:55.556996+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.143:0/1067088079' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-03T10:50:57.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:57 smithi008 bash[18503]: cluster 2024-05-03T10:50:56.024861+0000 mon.a (mon.0) 240 : cluster [DBG] mgrmap e14: y(active, since 66s), standbys: x 2024-05-03T10:50:57.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:57 smithi008 bash[18503]: audit 2024-05-03T10:50:56.025118+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-05-03T10:50:57.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:57 smithi008 bash[23571]: cluster 2024-05-03T10:50:56.024861+0000 mon.a (mon.0) 240 : cluster [DBG] mgrmap e14: y(active, since 66s), standbys: x 2024-05-03T10:50:57.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:57 smithi008 bash[23571]: audit 2024-05-03T10:50:56.025118+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-05-03T10:50:57.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:57 smithi143 bash[18601]: cluster 2024-05-03T10:50:56.024861+0000 mon.a (mon.0) 240 : cluster [DBG] mgrmap e14: y(active, since 66s), standbys: x 2024-05-03T10:50:57.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:57 smithi143 bash[18601]: audit 2024-05-03T10:50:56.025118+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-05-03T10:50:58.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:50:58 smithi008 bash[18503]: cluster 2024-05-03T10:50:57.102593+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:58.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:50:58 smithi008 bash[23571]: cluster 2024-05-03T10:50:57.102593+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:50:58.350 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:50:58 smithi143 bash[18601]: cluster 2024-05-03T10:50:57.102593+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:00.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:00 smithi008 bash[18503]: cluster 2024-05-03T10:50:59.102913+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:00.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:00 smithi008 bash[18503]: audit 2024-05-03T10:50:59.844516+0000 mon.a (mon.0) 242 : audit [INF] from='client.? 172.21.15.8:0/843978435' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85c9b602-cb1d-4633-be40-a625ca106973"}]: dispatch 2024-05-03T10:51:00.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:00 smithi008 bash[18503]: audit 2024-05-03T10:50:59.851534+0000 mon.a (mon.0) 243 : audit [INF] from='client.? 172.21.15.8:0/843978435' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85c9b602-cb1d-4633-be40-a625ca106973"}]': finished 2024-05-03T10:51:00.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:00 smithi008 bash[18503]: cluster 2024-05-03T10:50:59.851736+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-03T10:51:00.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:00 smithi008 bash[18503]: audit 2024-05-03T10:50:59.851965+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:00.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:00 smithi008 bash[23571]: cluster 2024-05-03T10:50:59.102913+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:00.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:00 smithi008 bash[23571]: audit 2024-05-03T10:50:59.844516+0000 mon.a (mon.0) 242 : audit [INF] from='client.? 172.21.15.8:0/843978435' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85c9b602-cb1d-4633-be40-a625ca106973"}]: dispatch 2024-05-03T10:51:00.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:00 smithi008 bash[23571]: audit 2024-05-03T10:50:59.851534+0000 mon.a (mon.0) 243 : audit [INF] from='client.? 172.21.15.8:0/843978435' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85c9b602-cb1d-4633-be40-a625ca106973"}]': finished 2024-05-03T10:51:00.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:00 smithi008 bash[23571]: cluster 2024-05-03T10:50:59.851736+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-03T10:51:00.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:00 smithi008 bash[23571]: audit 2024-05-03T10:50:59.851965+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:00.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:00 smithi143 bash[18601]: cluster 2024-05-03T10:50:59.102913+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:00.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:00 smithi143 bash[18601]: audit 2024-05-03T10:50:59.844516+0000 mon.a (mon.0) 242 : audit [INF] from='client.? 172.21.15.8:0/843978435' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85c9b602-cb1d-4633-be40-a625ca106973"}]: dispatch 2024-05-03T10:51:00.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:00 smithi143 bash[18601]: audit 2024-05-03T10:50:59.851534+0000 mon.a (mon.0) 243 : audit [INF] from='client.? 172.21.15.8:0/843978435' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85c9b602-cb1d-4633-be40-a625ca106973"}]': finished 2024-05-03T10:51:00.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:00 smithi143 bash[18601]: cluster 2024-05-03T10:50:59.851736+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-03T10:51:00.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:00 smithi143 bash[18601]: audit 2024-05-03T10:50:59.851965+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:01.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:01 smithi008 bash[18503]: audit 2024-05-03T10:51:00.547807+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.8:0/2051199838' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:51:01.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:01 smithi008 bash[23571]: audit 2024-05-03T10:51:00.547807+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.8:0/2051199838' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:51:01.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:01 smithi143 bash[18601]: audit 2024-05-03T10:51:00.547807+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.8:0/2051199838' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:51:02.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:02 smithi008 bash[18503]: cluster 2024-05-03T10:51:01.103332+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:02.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:02 smithi008 bash[23571]: cluster 2024-05-03T10:51:01.103332+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:02.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:02 smithi143 bash[18601]: cluster 2024-05-03T10:51:01.103332+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:04.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:04 smithi008 bash[18503]: cluster 2024-05-03T10:51:03.103737+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:04.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:04 smithi008 bash[23571]: cluster 2024-05-03T10:51:03.103737+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:04.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:04 smithi143 bash[18601]: cluster 2024-05-03T10:51:03.103737+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:06.455 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:06 smithi008 bash[18503]: cluster 2024-05-03T10:51:05.104183+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:06.456 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:06 smithi008 bash[23571]: cluster 2024-05-03T10:51:05.104183+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:06.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:06 smithi143 bash[18601]: cluster 2024-05-03T10:51:05.104183+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:08.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:08 smithi008 bash[23571]: cluster 2024-05-03T10:51:07.104613+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:08.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:08 smithi008 bash[18503]: cluster 2024-05-03T10:51:07.104613+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:08.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:08 smithi143 bash[18601]: cluster 2024-05-03T10:51:07.104613+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:10.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:10 smithi008 bash[18503]: cluster 2024-05-03T10:51:09.105057+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:10.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:10 smithi008 bash[18503]: audit 2024-05-03T10:51:09.692678+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-03T10:51:10.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:10 smithi008 bash[18503]: audit 2024-05-03T10:51:09.694292+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:10.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:10 smithi008 bash[18503]: cephadm 2024-05-03T10:51:09.695695+0000 mgr.y (mgr.14152) 68 : cephadm [INF] Deploying daemon osd.0 on smithi008 2024-05-03T10:51:10.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:10 smithi008 bash[23571]: cluster 2024-05-03T10:51:09.105057+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:10.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:10 smithi008 bash[23571]: audit 2024-05-03T10:51:09.692678+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-03T10:51:10.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:10 smithi008 bash[23571]: audit 2024-05-03T10:51:09.694292+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:10.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:10 smithi008 bash[23571]: cephadm 2024-05-03T10:51:09.695695+0000 mgr.y (mgr.14152) 68 : cephadm [INF] Deploying daemon osd.0 on smithi008 2024-05-03T10:51:10.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:10 smithi143 bash[18601]: cluster 2024-05-03T10:51:09.105057+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:10.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:10 smithi143 bash[18601]: audit 2024-05-03T10:51:09.692678+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-03T10:51:10.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:10 smithi143 bash[18601]: audit 2024-05-03T10:51:09.694292+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:10.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:10 smithi143 bash[18601]: cephadm 2024-05-03T10:51:09.695695+0000 mgr.y (mgr.14152) 68 : cephadm [INF] Deploying daemon osd.0 on smithi008 2024-05-03T10:51:12.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:12 smithi008 bash[18503]: cluster 2024-05-03T10:51:11.105552+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:12.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:12 smithi008 bash[23571]: cluster 2024-05-03T10:51:11.105552+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:12.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:12 smithi143 bash[18601]: cluster 2024-05-03T10:51:11.105552+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:13.138 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:12 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:13.138 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:51:12 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:13.138 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:12 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:13.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:13 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:13.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:13 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:13.518 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:51:13 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:14.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:14 smithi008 bash[18503]: cluster 2024-05-03T10:51:13.105967+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:14.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:14 smithi008 bash[18503]: audit 2024-05-03T10:51:13.267936+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:14.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:14 smithi008 bash[18503]: audit 2024-05-03T10:51:13.270302+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:51:14.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:14 smithi008 bash[18503]: audit 2024-05-03T10:51:13.271825+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:14.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:14 smithi008 bash[18503]: audit 2024-05-03T10:51:13.273014+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:51:14.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:14 smithi008 bash[23571]: cluster 2024-05-03T10:51:13.105967+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:14.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:14 smithi008 bash[23571]: audit 2024-05-03T10:51:13.267936+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:14.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:14 smithi008 bash[23571]: audit 2024-05-03T10:51:13.270302+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:51:14.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:14 smithi008 bash[23571]: audit 2024-05-03T10:51:13.271825+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:14.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:14 smithi008 bash[23571]: audit 2024-05-03T10:51:13.273014+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:51:14.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:14 smithi143 bash[18601]: cluster 2024-05-03T10:51:13.105967+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:14.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:14 smithi143 bash[18601]: audit 2024-05-03T10:51:13.267936+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:14.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:14 smithi143 bash[18601]: audit 2024-05-03T10:51:13.270302+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:51:14.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:14 smithi143 bash[18601]: audit 2024-05-03T10:51:13.271825+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:14.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:14 smithi143 bash[18601]: audit 2024-05-03T10:51:13.273014+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:51:16.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:16 smithi008 bash[18503]: cluster 2024-05-03T10:51:15.106371+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:16.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:16 smithi008 bash[18503]: audit 2024-05-03T10:51:16.263159+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:16.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:16 smithi008 bash[23571]: cluster 2024-05-03T10:51:15.106371+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:16.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:16 smithi008 bash[23571]: audit 2024-05-03T10:51:16.263159+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:16.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:16 smithi143 bash[18601]: cluster 2024-05-03T10:51:15.106371+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:16.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:16 smithi143 bash[18601]: audit 2024-05-03T10:51:16.263159+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:17.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:17 smithi008 bash[18503]: audit 2024-05-03T10:51:16.528772+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:17.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:17 smithi008 bash[23571]: audit 2024-05-03T10:51:16.528772+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:17.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:17 smithi143 bash[18601]: audit 2024-05-03T10:51:16.528772+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:18.799 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:18 smithi008 bash[18503]: cluster 2024-05-03T10:51:17.106840+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:18.800 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:18 smithi008 bash[23571]: cluster 2024-05-03T10:51:17.106840+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:18.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:18 smithi143 bash[18601]: cluster 2024-05-03T10:51:17.106840+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:19.386 INFO:teuthology.orchestra.run.smithi008.stdout:Created osd(s) 0 on host 'smithi008' 2024-05-03T10:51:19.987 DEBUG:teuthology.orchestra.run.smithi008:osd.0> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.0.service 2024-05-03T10:51:19.990 INFO:tasks.cephadm:Deploying osd.1 on smithi008 with /dev/vg_nvme/lv_3... 2024-05-03T10:51:19.990 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-03T10:51:20.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:20 smithi008 bash[18503]: cluster 2024-05-03T10:51:19.107271+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:20.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:20 smithi008 bash[18503]: audit 2024-05-03T10:51:19.385175+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:20.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:20 smithi008 bash[18503]: audit 2024-05-03T10:51:19.401091+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:51:20.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:20 smithi008 bash[18503]: audit 2024-05-03T10:51:19.402622+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:20.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:20 smithi008 bash[18503]: audit 2024-05-03T10:51:19.403546+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:51:20.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:20 smithi008 bash[18503]: audit 2024-05-03T10:51:19.586295+0000 mon.a (mon.0) 258 : audit [INF] from='osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-03T10:51:20.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:20 smithi008 bash[23571]: cluster 2024-05-03T10:51:19.107271+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:20.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:20 smithi008 bash[23571]: audit 2024-05-03T10:51:19.385175+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:20.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:20 smithi008 bash[23571]: audit 2024-05-03T10:51:19.401091+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:51:20.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:20 smithi008 bash[23571]: audit 2024-05-03T10:51:19.402622+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:20.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:20 smithi008 bash[23571]: audit 2024-05-03T10:51:19.403546+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:51:20.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:20 smithi008 bash[23571]: audit 2024-05-03T10:51:19.586295+0000 mon.a (mon.0) 258 : audit [INF] from='osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-03T10:51:20.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:20 smithi143 bash[18601]: cluster 2024-05-03T10:51:19.107271+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:20.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:20 smithi143 bash[18601]: audit 2024-05-03T10:51:19.385175+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:20.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:20 smithi143 bash[18601]: audit 2024-05-03T10:51:19.401091+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:51:20.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:20 smithi143 bash[18601]: audit 2024-05-03T10:51:19.402622+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:20.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:20 smithi143 bash[18601]: audit 2024-05-03T10:51:19.403546+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:51:20.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:20 smithi143 bash[18601]: audit 2024-05-03T10:51:19.586295+0000 mon.a (mon.0) 258 : audit [INF] from='osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-03T10:51:21.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:21 smithi143 bash[18601]: audit 2024-05-03T10:51:20.547382+0000 mon.a (mon.0) 259 : audit [INF] from='osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-03T10:51:21.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:21 smithi143 bash[18601]: cluster 2024-05-03T10:51:20.547569+0000 mon.a (mon.0) 260 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-03T10:51:21.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:21 smithi143 bash[18601]: audit 2024-05-03T10:51:20.547844+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:21.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:21 smithi143 bash[18601]: audit 2024-05-03T10:51:20.548465+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:51:22.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:21 smithi008 bash[18503]: audit 2024-05-03T10:51:20.547382+0000 mon.a (mon.0) 259 : audit [INF] from='osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-03T10:51:22.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:21 smithi008 bash[18503]: cluster 2024-05-03T10:51:20.547569+0000 mon.a (mon.0) 260 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-03T10:51:22.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:21 smithi008 bash[18503]: audit 2024-05-03T10:51:20.547844+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:22.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:21 smithi008 bash[18503]: audit 2024-05-03T10:51:20.548465+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:51:22.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:21 smithi008 bash[23571]: audit 2024-05-03T10:51:20.547382+0000 mon.a (mon.0) 259 : audit [INF] from='osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-03T10:51:22.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:21 smithi008 bash[23571]: cluster 2024-05-03T10:51:20.547569+0000 mon.a (mon.0) 260 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-03T10:51:22.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:21 smithi008 bash[23571]: audit 2024-05-03T10:51:20.547844+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:22.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:21 smithi008 bash[23571]: audit 2024-05-03T10:51:20.548465+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:51:22.019 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:51:21 smithi008 bash[26176]: debug 2024-05-03T10:51:21.562+0000 7f1dddb08700 -1 osd.0 0 waiting for initial osdmap 2024-05-03T10:51:22.019 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:51:21 smithi008 bash[26176]: debug 2024-05-03T10:51:21.566+0000 7f1dd8ca0700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-03T10:51:22.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:22 smithi143 bash[18601]: cluster 2024-05-03T10:51:21.107650+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:22.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:22 smithi143 bash[18601]: audit 2024-05-03T10:51:21.557262+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-03T10:51:22.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:22 smithi143 bash[18601]: cluster 2024-05-03T10:51:21.557538+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-03T10:51:22.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:22 smithi143 bash[18601]: audit 2024-05-03T10:51:21.558031+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:22.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:22 smithi143 bash[18601]: audit 2024-05-03T10:51:21.565226+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:22.934 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:22 smithi008 bash[18503]: cluster 2024-05-03T10:51:21.107650+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:22.935 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:22 smithi008 bash[18503]: audit 2024-05-03T10:51:21.557262+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-03T10:51:22.935 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:22 smithi008 bash[18503]: cluster 2024-05-03T10:51:21.557538+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-03T10:51:22.935 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:22 smithi008 bash[18503]: audit 2024-05-03T10:51:21.558031+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:22.935 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:22 smithi008 bash[18503]: audit 2024-05-03T10:51:21.565226+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:22.935 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:22 smithi008 bash[23571]: cluster 2024-05-03T10:51:21.107650+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-03T10:51:22.935 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:22 smithi008 bash[23571]: audit 2024-05-03T10:51:21.557262+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-03T10:51:22.935 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:22 smithi008 bash[23571]: cluster 2024-05-03T10:51:21.557538+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-03T10:51:22.935 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:22 smithi008 bash[23571]: audit 2024-05-03T10:51:21.558031+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:22.935 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:22 smithi008 bash[23571]: audit 2024-05-03T10:51:21.565226+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:23.316 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-03T10:51:23.317 INFO:teuthology.orchestra.run.smithi008.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-03T10:51:23.317 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10+0 records in 2024-05-03T10:51:23.317 INFO:teuthology.orchestra.run.smithi008.stderr:10+0 records out 2024-05-03T10:51:23.317 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0118952 s, 882 MB/s 2024-05-03T10:51:23.317 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping successful for: 2024-05-03T10:51:23.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:23 smithi143 bash[18601]: cluster 2024-05-03T10:51:20.628883+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:51:23.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:23 smithi143 bash[18601]: cluster 2024-05-03T10:51:20.629069+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:51:23.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:23 smithi143 bash[18601]: cluster 2024-05-03T10:51:22.557827+0000 mon.a (mon.0) 267 : cluster [INF] osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248] boot 2024-05-03T10:51:23.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:23 smithi143 bash[18601]: cluster 2024-05-03T10:51:22.557900+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-03T10:51:23.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:23 smithi143 bash[18601]: audit 2024-05-03T10:51:22.559067+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:24.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:23 smithi008 bash[23571]: cluster 2024-05-03T10:51:20.628883+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:51:24.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:23 smithi008 bash[23571]: cluster 2024-05-03T10:51:20.629069+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:51:24.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:23 smithi008 bash[23571]: cluster 2024-05-03T10:51:22.557827+0000 mon.a (mon.0) 267 : cluster [INF] osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248] boot 2024-05-03T10:51:24.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:23 smithi008 bash[23571]: cluster 2024-05-03T10:51:22.557900+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-03T10:51:24.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:23 smithi008 bash[23571]: audit 2024-05-03T10:51:22.559067+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:24.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:23 smithi008 bash[18503]: cluster 2024-05-03T10:51:20.628883+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:51:24.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:23 smithi008 bash[18503]: cluster 2024-05-03T10:51:20.629069+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:51:24.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:23 smithi008 bash[18503]: cluster 2024-05-03T10:51:22.557827+0000 mon.a (mon.0) 267 : cluster [INF] osd.0 [v2:172.21.15.8:6802/813811248,v1:172.21.15.8:6803/813811248] boot 2024-05-03T10:51:24.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:23 smithi008 bash[18503]: cluster 2024-05-03T10:51:22.557900+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-03T10:51:24.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:23 smithi008 bash[18503]: audit 2024-05-03T10:51:22.559067+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:51:24.245 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi008:vg_nvme/lv_3 2024-05-03T10:51:24.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:24 smithi143 bash[18601]: cluster 2024-05-03T10:51:23.107943+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:24.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:24 smithi143 bash[18601]: cluster 2024-05-03T10:51:23.574292+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-03T10:51:25.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:24 smithi008 bash[23571]: cluster 2024-05-03T10:51:23.107943+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:25.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:24 smithi008 bash[23571]: cluster 2024-05-03T10:51:23.574292+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-03T10:51:25.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:24 smithi008 bash[18503]: cluster 2024-05-03T10:51:23.107943+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:25.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:24 smithi008 bash[18503]: cluster 2024-05-03T10:51:23.574292+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-03T10:51:26.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:26 smithi143 bash[18601]: cluster 2024-05-03T10:51:25.108412+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:26.957 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:26 smithi008 bash[18503]: cluster 2024-05-03T10:51:25.108412+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:26.957 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:26 smithi008 bash[23571]: cluster 2024-05-03T10:51:25.108412+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:28.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:27 smithi008 bash[18503]: cephadm 2024-05-03T10:51:26.961695+0000 mgr.y (mgr.14152) 77 : cephadm [INF] Detected new or changed devices on smithi008 2024-05-03T10:51:28.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:27 smithi008 bash[18503]: audit 2024-05-03T10:51:26.971120+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:28.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:27 smithi008 bash[18503]: audit 2024-05-03T10:51:26.973146+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:51:28.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:27 smithi008 bash[18503]: cephadm 2024-05-03T10:51:26.974353+0000 mgr.y (mgr.14152) 78 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 16245M 2024-05-03T10:51:28.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:27 smithi008 bash[18503]: audit 2024-05-03T10:51:26.982379+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:28.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:27 smithi008 bash[18503]: audit 2024-05-03T10:51:26.990980+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:28.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:27 smithi008 bash[18503]: cluster 2024-05-03T10:51:27.108792+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:28.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:27 smithi008 bash[18503]: audit 2024-05-03T10:51:27.438298+0000 mgr.y (mgr.14152) 80 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:51:28.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:27 smithi008 bash[18503]: audit 2024-05-03T10:51:27.442336+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:51:28.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:27 smithi008 bash[18503]: audit 2024-05-03T10:51:27.447948+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:51:28.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:27 smithi008 bash[18503]: audit 2024-05-03T10:51:27.449336+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:28.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:27 smithi008 bash[23571]: cephadm 2024-05-03T10:51:26.961695+0000 mgr.y (mgr.14152) 77 : cephadm [INF] Detected new or changed devices on smithi008 2024-05-03T10:51:28.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:27 smithi008 bash[23571]: audit 2024-05-03T10:51:26.971120+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:28.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:27 smithi008 bash[23571]: audit 2024-05-03T10:51:26.973146+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:51:28.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:27 smithi008 bash[23571]: cephadm 2024-05-03T10:51:26.974353+0000 mgr.y (mgr.14152) 78 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 16245M 2024-05-03T10:51:28.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:27 smithi008 bash[23571]: audit 2024-05-03T10:51:26.982379+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:28.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:27 smithi008 bash[23571]: audit 2024-05-03T10:51:26.990980+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:28.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:27 smithi008 bash[23571]: cluster 2024-05-03T10:51:27.108792+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:28.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:27 smithi008 bash[23571]: audit 2024-05-03T10:51:27.438298+0000 mgr.y (mgr.14152) 80 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:51:28.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:27 smithi008 bash[23571]: audit 2024-05-03T10:51:27.442336+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:51:28.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:27 smithi008 bash[23571]: audit 2024-05-03T10:51:27.447948+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:51:28.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:27 smithi008 bash[23571]: audit 2024-05-03T10:51:27.449336+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:28.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:27 smithi143 bash[18601]: cephadm 2024-05-03T10:51:26.961695+0000 mgr.y (mgr.14152) 77 : cephadm [INF] Detected new or changed devices on smithi008 2024-05-03T10:51:28.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:27 smithi143 bash[18601]: audit 2024-05-03T10:51:26.971120+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:28.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:27 smithi143 bash[18601]: audit 2024-05-03T10:51:26.973146+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:51:28.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:27 smithi143 bash[18601]: cephadm 2024-05-03T10:51:26.974353+0000 mgr.y (mgr.14152) 78 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 16245M 2024-05-03T10:51:28.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:27 smithi143 bash[18601]: audit 2024-05-03T10:51:26.982379+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:28.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:27 smithi143 bash[18601]: audit 2024-05-03T10:51:26.990980+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:28.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:27 smithi143 bash[18601]: cluster 2024-05-03T10:51:27.108792+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:28.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:27 smithi143 bash[18601]: audit 2024-05-03T10:51:27.438298+0000 mgr.y (mgr.14152) 80 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:51:28.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:27 smithi143 bash[18601]: audit 2024-05-03T10:51:27.442336+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:51:28.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:27 smithi143 bash[18601]: audit 2024-05-03T10:51:27.447948+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:51:28.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:27 smithi143 bash[18601]: audit 2024-05-03T10:51:27.449336+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:30.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:30 smithi008 bash[23571]: cluster 2024-05-03T10:51:29.109251+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:30.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:30 smithi008 bash[18503]: cluster 2024-05-03T10:51:29.109251+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:30.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:30 smithi143 bash[18601]: cluster 2024-05-03T10:51:29.109251+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:32.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:32 smithi008 bash[18503]: cluster 2024-05-03T10:51:31.109746+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:32.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:32 smithi008 bash[23571]: cluster 2024-05-03T10:51:31.109746+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:32.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:32 smithi143 bash[18601]: cluster 2024-05-03T10:51:31.109746+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:33.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:33 smithi008 bash[18503]: audit 2024-05-03T10:51:33.182828+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.8:0/2256480698' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5efc5b2f-cd3e-4c5d-b5d1-ecf1ca048f91"}]: dispatch 2024-05-03T10:51:33.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:33 smithi008 bash[18503]: audit 2024-05-03T10:51:33.183534+0000 mon.a (mon.0) 278 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5efc5b2f-cd3e-4c5d-b5d1-ecf1ca048f91"}]: dispatch 2024-05-03T10:51:33.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:33 smithi008 bash[18503]: audit 2024-05-03T10:51:33.189011+0000 mon.a (mon.0) 279 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5efc5b2f-cd3e-4c5d-b5d1-ecf1ca048f91"}]': finished 2024-05-03T10:51:33.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:33 smithi008 bash[18503]: cluster 2024-05-03T10:51:33.189107+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-03T10:51:33.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:33 smithi008 bash[18503]: audit 2024-05-03T10:51:33.189227+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:33.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:33 smithi008 bash[23571]: audit 2024-05-03T10:51:33.182828+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.8:0/2256480698' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5efc5b2f-cd3e-4c5d-b5d1-ecf1ca048f91"}]: dispatch 2024-05-03T10:51:33.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:33 smithi008 bash[23571]: audit 2024-05-03T10:51:33.183534+0000 mon.a (mon.0) 278 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5efc5b2f-cd3e-4c5d-b5d1-ecf1ca048f91"}]: dispatch 2024-05-03T10:51:33.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:33 smithi008 bash[23571]: audit 2024-05-03T10:51:33.189011+0000 mon.a (mon.0) 279 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5efc5b2f-cd3e-4c5d-b5d1-ecf1ca048f91"}]': finished 2024-05-03T10:51:33.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:33 smithi008 bash[23571]: cluster 2024-05-03T10:51:33.189107+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-03T10:51:33.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:33 smithi008 bash[23571]: audit 2024-05-03T10:51:33.189227+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:33.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:33 smithi143 bash[18601]: audit 2024-05-03T10:51:33.182828+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.8:0/2256480698' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5efc5b2f-cd3e-4c5d-b5d1-ecf1ca048f91"}]: dispatch 2024-05-03T10:51:33.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:33 smithi143 bash[18601]: audit 2024-05-03T10:51:33.183534+0000 mon.a (mon.0) 278 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5efc5b2f-cd3e-4c5d-b5d1-ecf1ca048f91"}]: dispatch 2024-05-03T10:51:33.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:33 smithi143 bash[18601]: audit 2024-05-03T10:51:33.189011+0000 mon.a (mon.0) 279 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5efc5b2f-cd3e-4c5d-b5d1-ecf1ca048f91"}]': finished 2024-05-03T10:51:33.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:33 smithi143 bash[18601]: cluster 2024-05-03T10:51:33.189107+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-03T10:51:33.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:33 smithi143 bash[18601]: audit 2024-05-03T10:51:33.189227+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:34.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:34 smithi008 bash[18503]: cluster 2024-05-03T10:51:33.110294+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:34.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:34 smithi008 bash[18503]: audit 2024-05-03T10:51:33.870828+0000 mon.a (mon.0) 282 : audit [DBG] from='client.? 172.21.15.8:0/4181276300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:51:34.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:34 smithi008 bash[23571]: cluster 2024-05-03T10:51:33.110294+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:34.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:34 smithi008 bash[23571]: audit 2024-05-03T10:51:33.870828+0000 mon.a (mon.0) 282 : audit [DBG] from='client.? 172.21.15.8:0/4181276300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:51:34.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:34 smithi143 bash[18601]: cluster 2024-05-03T10:51:33.110294+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:34.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:34 smithi143 bash[18601]: audit 2024-05-03T10:51:33.870828+0000 mon.a (mon.0) 282 : audit [DBG] from='client.? 172.21.15.8:0/4181276300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:51:36.510 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:36 smithi008 bash[23571]: cluster 2024-05-03T10:51:35.110763+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:36.510 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:36 smithi008 bash[18503]: cluster 2024-05-03T10:51:35.110763+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:36.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:36 smithi143 bash[18601]: cluster 2024-05-03T10:51:35.110763+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:38.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:38 smithi008 bash[18503]: cluster 2024-05-03T10:51:37.111315+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:38.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:38 smithi008 bash[23571]: cluster 2024-05-03T10:51:37.111315+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:38.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:38 smithi143 bash[18601]: cluster 2024-05-03T10:51:37.111315+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:40.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:40 smithi008 bash[18503]: cluster 2024-05-03T10:51:39.111946+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:40.500 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:40 smithi008 bash[23571]: cluster 2024-05-03T10:51:39.111946+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:40.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:40 smithi143 bash[18601]: cluster 2024-05-03T10:51:39.111946+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:42.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:42 smithi008 bash[18503]: cluster 2024-05-03T10:51:41.112497+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:42.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:42 smithi008 bash[23571]: cluster 2024-05-03T10:51:41.112497+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:42.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:42 smithi143 bash[18601]: cluster 2024-05-03T10:51:41.112497+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:43.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:43 smithi008 bash[18503]: audit 2024-05-03T10:51:42.858577+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-03T10:51:43.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:43 smithi008 bash[18503]: audit 2024-05-03T10:51:42.860329+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:43.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:43 smithi008 bash[23571]: audit 2024-05-03T10:51:42.858577+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-03T10:51:43.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:43 smithi008 bash[23571]: audit 2024-05-03T10:51:42.860329+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:43.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:43 smithi143 bash[18601]: audit 2024-05-03T10:51:42.858577+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-03T10:51:43.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:43 smithi143 bash[18601]: audit 2024-05-03T10:51:42.860329+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:44.515 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:44 smithi008 bash[18503]: cephadm 2024-05-03T10:51:42.861654+0000 mgr.y (mgr.14152) 88 : cephadm [INF] Deploying daemon osd.1 on smithi008 2024-05-03T10:51:44.515 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:44 smithi008 bash[18503]: cluster 2024-05-03T10:51:43.112799+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:44.516 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:44 smithi008 bash[23571]: cephadm 2024-05-03T10:51:42.861654+0000 mgr.y (mgr.14152) 88 : cephadm [INF] Deploying daemon osd.1 on smithi008 2024-05-03T10:51:44.516 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:44 smithi008 bash[23571]: cluster 2024-05-03T10:51:43.112799+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:44.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:44 smithi143 bash[18601]: cephadm 2024-05-03T10:51:42.861654+0000 mgr.y (mgr.14152) 88 : cephadm [INF] Deploying daemon osd.1 on smithi008 2024-05-03T10:51:44.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:44 smithi143 bash[18601]: cluster 2024-05-03T10:51:43.112799+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:46.314 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:51:46 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:46.314 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:46 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:46.314 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:46 smithi008 bash[18503]: cluster 2024-05-03T10:51:45.113234+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:46.315 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:51:46 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:46.315 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:46 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:46.315 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:46 smithi008 bash[23571]: cluster 2024-05-03T10:51:45.113234+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:46.577 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:46 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:46.577 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:51:46 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:46.578 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:46 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:46.578 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:51:46 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:51:46.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:46 smithi143 bash[18601]: cluster 2024-05-03T10:51:45.113234+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:47.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:47 smithi008 bash[18503]: audit 2024-05-03T10:51:46.567998+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:47.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:47 smithi008 bash[18503]: audit 2024-05-03T10:51:46.608510+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:51:47.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:47 smithi008 bash[18503]: audit 2024-05-03T10:51:46.609723+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:47.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:47 smithi008 bash[18503]: audit 2024-05-03T10:51:46.610355+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:51:47.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:47 smithi008 bash[23571]: audit 2024-05-03T10:51:46.567998+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:47.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:47 smithi008 bash[23571]: audit 2024-05-03T10:51:46.608510+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:51:47.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:47 smithi008 bash[23571]: audit 2024-05-03T10:51:46.609723+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:47.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:47 smithi008 bash[23571]: audit 2024-05-03T10:51:46.610355+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:51:47.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:47 smithi143 bash[18601]: audit 2024-05-03T10:51:46.567998+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:47.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:47 smithi143 bash[18601]: audit 2024-05-03T10:51:46.608510+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:51:47.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:47 smithi143 bash[18601]: audit 2024-05-03T10:51:46.609723+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:47.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:47 smithi143 bash[18601]: audit 2024-05-03T10:51:46.610355+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:51:48.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:48 smithi143 bash[18601]: cluster 2024-05-03T10:51:47.113629+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:49.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:48 smithi008 bash[18503]: cluster 2024-05-03T10:51:47.113629+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:49.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:48 smithi008 bash[23571]: cluster 2024-05-03T10:51:47.113629+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:49.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:49 smithi143 bash[18601]: audit 2024-05-03T10:51:49.155775+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:51:49.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:49 smithi143 bash[18601]: audit 2024-05-03T10:51:49.157797+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:51:49.897 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:49 smithi008 bash[18503]: audit 2024-05-03T10:51:49.155775+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:51:49.897 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:49 smithi008 bash[18503]: audit 2024-05-03T10:51:49.157797+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:51:49.898 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:49 smithi008 bash[23571]: audit 2024-05-03T10:51:49.155775+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:51:49.898 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:49 smithi008 bash[23571]: audit 2024-05-03T10:51:49.157797+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:51:51.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:50 smithi008 bash[18503]: cluster 2024-05-03T10:51:49.114106+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:51.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:50 smithi008 bash[18503]: audit 2024-05-03T10:51:49.699676+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:51.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:50 smithi008 bash[18503]: audit 2024-05-03T10:51:49.704314+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:51.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:50 smithi008 bash[23571]: cluster 2024-05-03T10:51:49.114106+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:51.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:50 smithi008 bash[23571]: audit 2024-05-03T10:51:49.699676+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:51.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:50 smithi008 bash[23571]: audit 2024-05-03T10:51:49.704314+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:51.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:50 smithi143 bash[18601]: cluster 2024-05-03T10:51:49.114106+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:51.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:50 smithi143 bash[18601]: audit 2024-05-03T10:51:49.699676+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:51.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:50 smithi143 bash[18601]: audit 2024-05-03T10:51:49.704314+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:52.614 INFO:teuthology.orchestra.run.smithi008.stdout:Created osd(s) 1 on host 'smithi008' 2024-05-03T10:51:52.873 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:52 smithi008 bash[18503]: cluster 2024-05-03T10:51:51.114540+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:52.874 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:52 smithi008 bash[18503]: audit 2024-05-03T10:51:52.613198+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:52.874 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:52 smithi008 bash[18503]: audit 2024-05-03T10:51:52.626915+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:51:52.874 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:52 smithi008 bash[18503]: audit 2024-05-03T10:51:52.628329+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:52.874 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:52 smithi008 bash[18503]: audit 2024-05-03T10:51:52.629140+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:51:52.874 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:52 smithi008 bash[23571]: cluster 2024-05-03T10:51:51.114540+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:52.874 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:52 smithi008 bash[23571]: audit 2024-05-03T10:51:52.613198+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:52.874 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:52 smithi008 bash[23571]: audit 2024-05-03T10:51:52.626915+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:51:52.874 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:52 smithi008 bash[23571]: audit 2024-05-03T10:51:52.628329+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:52.874 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:52 smithi008 bash[23571]: audit 2024-05-03T10:51:52.629140+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:51:53.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:52 smithi143 bash[18601]: cluster 2024-05-03T10:51:51.114540+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:53.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:52 smithi143 bash[18601]: audit 2024-05-03T10:51:52.613198+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:51:53.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:52 smithi143 bash[18601]: audit 2024-05-03T10:51:52.626915+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:51:53.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:52 smithi143 bash[18601]: audit 2024-05-03T10:51:52.628329+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:51:53.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:52 smithi143 bash[18601]: audit 2024-05-03T10:51:52.629140+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:51:53.274 DEBUG:teuthology.orchestra.run.smithi008:osd.1> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.1.service 2024-05-03T10:51:53.277 INFO:tasks.cephadm:Deploying osd.2 on smithi008 with /dev/vg_nvme/lv_2... 2024-05-03T10:51:53.277 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-05-03T10:51:53.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:53 smithi008 bash[18503]: audit 2024-05-03T10:51:52.907770+0000 mon.a (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-03T10:51:53.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:53 smithi008 bash[23571]: audit 2024-05-03T10:51:52.907770+0000 mon.a (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-03T10:51:54.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:53 smithi143 bash[18601]: audit 2024-05-03T10:51:52.907770+0000 mon.a (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-03T10:51:54.735 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:54 smithi008 bash[23571]: cluster 2024-05-03T10:51:53.114937+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:54.735 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:54 smithi008 bash[23571]: audit 2024-05-03T10:51:53.715581+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-03T10:51:54.735 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:54 smithi008 bash[23571]: cluster 2024-05-03T10:51:53.715714+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-03T10:51:54.735 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:54 smithi008 bash[23571]: audit 2024-05-03T10:51:53.716072+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:54.735 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:54 smithi008 bash[23571]: audit 2024-05-03T10:51:53.717378+0000 mon.a (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:51:54.736 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:54 smithi008 bash[18503]: cluster 2024-05-03T10:51:53.114937+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:54.736 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:54 smithi008 bash[18503]: audit 2024-05-03T10:51:53.715581+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-03T10:51:54.736 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:54 smithi008 bash[18503]: cluster 2024-05-03T10:51:53.715714+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-03T10:51:54.736 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:54 smithi008 bash[18503]: audit 2024-05-03T10:51:53.716072+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:54.736 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:54 smithi008 bash[18503]: audit 2024-05-03T10:51:53.717378+0000 mon.a (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:51:54.736 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:51:54 smithi008 bash[29156]: debug 2024-05-03T10:51:54.725+0000 7efe9afcc700 -1 osd.1 0 waiting for initial osdmap 2024-05-03T10:51:54.736 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:51:54 smithi008 bash[29156]: debug 2024-05-03T10:51:54.729+0000 7efe9395f700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-03T10:51:55.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:54 smithi143 bash[18601]: cluster 2024-05-03T10:51:53.114937+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:55.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:54 smithi143 bash[18601]: audit 2024-05-03T10:51:53.715581+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-03T10:51:55.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:54 smithi143 bash[18601]: cluster 2024-05-03T10:51:53.715714+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-03T10:51:55.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:54 smithi143 bash[18601]: audit 2024-05-03T10:51:53.716072+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:55.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:54 smithi143 bash[18601]: audit 2024-05-03T10:51:53.717378+0000 mon.a (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:51:56.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:55 smithi008 bash[18503]: audit 2024-05-03T10:51:54.718056+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-03T10:51:56.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:55 smithi008 bash[18503]: cluster 2024-05-03T10:51:54.718176+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-03T10:51:56.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:55 smithi008 bash[18503]: audit 2024-05-03T10:51:54.718957+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:56.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:55 smithi008 bash[18503]: audit 2024-05-03T10:51:54.729289+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:56.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:55 smithi008 bash[23571]: audit 2024-05-03T10:51:54.718056+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-03T10:51:56.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:55 smithi008 bash[23571]: cluster 2024-05-03T10:51:54.718176+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-03T10:51:56.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:55 smithi008 bash[23571]: audit 2024-05-03T10:51:54.718957+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:56.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:55 smithi008 bash[23571]: audit 2024-05-03T10:51:54.729289+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:56.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:55 smithi143 bash[18601]: audit 2024-05-03T10:51:54.718056+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-03T10:51:56.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:55 smithi143 bash[18601]: cluster 2024-05-03T10:51:54.718176+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-03T10:51:56.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:55 smithi143 bash[18601]: audit 2024-05-03T10:51:54.718957+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:56.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:55 smithi143 bash[18601]: audit 2024-05-03T10:51:54.729289+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:56.621 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-05-03T10:51:56.621 INFO:teuthology.orchestra.run.smithi008.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-05-03T10:51:56.621 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10+0 records in 2024-05-03T10:51:56.621 INFO:teuthology.orchestra.run.smithi008.stderr:10+0 records out 2024-05-03T10:51:56.621 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0127884 s, 820 MB/s 2024-05-03T10:51:56.621 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping successful for: 2024-05-03T10:51:57.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:56 smithi008 bash[18503]: cluster 2024-05-03T10:51:53.896547+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:51:57.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:56 smithi008 bash[18503]: cluster 2024-05-03T10:51:53.896749+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:51:57.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:56 smithi008 bash[18503]: cluster 2024-05-03T10:51:55.115410+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:57.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:56 smithi008 bash[18503]: cluster 2024-05-03T10:51:55.728825+0000 mon.a (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746] boot 2024-05-03T10:51:57.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:56 smithi008 bash[18503]: cluster 2024-05-03T10:51:55.728932+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-03T10:51:57.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:56 smithi008 bash[18503]: audit 2024-05-03T10:51:55.730211+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:57.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:56 smithi008 bash[23571]: cluster 2024-05-03T10:51:53.896547+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:51:57.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:56 smithi008 bash[23571]: cluster 2024-05-03T10:51:53.896749+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:51:57.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:56 smithi008 bash[23571]: cluster 2024-05-03T10:51:55.115410+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:57.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:56 smithi008 bash[23571]: cluster 2024-05-03T10:51:55.728825+0000 mon.a (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746] boot 2024-05-03T10:51:57.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:56 smithi008 bash[23571]: cluster 2024-05-03T10:51:55.728932+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-03T10:51:57.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:56 smithi008 bash[23571]: audit 2024-05-03T10:51:55.730211+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:57.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:56 smithi143 bash[18601]: cluster 2024-05-03T10:51:53.896547+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:51:57.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:56 smithi143 bash[18601]: cluster 2024-05-03T10:51:53.896749+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:51:57.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:56 smithi143 bash[18601]: cluster 2024-05-03T10:51:55.115410+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-05-03T10:51:57.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:56 smithi143 bash[18601]: cluster 2024-05-03T10:51:55.728825+0000 mon.a (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.8:6810/1953788746,v1:172.21.15.8:6811/1953788746] boot 2024-05-03T10:51:57.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:56 smithi143 bash[18601]: cluster 2024-05-03T10:51:55.728932+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-03T10:51:57.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:56 smithi143 bash[18601]: audit 2024-05-03T10:51:55.730211+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:51:57.765 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi008:vg_nvme/lv_2 2024-05-03T10:51:58.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:57 smithi008 bash[18503]: cluster 2024-05-03T10:51:56.735123+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-03T10:51:58.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:57 smithi008 bash[23571]: cluster 2024-05-03T10:51:56.735123+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-03T10:51:58.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:57 smithi143 bash[18601]: cluster 2024-05-03T10:51:56.735123+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-03T10:51:59.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:51:58 smithi008 bash[18503]: cluster 2024-05-03T10:51:57.115765+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:51:59.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:51:58 smithi008 bash[23571]: cluster 2024-05-03T10:51:57.115765+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:51:59.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:51:58 smithi143 bash[18601]: cluster 2024-05-03T10:51:57.115765+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:01.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:00 smithi008 bash[23571]: cluster 2024-05-03T10:51:59.116059+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:01.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:00 smithi008 bash[23571]: audit 2024-05-03T10:52:00.390856+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:01.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:00 smithi008 bash[23571]: audit 2024-05-03T10:52:00.392325+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:01.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:00 smithi008 bash[23571]: audit 2024-05-03T10:52:00.393634+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:01.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:00 smithi008 bash[23571]: audit 2024-05-03T10:52:00.402931+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:01.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:00 smithi008 bash[23571]: audit 2024-05-03T10:52:00.412722+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:01.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:00 smithi008 bash[18503]: cluster 2024-05-03T10:51:59.116059+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:01.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:00 smithi008 bash[18503]: audit 2024-05-03T10:52:00.390856+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:01.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:00 smithi008 bash[18503]: audit 2024-05-03T10:52:00.392325+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:01.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:00 smithi008 bash[18503]: audit 2024-05-03T10:52:00.393634+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:01.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:00 smithi008 bash[18503]: audit 2024-05-03T10:52:00.402931+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:01.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:00 smithi008 bash[18503]: audit 2024-05-03T10:52:00.412722+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:01.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:00 smithi143 bash[18601]: cluster 2024-05-03T10:51:59.116059+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:01.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:00 smithi143 bash[18601]: audit 2024-05-03T10:52:00.390856+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:01.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:00 smithi143 bash[18601]: audit 2024-05-03T10:52:00.392325+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:01.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:00 smithi143 bash[18601]: audit 2024-05-03T10:52:00.393634+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:01.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:00 smithi143 bash[18601]: audit 2024-05-03T10:52:00.402931+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:01.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:00 smithi143 bash[18601]: audit 2024-05-03T10:52:00.412722+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:02.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:01 smithi008 bash[18503]: cephadm 2024-05-03T10:52:00.383996+0000 mgr.y (mgr.14152) 98 : cephadm [INF] Detected new or changed devices on smithi008 2024-05-03T10:52:02.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:01 smithi008 bash[18503]: cephadm 2024-05-03T10:52:00.394545+0000 mgr.y (mgr.14152) 99 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 8122M 2024-05-03T10:52:02.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:01 smithi008 bash[18503]: audit 2024-05-03T10:52:00.917811+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:52:02.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:01 smithi008 bash[18503]: audit 2024-05-03T10:52:00.921871+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:52:02.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:01 smithi008 bash[18503]: audit 2024-05-03T10:52:00.923108+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:02.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:01 smithi008 bash[23571]: cephadm 2024-05-03T10:52:00.383996+0000 mgr.y (mgr.14152) 98 : cephadm [INF] Detected new or changed devices on smithi008 2024-05-03T10:52:02.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:01 smithi008 bash[23571]: cephadm 2024-05-03T10:52:00.394545+0000 mgr.y (mgr.14152) 99 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 8122M 2024-05-03T10:52:02.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:01 smithi008 bash[23571]: audit 2024-05-03T10:52:00.917811+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:52:02.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:01 smithi008 bash[23571]: audit 2024-05-03T10:52:00.921871+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:52:02.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:01 smithi008 bash[23571]: audit 2024-05-03T10:52:00.923108+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:02.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:01 smithi143 bash[18601]: cephadm 2024-05-03T10:52:00.383996+0000 mgr.y (mgr.14152) 98 : cephadm [INF] Detected new or changed devices on smithi008 2024-05-03T10:52:02.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:01 smithi143 bash[18601]: cephadm 2024-05-03T10:52:00.394545+0000 mgr.y (mgr.14152) 99 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 8122M 2024-05-03T10:52:02.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:01 smithi143 bash[18601]: audit 2024-05-03T10:52:00.917811+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:52:02.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:01 smithi143 bash[18601]: audit 2024-05-03T10:52:00.921871+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:52:02.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:01 smithi143 bash[18601]: audit 2024-05-03T10:52:00.923108+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:03.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:02 smithi008 bash[18503]: audit 2024-05-03T10:52:00.911298+0000 mgr.y (mgr.14152) 100 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:52:03.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:02 smithi008 bash[18503]: cluster 2024-05-03T10:52:01.116375+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:03.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:02 smithi008 bash[23571]: audit 2024-05-03T10:52:00.911298+0000 mgr.y (mgr.14152) 100 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:52:03.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:02 smithi008 bash[23571]: cluster 2024-05-03T10:52:01.116375+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:03.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:02 smithi143 bash[18601]: audit 2024-05-03T10:52:00.911298+0000 mgr.y (mgr.14152) 100 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:52:03.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:02 smithi143 bash[18601]: cluster 2024-05-03T10:52:01.116375+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:05.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:04 smithi008 bash[18503]: cluster 2024-05-03T10:52:03.116835+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:05.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:04 smithi008 bash[23571]: cluster 2024-05-03T10:52:03.116835+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:05.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:04 smithi143 bash[18601]: cluster 2024-05-03T10:52:03.116835+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:07.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:06 smithi143 bash[18601]: cluster 2024-05-03T10:52:05.117322+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:07.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:06 smithi143 bash[18601]: audit 2024-05-03T10:52:06.617344+0000 mon.a (mon.0) 318 : audit [INF] from='client.? 172.21.15.8:0/3801333001' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5434954-ad50-4035-b965-8765f0fe1c79"}]: dispatch 2024-05-03T10:52:07.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:06 smithi143 bash[18601]: audit 2024-05-03T10:52:06.626894+0000 mon.a (mon.0) 319 : audit [INF] from='client.? 172.21.15.8:0/3801333001' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5434954-ad50-4035-b965-8765f0fe1c79"}]': finished 2024-05-03T10:52:07.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:06 smithi143 bash[18601]: cluster 2024-05-03T10:52:06.627059+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-03T10:52:07.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:06 smithi143 bash[18601]: audit 2024-05-03T10:52:06.627305+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:07.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:06 smithi008 bash[18503]: cluster 2024-05-03T10:52:05.117322+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:07.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:06 smithi008 bash[18503]: audit 2024-05-03T10:52:06.617344+0000 mon.a (mon.0) 318 : audit [INF] from='client.? 172.21.15.8:0/3801333001' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5434954-ad50-4035-b965-8765f0fe1c79"}]: dispatch 2024-05-03T10:52:07.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:06 smithi008 bash[18503]: audit 2024-05-03T10:52:06.626894+0000 mon.a (mon.0) 319 : audit [INF] from='client.? 172.21.15.8:0/3801333001' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5434954-ad50-4035-b965-8765f0fe1c79"}]': finished 2024-05-03T10:52:07.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:06 smithi008 bash[18503]: cluster 2024-05-03T10:52:06.627059+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-03T10:52:07.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:06 smithi008 bash[18503]: audit 2024-05-03T10:52:06.627305+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:07.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:06 smithi008 bash[23571]: cluster 2024-05-03T10:52:05.117322+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:07.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:06 smithi008 bash[23571]: audit 2024-05-03T10:52:06.617344+0000 mon.a (mon.0) 318 : audit [INF] from='client.? 172.21.15.8:0/3801333001' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5434954-ad50-4035-b965-8765f0fe1c79"}]: dispatch 2024-05-03T10:52:07.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:06 smithi008 bash[23571]: audit 2024-05-03T10:52:06.626894+0000 mon.a (mon.0) 319 : audit [INF] from='client.? 172.21.15.8:0/3801333001' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5434954-ad50-4035-b965-8765f0fe1c79"}]': finished 2024-05-03T10:52:07.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:06 smithi008 bash[23571]: cluster 2024-05-03T10:52:06.627059+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-03T10:52:07.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:06 smithi008 bash[23571]: audit 2024-05-03T10:52:06.627305+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:08.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:07 smithi143 bash[18601]: audit 2024-05-03T10:52:07.340733+0000 mon.a (mon.0) 322 : audit [DBG] from='client.? 172.21.15.8:0/1702677719' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:52:08.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:07 smithi008 bash[18503]: audit 2024-05-03T10:52:07.340733+0000 mon.a (mon.0) 322 : audit [DBG] from='client.? 172.21.15.8:0/1702677719' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:52:08.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:07 smithi008 bash[23571]: audit 2024-05-03T10:52:07.340733+0000 mon.a (mon.0) 322 : audit [DBG] from='client.? 172.21.15.8:0/1702677719' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:52:09.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:08 smithi143 bash[18601]: cluster 2024-05-03T10:52:07.117768+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:09.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:08 smithi008 bash[18503]: cluster 2024-05-03T10:52:07.117768+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:09.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:08 smithi008 bash[23571]: cluster 2024-05-03T10:52:07.117768+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:11.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:10 smithi008 bash[18503]: cluster 2024-05-03T10:52:09.118299+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:11.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:10 smithi008 bash[23571]: cluster 2024-05-03T10:52:09.118299+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:11.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:10 smithi143 bash[18601]: cluster 2024-05-03T10:52:09.118299+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:12.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:12 smithi008 bash[18503]: cluster 2024-05-03T10:52:11.118818+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:12.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:12 smithi008 bash[23571]: cluster 2024-05-03T10:52:11.118818+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:12.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:12 smithi143 bash[18601]: cluster 2024-05-03T10:52:11.118818+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:14.486 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:14 smithi008 bash[23571]: cluster 2024-05-03T10:52:13.119307+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:14.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:14 smithi008 bash[18503]: cluster 2024-05-03T10:52:13.119307+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:14.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:14 smithi143 bash[18601]: cluster 2024-05-03T10:52:13.119307+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:16.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:16 smithi008 bash[18503]: cluster 2024-05-03T10:52:15.119771+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:16.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:16 smithi008 bash[23571]: cluster 2024-05-03T10:52:15.119771+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:16.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:16 smithi143 bash[18601]: cluster 2024-05-03T10:52:15.119771+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:17.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:17 smithi008 bash[23571]: audit 2024-05-03T10:52:16.636049+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-03T10:52:17.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:17 smithi008 bash[23571]: audit 2024-05-03T10:52:16.637564+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:17.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:17 smithi008 bash[23571]: cephadm 2024-05-03T10:52:16.638804+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Deploying daemon osd.2 on smithi008 2024-05-03T10:52:17.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:17 smithi008 bash[18503]: audit 2024-05-03T10:52:16.636049+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-03T10:52:17.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:17 smithi008 bash[18503]: audit 2024-05-03T10:52:16.637564+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:17.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:17 smithi008 bash[18503]: cephadm 2024-05-03T10:52:16.638804+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Deploying daemon osd.2 on smithi008 2024-05-03T10:52:17.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:17 smithi143 bash[18601]: audit 2024-05-03T10:52:16.636049+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-03T10:52:17.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:17 smithi143 bash[18601]: audit 2024-05-03T10:52:16.637564+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:17.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:17 smithi143 bash[18601]: cephadm 2024-05-03T10:52:16.638804+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Deploying daemon osd.2 on smithi008 2024-05-03T10:52:18.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:18 smithi008 bash[18503]: cluster 2024-05-03T10:52:17.120286+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:18.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:18 smithi008 bash[23571]: cluster 2024-05-03T10:52:17.120286+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:18.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:18 smithi143 bash[18601]: cluster 2024-05-03T10:52:17.120286+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:20.162 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:19 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:20.163 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:52:19 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:20.163 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:19 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:20.163 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:52:19 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:20.164 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:52:19 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:20.419 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:52:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:20.419 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:20.419 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:20 smithi008 bash[18503]: cluster 2024-05-03T10:52:19.120749+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:20.419 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:20.419 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:20 smithi008 bash[23571]: cluster 2024-05-03T10:52:19.120749+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:20.420 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:52:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:20.420 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:52:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:20.588 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:20 smithi143 bash[18601]: cluster 2024-05-03T10:52:19.120749+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:21.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:21 smithi008 bash[18503]: audit 2024-05-03T10:52:20.298839+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:21.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:21 smithi008 bash[18503]: audit 2024-05-03T10:52:20.329005+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:52:21.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:21 smithi008 bash[18503]: audit 2024-05-03T10:52:20.330041+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:21.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:21 smithi008 bash[18503]: audit 2024-05-03T10:52:20.330636+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:52:21.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:21 smithi008 bash[23571]: audit 2024-05-03T10:52:20.298839+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:21.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:21 smithi008 bash[23571]: audit 2024-05-03T10:52:20.329005+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:52:21.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:21 smithi008 bash[23571]: audit 2024-05-03T10:52:20.330041+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:21.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:21 smithi008 bash[23571]: audit 2024-05-03T10:52:20.330636+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:52:21.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:21 smithi143 bash[18601]: audit 2024-05-03T10:52:20.298839+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:21.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:21 smithi143 bash[18601]: audit 2024-05-03T10:52:20.329005+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:52:21.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:21 smithi143 bash[18601]: audit 2024-05-03T10:52:20.330041+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:21.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:21 smithi143 bash[18601]: audit 2024-05-03T10:52:20.330636+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:52:22.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:22 smithi143 bash[18601]: cluster 2024-05-03T10:52:21.121228+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:22.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:22 smithi008 bash[18503]: cluster 2024-05-03T10:52:21.121228+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:22.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:22 smithi008 bash[23571]: cluster 2024-05-03T10:52:21.121228+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:24.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:24 smithi008 bash[23571]: cluster 2024-05-03T10:52:23.121539+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:24.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:24 smithi008 bash[23571]: audit 2024-05-03T10:52:23.496156+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:24.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:24 smithi008 bash[23571]: audit 2024-05-03T10:52:23.766979+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:24.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:24 smithi008 bash[18503]: cluster 2024-05-03T10:52:23.121539+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:24.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:24 smithi008 bash[18503]: audit 2024-05-03T10:52:23.496156+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:24.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:24 smithi008 bash[18503]: audit 2024-05-03T10:52:23.766979+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:24.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:24 smithi143 bash[18601]: cluster 2024-05-03T10:52:23.121539+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:24.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:24 smithi143 bash[18601]: audit 2024-05-03T10:52:23.496156+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:24.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:24 smithi143 bash[18601]: audit 2024-05-03T10:52:23.766979+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:26.377 INFO:teuthology.orchestra.run.smithi008.stdout:Created osd(s) 2 on host 'smithi008' 2024-05-03T10:52:26.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:26 smithi008 bash[23571]: cluster 2024-05-03T10:52:25.121820+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:26.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:26 smithi008 bash[23571]: audit 2024-05-03T10:52:26.375732+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:26.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:26 smithi008 bash[23571]: audit 2024-05-03T10:52:26.389936+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:52:26.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:26 smithi008 bash[23571]: audit 2024-05-03T10:52:26.391359+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:26.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:26 smithi008 bash[23571]: audit 2024-05-03T10:52:26.392267+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:52:26.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:26 smithi008 bash[18503]: cluster 2024-05-03T10:52:25.121820+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:26.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:26 smithi008 bash[18503]: audit 2024-05-03T10:52:26.375732+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:26.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:26 smithi008 bash[18503]: audit 2024-05-03T10:52:26.389936+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:52:26.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:26 smithi008 bash[18503]: audit 2024-05-03T10:52:26.391359+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:26.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:26 smithi008 bash[18503]: audit 2024-05-03T10:52:26.392267+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:52:26.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:26 smithi143 bash[18601]: cluster 2024-05-03T10:52:25.121820+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:26.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:26 smithi143 bash[18601]: audit 2024-05-03T10:52:26.375732+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:26.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:26 smithi143 bash[18601]: audit 2024-05-03T10:52:26.389936+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:52:26.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:26 smithi143 bash[18601]: audit 2024-05-03T10:52:26.391359+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:26.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:26 smithi143 bash[18601]: audit 2024-05-03T10:52:26.392267+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:52:27.025 DEBUG:teuthology.orchestra.run.smithi008:osd.2> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.2.service 2024-05-03T10:52:27.028 INFO:tasks.cephadm:Deploying osd.3 on smithi008 with /dev/vg_nvme/lv_1... 2024-05-03T10:52:27.028 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-05-03T10:52:27.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:27 smithi143 bash[18601]: audit 2024-05-03T10:52:26.942525+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.8:6818/2296268556,v1:172.21.15.8:6819/2296268556]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-03T10:52:27.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:27 smithi143 bash[18601]: audit 2024-05-03T10:52:26.942925+0000 mon.a (mon.0) 335 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-03T10:52:28.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:27 smithi008 bash[18503]: audit 2024-05-03T10:52:26.942525+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.8:6818/2296268556,v1:172.21.15.8:6819/2296268556]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-03T10:52:28.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:27 smithi008 bash[18503]: audit 2024-05-03T10:52:26.942925+0000 mon.a (mon.0) 335 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-03T10:52:28.011 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:27 smithi008 bash[23571]: audit 2024-05-03T10:52:26.942525+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.8:6818/2296268556,v1:172.21.15.8:6819/2296268556]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-03T10:52:28.011 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:27 smithi008 bash[23571]: audit 2024-05-03T10:52:26.942925+0000 mon.a (mon.0) 335 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-03T10:52:28.745 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:28 smithi008 bash[23571]: cluster 2024-05-03T10:52:27.122221+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:28.745 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:28 smithi008 bash[23571]: audit 2024-05-03T10:52:27.512881+0000 mon.a (mon.0) 336 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-03T10:52:28.746 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:28 smithi008 bash[23571]: cluster 2024-05-03T10:52:27.513075+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-03T10:52:28.746 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:28 smithi008 bash[23571]: audit 2024-05-03T10:52:27.513592+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:28.746 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:28 smithi008 bash[23571]: audit 2024-05-03T10:52:27.514398+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.8:6818/2296268556,v1:172.21.15.8:6819/2296268556]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:52:28.746 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:28 smithi008 bash[23571]: audit 2024-05-03T10:52:27.515405+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:52:28.746 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:52:28 smithi008 bash[32153]: debug 2024-05-03T10:52:28.521+0000 7f6bf3157700 -1 osd.2 0 waiting for initial osdmap 2024-05-03T10:52:28.746 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:52:28 smithi008 bash[32153]: debug 2024-05-03T10:52:28.525+0000 7f6befaf2700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-03T10:52:28.746 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:28 smithi008 bash[18503]: cluster 2024-05-03T10:52:27.122221+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:28.746 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:28 smithi008 bash[18503]: audit 2024-05-03T10:52:27.512881+0000 mon.a (mon.0) 336 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-03T10:52:28.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:28 smithi008 bash[18503]: cluster 2024-05-03T10:52:27.513075+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-03T10:52:28.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:28 smithi008 bash[18503]: audit 2024-05-03T10:52:27.513592+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:28.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:28 smithi008 bash[18503]: audit 2024-05-03T10:52:27.514398+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.8:6818/2296268556,v1:172.21.15.8:6819/2296268556]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:52:28.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:28 smithi008 bash[18503]: audit 2024-05-03T10:52:27.515405+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:52:28.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:28 smithi143 bash[18601]: cluster 2024-05-03T10:52:27.122221+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:28.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:28 smithi143 bash[18601]: audit 2024-05-03T10:52:27.512881+0000 mon.a (mon.0) 336 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-03T10:52:28.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:28 smithi143 bash[18601]: cluster 2024-05-03T10:52:27.513075+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-03T10:52:28.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:28 smithi143 bash[18601]: audit 2024-05-03T10:52:27.513592+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:28.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:28 smithi143 bash[18601]: audit 2024-05-03T10:52:27.514398+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.8:6818/2296268556,v1:172.21.15.8:6819/2296268556]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:52:28.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:28 smithi143 bash[18601]: audit 2024-05-03T10:52:27.515405+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:52:29.804 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:29 smithi008 bash[18503]: audit 2024-05-03T10:52:28.513926+0000 mon.a (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-03T10:52:29.804 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:29 smithi008 bash[18503]: cluster 2024-05-03T10:52:28.514156+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-03T10:52:29.804 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:29 smithi008 bash[18503]: audit 2024-05-03T10:52:28.514877+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:29.804 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:29 smithi008 bash[18503]: audit 2024-05-03T10:52:28.523266+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:29.805 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:29 smithi008 bash[23571]: audit 2024-05-03T10:52:28.513926+0000 mon.a (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-03T10:52:29.805 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:29 smithi008 bash[23571]: cluster 2024-05-03T10:52:28.514156+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-03T10:52:29.805 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:29 smithi008 bash[23571]: audit 2024-05-03T10:52:28.514877+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:29.805 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:29 smithi008 bash[23571]: audit 2024-05-03T10:52:28.523266+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:29.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:29 smithi143 bash[18601]: audit 2024-05-03T10:52:28.513926+0000 mon.a (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-03T10:52:29.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:29 smithi143 bash[18601]: cluster 2024-05-03T10:52:28.514156+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-03T10:52:29.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:29 smithi143 bash[18601]: audit 2024-05-03T10:52:28.514877+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:29.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:29 smithi143 bash[18601]: audit 2024-05-03T10:52:28.523266+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:30.341 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-05-03T10:52:30.341 INFO:teuthology.orchestra.run.smithi008.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-05-03T10:52:30.341 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10+0 records in 2024-05-03T10:52:30.341 INFO:teuthology.orchestra.run.smithi008.stderr:10+0 records out 2024-05-03T10:52:30.341 INFO:teuthology.orchestra.run.smithi008.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124614 s, 841 MB/s 2024-05-03T10:52:30.341 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping successful for: 2024-05-03T10:52:30.745 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:30 smithi008 bash[18503]: cluster 2024-05-03T10:52:27.969723+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:52:30.745 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:30 smithi008 bash[18503]: cluster 2024-05-03T10:52:27.969907+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:52:30.745 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:30 smithi008 bash[18503]: cluster 2024-05-03T10:52:29.122775+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:30.745 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:30 smithi008 bash[18503]: cluster 2024-05-03T10:52:29.524769+0000 mon.a (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.8:6818/2296268556,v1:172.21.15.8:6819/2296268556] boot 2024-05-03T10:52:30.745 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:30 smithi008 bash[18503]: cluster 2024-05-03T10:52:29.524885+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-03T10:52:30.745 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:30 smithi008 bash[18503]: audit 2024-05-03T10:52:29.525662+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:30.745 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:30 smithi008 bash[23571]: cluster 2024-05-03T10:52:27.969723+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:52:30.746 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:30 smithi008 bash[23571]: cluster 2024-05-03T10:52:27.969907+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:52:30.746 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:30 smithi008 bash[23571]: cluster 2024-05-03T10:52:29.122775+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:30.746 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:30 smithi008 bash[23571]: cluster 2024-05-03T10:52:29.524769+0000 mon.a (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.8:6818/2296268556,v1:172.21.15.8:6819/2296268556] boot 2024-05-03T10:52:30.746 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:30 smithi008 bash[23571]: cluster 2024-05-03T10:52:29.524885+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-03T10:52:30.746 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:30 smithi008 bash[23571]: audit 2024-05-03T10:52:29.525662+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:30.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:30 smithi143 bash[18601]: cluster 2024-05-03T10:52:27.969723+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:52:30.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:30 smithi143 bash[18601]: cluster 2024-05-03T10:52:27.969907+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:52:30.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:30 smithi143 bash[18601]: cluster 2024-05-03T10:52:29.122775+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-05-03T10:52:30.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:30 smithi143 bash[18601]: cluster 2024-05-03T10:52:29.524769+0000 mon.a (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.8:6818/2296268556,v1:172.21.15.8:6819/2296268556] boot 2024-05-03T10:52:30.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:30 smithi143 bash[18601]: cluster 2024-05-03T10:52:29.524885+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-03T10:52:30.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:30 smithi143 bash[18601]: audit 2024-05-03T10:52:29.525662+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:52:31.446 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi008:vg_nvme/lv_1 2024-05-03T10:52:32.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:31 smithi008 bash[18503]: cluster 2024-05-03T10:52:30.534082+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-03T10:52:32.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:31 smithi008 bash[23571]: cluster 2024-05-03T10:52:30.534082+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-03T10:52:32.105 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:31 smithi143 bash[18601]: cluster 2024-05-03T10:52:30.534082+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-03T10:52:32.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:32 smithi008 bash[18503]: cluster 2024-05-03T10:52:31.123390+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:32.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:32 smithi008 bash[18503]: audit 2024-05-03T10:52:31.228385+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-05-03T10:52:32.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:32 smithi008 bash[18503]: audit 2024-05-03T10:52:32.230376+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-05-03T10:52:32.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:32 smithi008 bash[18503]: cluster 2024-05-03T10:52:32.230608+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-03T10:52:32.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:32 smithi008 bash[18503]: audit 2024-05-03T10:52:32.232766+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-03T10:52:32.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:32 smithi008 bash[23571]: cluster 2024-05-03T10:52:31.123390+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:32.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:32 smithi008 bash[23571]: audit 2024-05-03T10:52:31.228385+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-05-03T10:52:32.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:32 smithi008 bash[23571]: audit 2024-05-03T10:52:32.230376+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-05-03T10:52:32.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:32 smithi008 bash[23571]: cluster 2024-05-03T10:52:32.230608+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-03T10:52:32.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:32 smithi008 bash[23571]: audit 2024-05-03T10:52:32.232766+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-03T10:52:33.105 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:32 smithi143 bash[18601]: cluster 2024-05-03T10:52:31.123390+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:33.105 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:32 smithi143 bash[18601]: audit 2024-05-03T10:52:31.228385+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-05-03T10:52:33.105 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:32 smithi143 bash[18601]: audit 2024-05-03T10:52:32.230376+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-05-03T10:52:33.105 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:32 smithi143 bash[18601]: cluster 2024-05-03T10:52:32.230608+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-03T10:52:33.105 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:32 smithi143 bash[18601]: audit 2024-05-03T10:52:32.232766+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-03T10:52:34.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:34 smithi008 bash[18503]: cluster 2024-05-03T10:52:33.123995+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:34.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:34 smithi008 bash[18503]: audit 2024-05-03T10:52:33.231917+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-03T10:52:34.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:34 smithi008 bash[18503]: cluster 2024-05-03T10:52:33.232187+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-03T10:52:34.489 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:34 smithi008 bash[23571]: cluster 2024-05-03T10:52:33.123995+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:34.489 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:34 smithi008 bash[23571]: audit 2024-05-03T10:52:33.231917+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-03T10:52:34.490 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:34 smithi008 bash[23571]: cluster 2024-05-03T10:52:33.232187+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-03T10:52:34.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:34 smithi143 bash[18601]: cluster 2024-05-03T10:52:33.123995+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:34.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:34 smithi143 bash[18601]: audit 2024-05-03T10:52:33.231917+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-03T10:52:34.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:34 smithi143 bash[18601]: cluster 2024-05-03T10:52:33.232187+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-03T10:52:35.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: cluster 2024-05-03T10:52:34.241531+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-03T10:52:35.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: cephadm 2024-05-03T10:52:34.509673+0000 mgr.y (mgr.14152) 119 : cephadm [INF] Detected new or changed devices on smithi008 2024-05-03T10:52:35.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: audit 2024-05-03T10:52:34.516687+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:35.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: audit 2024-05-03T10:52:34.518406+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:35.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: audit 2024-05-03T10:52:34.519602+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:35.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: audit 2024-05-03T10:52:34.520563+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:35.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: cephadm 2024-05-03T10:52:34.521313+0000 mgr.y (mgr.14152) 120 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 5415M 2024-05-03T10:52:35.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: audit 2024-05-03T10:52:34.525980+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:35.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: audit 2024-05-03T10:52:34.531747+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:35.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: audit 2024-05-03T10:52:34.593687+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:35.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: audit 2024-05-03T10:52:34.881590+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:52:35.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: audit 2024-05-03T10:52:34.884671+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:52:35.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:35 smithi008 bash[18503]: audit 2024-05-03T10:52:34.885644+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:35.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: cluster 2024-05-03T10:52:34.241531+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-03T10:52:35.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: cephadm 2024-05-03T10:52:34.509673+0000 mgr.y (mgr.14152) 119 : cephadm [INF] Detected new or changed devices on smithi008 2024-05-03T10:52:35.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: audit 2024-05-03T10:52:34.516687+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:35.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: audit 2024-05-03T10:52:34.518406+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:35.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: audit 2024-05-03T10:52:34.519602+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:35.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: audit 2024-05-03T10:52:34.520563+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:35.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: cephadm 2024-05-03T10:52:34.521313+0000 mgr.y (mgr.14152) 120 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 5415M 2024-05-03T10:52:35.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: audit 2024-05-03T10:52:34.525980+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:35.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: audit 2024-05-03T10:52:34.531747+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:35.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: audit 2024-05-03T10:52:34.593687+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:35.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: audit 2024-05-03T10:52:34.881590+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:52:35.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: audit 2024-05-03T10:52:34.884671+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:52:35.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:35 smithi008 bash[23571]: audit 2024-05-03T10:52:34.885644+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:35.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: cluster 2024-05-03T10:52:34.241531+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-03T10:52:35.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: cephadm 2024-05-03T10:52:34.509673+0000 mgr.y (mgr.14152) 119 : cephadm [INF] Detected new or changed devices on smithi008 2024-05-03T10:52:35.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: audit 2024-05-03T10:52:34.516687+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:35.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: audit 2024-05-03T10:52:34.518406+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:35.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: audit 2024-05-03T10:52:34.519602+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:35.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: audit 2024-05-03T10:52:34.520563+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:52:35.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: cephadm 2024-05-03T10:52:34.521313+0000 mgr.y (mgr.14152) 120 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 5415M 2024-05-03T10:52:35.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: audit 2024-05-03T10:52:34.525980+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:35.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: audit 2024-05-03T10:52:34.531747+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:35.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: audit 2024-05-03T10:52:34.593687+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:35.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: audit 2024-05-03T10:52:34.881590+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:52:35.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: audit 2024-05-03T10:52:34.884671+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:52:35.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:35 smithi143 bash[18601]: audit 2024-05-03T10:52:34.885644+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:36.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:36 smithi008 bash[18503]: audit 2024-05-03T10:52:34.875053+0000 mgr.y (mgr.14152) 121 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:52:36.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:36 smithi008 bash[18503]: cluster 2024-05-03T10:52:35.124278+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:36.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:36 smithi008 bash[18503]: cluster 2024-05-03T10:52:35.260424+0000 mon.a (mon.0) 365 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-05-03T10:52:36.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:36 smithi008 bash[23571]: audit 2024-05-03T10:52:34.875053+0000 mgr.y (mgr.14152) 121 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:52:36.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:36 smithi008 bash[23571]: cluster 2024-05-03T10:52:35.124278+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:36.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:36 smithi008 bash[23571]: cluster 2024-05-03T10:52:35.260424+0000 mon.a (mon.0) 365 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-05-03T10:52:36.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:36 smithi143 bash[18601]: audit 2024-05-03T10:52:34.875053+0000 mgr.y (mgr.14152) 121 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:52:36.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:36 smithi143 bash[18601]: cluster 2024-05-03T10:52:35.124278+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:36.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:36 smithi143 bash[18601]: cluster 2024-05-03T10:52:35.260424+0000 mon.a (mon.0) 365 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-05-03T10:52:38.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:38 smithi143 bash[18601]: audit 2024-05-03T10:52:36.440337+0000 mon.a (mon.0) 366 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-03T10:52:38.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:38 smithi143 bash[18601]: audit 2024-05-03T10:52:37.380306+0000 mon.a (mon.0) 367 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-03T10:52:38.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:38 smithi143 bash[18601]: audit 2024-05-03T10:52:37.381284+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:52:38.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:38 smithi143 bash[18601]: audit 2024-05-03T10:52:37.381723+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:52:38.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:38 smithi143 bash[18601]: audit 2024-05-03T10:52:37.381994+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:52:38.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:38 smithi143 bash[18601]: audit 2024-05-03T10:52:37.384865+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:52:38.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:38 smithi143 bash[18601]: audit 2024-05-03T10:52:37.385064+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:52:38.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:38 smithi143 bash[18601]: audit 2024-05-03T10:52:37.385325+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:52:38.615 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:38 smithi008 bash[18503]: audit 2024-05-03T10:52:36.440337+0000 mon.a (mon.0) 366 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-03T10:52:38.615 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:38 smithi008 bash[18503]: audit 2024-05-03T10:52:37.380306+0000 mon.a (mon.0) 367 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-03T10:52:38.615 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:38 smithi008 bash[18503]: audit 2024-05-03T10:52:37.381284+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:52:38.615 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:38 smithi008 bash[18503]: audit 2024-05-03T10:52:37.381723+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:52:38.615 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:38 smithi008 bash[18503]: audit 2024-05-03T10:52:37.381994+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:52:38.615 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:38 smithi008 bash[18503]: audit 2024-05-03T10:52:37.384865+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:52:38.615 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:38 smithi008 bash[18503]: audit 2024-05-03T10:52:37.385064+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:52:38.615 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:38 smithi008 bash[18503]: audit 2024-05-03T10:52:37.385325+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:52:38.616 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:38 smithi008 bash[23571]: audit 2024-05-03T10:52:36.440337+0000 mon.a (mon.0) 366 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-03T10:52:38.616 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:38 smithi008 bash[23571]: audit 2024-05-03T10:52:37.380306+0000 mon.a (mon.0) 367 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-03T10:52:38.616 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:38 smithi008 bash[23571]: audit 2024-05-03T10:52:37.381284+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:52:38.616 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:38 smithi008 bash[23571]: audit 2024-05-03T10:52:37.381723+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:52:38.616 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:38 smithi008 bash[23571]: audit 2024-05-03T10:52:37.381994+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:52:38.616 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:38 smithi008 bash[23571]: audit 2024-05-03T10:52:37.384865+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:52:38.616 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:38 smithi008 bash[23571]: audit 2024-05-03T10:52:37.385064+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:52:38.616 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:38 smithi008 bash[23571]: audit 2024-05-03T10:52:37.385325+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:52:39.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:39 smithi008 bash[18503]: cluster 2024-05-03T10:52:37.124749+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:39.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:39 smithi008 bash[18503]: audit 2024-05-03T10:52:37.384688+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-03T10:52:39.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:39 smithi008 bash[18503]: audit 2024-05-03T10:52:38.323914+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-03T10:52:39.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:39 smithi008 bash[18503]: audit 2024-05-03T10:52:38.333682+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-03T10:52:39.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:39 smithi008 bash[18503]: audit 2024-05-03T10:52:38.333733+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:52:39.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:39 smithi008 bash[18503]: audit 2024-05-03T10:52:38.336308+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:52:39.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:39 smithi008 bash[18503]: audit 2024-05-03T10:52:38.336499+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:52:39.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:39 smithi008 bash[18503]: audit 2024-05-03T10:52:39.244834+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-03T10:52:39.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:39 smithi008 bash[18503]: audit 2024-05-03T10:52:39.297773+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:39.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:39 smithi008 bash[23571]: cluster 2024-05-03T10:52:37.124749+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:39.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:39 smithi008 bash[23571]: audit 2024-05-03T10:52:37.384688+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-03T10:52:39.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:39 smithi008 bash[23571]: audit 2024-05-03T10:52:38.323914+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-03T10:52:39.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:39 smithi008 bash[23571]: audit 2024-05-03T10:52:38.333682+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-03T10:52:39.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:39 smithi008 bash[23571]: audit 2024-05-03T10:52:38.333733+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:52:39.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:39 smithi008 bash[23571]: audit 2024-05-03T10:52:38.336308+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:52:39.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:39 smithi008 bash[23571]: audit 2024-05-03T10:52:38.336499+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:52:39.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:39 smithi008 bash[23571]: audit 2024-05-03T10:52:39.244834+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-03T10:52:39.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:39 smithi008 bash[23571]: audit 2024-05-03T10:52:39.297773+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:39.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:39 smithi143 bash[18601]: cluster 2024-05-03T10:52:37.124749+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:39.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:39 smithi143 bash[18601]: audit 2024-05-03T10:52:37.384688+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-03T10:52:39.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:39 smithi143 bash[18601]: audit 2024-05-03T10:52:38.323914+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-03T10:52:39.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:39 smithi143 bash[18601]: audit 2024-05-03T10:52:38.333682+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-03T10:52:39.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:39 smithi143 bash[18601]: audit 2024-05-03T10:52:38.333733+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:52:39.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:39 smithi143 bash[18601]: audit 2024-05-03T10:52:38.336308+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:52:39.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:39 smithi143 bash[18601]: audit 2024-05-03T10:52:38.336499+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:52:39.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:39 smithi143 bash[18601]: audit 2024-05-03T10:52:39.244834+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-03T10:52:39.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:39 smithi143 bash[18601]: audit 2024-05-03T10:52:39.297773+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:40.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:40 smithi143 bash[18601]: cluster 2024-05-03T10:52:39.125275+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:40.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:40 smithi008 bash[18503]: cluster 2024-05-03T10:52:39.125275+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:40.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:40 smithi008 bash[23571]: cluster 2024-05-03T10:52:39.125275+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:41.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:41 smithi143 bash[18601]: audit 2024-05-03T10:52:40.739508+0000 mon.a (mon.0) 378 : audit [INF] from='client.? 172.21.15.8:0/3631568493' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8613b40-10e0-4e06-b34e-36ab9bb6fda0"}]: dispatch 2024-05-03T10:52:41.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:41 smithi143 bash[18601]: audit 2024-05-03T10:52:40.744144+0000 mon.a (mon.0) 379 : audit [INF] from='client.? 172.21.15.8:0/3631568493' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8613b40-10e0-4e06-b34e-36ab9bb6fda0"}]': finished 2024-05-03T10:52:41.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:41 smithi143 bash[18601]: cluster 2024-05-03T10:52:40.744194+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-03T10:52:41.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:41 smithi143 bash[18601]: audit 2024-05-03T10:52:40.744290+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:52:41.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:41 smithi008 bash[18503]: audit 2024-05-03T10:52:40.739508+0000 mon.a (mon.0) 378 : audit [INF] from='client.? 172.21.15.8:0/3631568493' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8613b40-10e0-4e06-b34e-36ab9bb6fda0"}]: dispatch 2024-05-03T10:52:41.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:41 smithi008 bash[18503]: audit 2024-05-03T10:52:40.744144+0000 mon.a (mon.0) 379 : audit [INF] from='client.? 172.21.15.8:0/3631568493' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8613b40-10e0-4e06-b34e-36ab9bb6fda0"}]': finished 2024-05-03T10:52:41.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:41 smithi008 bash[18503]: cluster 2024-05-03T10:52:40.744194+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-03T10:52:41.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:41 smithi008 bash[18503]: audit 2024-05-03T10:52:40.744290+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:52:41.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:41 smithi008 bash[23571]: audit 2024-05-03T10:52:40.739508+0000 mon.a (mon.0) 378 : audit [INF] from='client.? 172.21.15.8:0/3631568493' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8613b40-10e0-4e06-b34e-36ab9bb6fda0"}]: dispatch 2024-05-03T10:52:41.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:41 smithi008 bash[23571]: audit 2024-05-03T10:52:40.744144+0000 mon.a (mon.0) 379 : audit [INF] from='client.? 172.21.15.8:0/3631568493' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8613b40-10e0-4e06-b34e-36ab9bb6fda0"}]': finished 2024-05-03T10:52:41.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:41 smithi008 bash[23571]: cluster 2024-05-03T10:52:40.744194+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-03T10:52:41.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:41 smithi008 bash[23571]: audit 2024-05-03T10:52:40.744290+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:52:42.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:42 smithi143 bash[18601]: cluster 2024-05-03T10:52:41.125853+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-05-03T10:52:42.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:42 smithi143 bash[18601]: audit 2024-05-03T10:52:41.465691+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.8:0/1886271633' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:52:42.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:42 smithi008 bash[18503]: cluster 2024-05-03T10:52:41.125853+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-05-03T10:52:42.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:42 smithi008 bash[18503]: audit 2024-05-03T10:52:41.465691+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.8:0/1886271633' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:52:42.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:42 smithi008 bash[23571]: cluster 2024-05-03T10:52:41.125853+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-05-03T10:52:42.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:42 smithi008 bash[23571]: audit 2024-05-03T10:52:41.465691+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.8:0/1886271633' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:52:44.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:44 smithi143 bash[18601]: cluster 2024-05-03T10:52:43.126417+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-05-03T10:52:44.643 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:44 smithi008 bash[18503]: cluster 2024-05-03T10:52:43.126417+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-05-03T10:52:44.643 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:44 smithi008 bash[23571]: cluster 2024-05-03T10:52:43.126417+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-05-03T10:52:46.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:46 smithi143 bash[18601]: cluster 2024-05-03T10:52:45.127040+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-05-03T10:52:46.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:46 smithi008 bash[23571]: cluster 2024-05-03T10:52:45.127040+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-05-03T10:52:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:46 smithi008 bash[18503]: cluster 2024-05-03T10:52:45.127040+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-05-03T10:52:48.434 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:48 smithi008 bash[18503]: cluster 2024-05-03T10:52:47.127624+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-05-03T10:52:48.435 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:48 smithi008 bash[23571]: cluster 2024-05-03T10:52:47.127624+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-05-03T10:52:48.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:48 smithi143 bash[18601]: cluster 2024-05-03T10:52:47.127624+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-05-03T10:52:49.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:49 smithi008 bash[23571]: audit 2024-05-03T10:52:49.158345+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:52:49.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:49 smithi008 bash[23571]: audit 2024-05-03T10:52:49.160642+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:52:49.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:49 smithi008 bash[18503]: audit 2024-05-03T10:52:49.158345+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:52:49.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:49 smithi008 bash[18503]: audit 2024-05-03T10:52:49.160642+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:52:49.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:49 smithi143 bash[18601]: audit 2024-05-03T10:52:49.158345+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:52:49.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:49 smithi143 bash[18601]: audit 2024-05-03T10:52:49.160642+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:52:50.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:50 smithi008 bash[23571]: cluster 2024-05-03T10:52:49.128157+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-05-03T10:52:50.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:50 smithi008 bash[18503]: cluster 2024-05-03T10:52:49.128157+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-05-03T10:52:50.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:50 smithi143 bash[18601]: cluster 2024-05-03T10:52:49.128157+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-05-03T10:52:51.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:51 smithi008 bash[18503]: audit 2024-05-03T10:52:50.953135+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-03T10:52:51.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:51 smithi008 bash[18503]: audit 2024-05-03T10:52:50.955191+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:51.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:51 smithi008 bash[23571]: audit 2024-05-03T10:52:50.953135+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-03T10:52:51.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:51 smithi008 bash[23571]: audit 2024-05-03T10:52:50.955191+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:51.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:51 smithi143 bash[18601]: audit 2024-05-03T10:52:50.953135+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-03T10:52:51.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:51 smithi143 bash[18601]: audit 2024-05-03T10:52:50.955191+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:52.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:52 smithi008 bash[23571]: cephadm 2024-05-03T10:52:50.956658+0000 mgr.y (mgr.14152) 130 : cephadm [INF] Deploying daemon osd.3 on smithi008 2024-05-03T10:52:52.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:52 smithi008 bash[23571]: cluster 2024-05-03T10:52:51.128566+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 75 KiB/s wr, 5 op/s 2024-05-03T10:52:52.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:52 smithi008 bash[18503]: cephadm 2024-05-03T10:52:50.956658+0000 mgr.y (mgr.14152) 130 : cephadm [INF] Deploying daemon osd.3 on smithi008 2024-05-03T10:52:52.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:52 smithi008 bash[18503]: cluster 2024-05-03T10:52:51.128566+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 75 KiB/s wr, 5 op/s 2024-05-03T10:52:52.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:52 smithi143 bash[18601]: cephadm 2024-05-03T10:52:50.956658+0000 mgr.y (mgr.14152) 130 : cephadm [INF] Deploying daemon osd.3 on smithi008 2024-05-03T10:52:52.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:52 smithi143 bash[18601]: cluster 2024-05-03T10:52:51.128566+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 75 KiB/s wr, 5 op/s 2024-05-03T10:52:54.518 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:52:54 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:54.518 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:52:54 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:54.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:54 smithi008 bash[18503]: cluster 2024-05-03T10:52:53.129080+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:54.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:54 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:54.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:54 smithi008 bash[23571]: cluster 2024-05-03T10:52:53.129080+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:54.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:54 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:54.519 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:52:54 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:54.519 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:52:54 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:54.792 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:54 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:54.793 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:54 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:54.793 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:52:54 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:54.793 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:52:54 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:54.793 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:52:54 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:54.794 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:52:54 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:52:54.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:54 smithi143 bash[18601]: cluster 2024-05-03T10:52:53.129080+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:55.652 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:55 smithi008 bash[18503]: audit 2024-05-03T10:52:54.796771+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:52:55.652 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:55 smithi008 bash[18503]: audit 2024-05-03T10:52:54.799094+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:55.652 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:55 smithi008 bash[18503]: audit 2024-05-03T10:52:54.801532+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:55.652 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:55 smithi008 bash[18503]: audit 2024-05-03T10:52:54.801748+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:52:55.652 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:55 smithi008 bash[23571]: audit 2024-05-03T10:52:54.796771+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:52:55.652 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:55 smithi008 bash[23571]: audit 2024-05-03T10:52:54.799094+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:55.653 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:55 smithi008 bash[23571]: audit 2024-05-03T10:52:54.801532+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:55.653 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:55 smithi008 bash[23571]: audit 2024-05-03T10:52:54.801748+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:52:55.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:55 smithi143 bash[18601]: audit 2024-05-03T10:52:54.796771+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:52:55.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:55 smithi143 bash[18601]: audit 2024-05-03T10:52:54.799094+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:52:55.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:55 smithi143 bash[18601]: audit 2024-05-03T10:52:54.801532+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:55.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:55 smithi143 bash[18601]: audit 2024-05-03T10:52:54.801748+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:52:56.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:56 smithi008 bash[18503]: cluster 2024-05-03T10:52:55.129611+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:56.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:56 smithi008 bash[23571]: cluster 2024-05-03T10:52:55.129611+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:56.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:56 smithi143 bash[18601]: cluster 2024-05-03T10:52:55.129611+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:58.431 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:58 smithi008 bash[18503]: cluster 2024-05-03T10:52:57.130208+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:58.431 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:58 smithi008 bash[18503]: audit 2024-05-03T10:52:57.882951+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:58.431 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:52:58 smithi008 bash[18503]: audit 2024-05-03T10:52:57.887308+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:58.431 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:58 smithi008 bash[23571]: cluster 2024-05-03T10:52:57.130208+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:58.431 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:58 smithi008 bash[23571]: audit 2024-05-03T10:52:57.882951+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:58.431 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:52:58 smithi008 bash[23571]: audit 2024-05-03T10:52:57.887308+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:58.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:58 smithi143 bash[18601]: cluster 2024-05-03T10:52:57.130208+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:52:58.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:58 smithi143 bash[18601]: audit 2024-05-03T10:52:57.882951+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:52:58.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:52:58 smithi143 bash[18601]: audit 2024-05-03T10:52:57.887308+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:00.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:00 smithi008 bash[18503]: cluster 2024-05-03T10:52:59.130704+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:53:00.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:00 smithi008 bash[23571]: cluster 2024-05-03T10:52:59.130704+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:53:00.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:00 smithi143 bash[18601]: cluster 2024-05-03T10:52:59.130704+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:53:00.935 INFO:teuthology.orchestra.run.smithi008.stdout:Created osd(s) 3 on host 'smithi008' 2024-05-03T10:53:01.551 DEBUG:teuthology.orchestra.run.smithi008:osd.3> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.3.service 2024-05-03T10:53:01.554 INFO:tasks.cephadm:Deploying osd.4 on smithi143 with /dev/vg_nvme/lv_4... 2024-05-03T10:53:01.554 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-03T10:53:02.105 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:01 smithi143 bash[18601]: audit 2024-05-03T10:53:00.933988+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:02.105 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:01 smithi143 bash[18601]: audit 2024-05-03T10:53:00.960138+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:53:02.105 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:01 smithi143 bash[18601]: audit 2024-05-03T10:53:00.961404+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:02.106 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:01 smithi143 bash[18601]: audit 2024-05-03T10:53:00.962148+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:53:02.106 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:01 smithi143 bash[18601]: cluster 2024-05-03T10:53:01.131122+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:53:02.106 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:01 smithi143 bash[18601]: audit 2024-05-03T10:53:01.216252+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.8:6826/2454079168,v1:172.21.15.8:6827/2454079168]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-03T10:53:02.106 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:01 smithi143 bash[18601]: audit 2024-05-03T10:53:01.216596+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-03T10:53:02.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:01 smithi008 bash[18503]: audit 2024-05-03T10:53:00.933988+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:02.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:01 smithi008 bash[18503]: audit 2024-05-03T10:53:00.960138+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:53:02.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:01 smithi008 bash[18503]: audit 2024-05-03T10:53:00.961404+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:02.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:01 smithi008 bash[18503]: audit 2024-05-03T10:53:00.962148+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:53:02.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:01 smithi008 bash[18503]: cluster 2024-05-03T10:53:01.131122+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:53:02.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:01 smithi008 bash[18503]: audit 2024-05-03T10:53:01.216252+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.8:6826/2454079168,v1:172.21.15.8:6827/2454079168]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-03T10:53:02.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:01 smithi008 bash[18503]: audit 2024-05-03T10:53:01.216596+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-03T10:53:02.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:01 smithi008 bash[23571]: audit 2024-05-03T10:53:00.933988+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:02.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:01 smithi008 bash[23571]: audit 2024-05-03T10:53:00.960138+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:53:02.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:01 smithi008 bash[23571]: audit 2024-05-03T10:53:00.961404+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:02.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:01 smithi008 bash[23571]: audit 2024-05-03T10:53:00.962148+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:53:02.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:01 smithi008 bash[23571]: cluster 2024-05-03T10:53:01.131122+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:53:02.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:01 smithi008 bash[23571]: audit 2024-05-03T10:53:01.216252+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.8:6826/2454079168,v1:172.21.15.8:6827/2454079168]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-03T10:53:02.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:01 smithi008 bash[23571]: audit 2024-05-03T10:53:01.216596+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-03T10:53:03.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:02 smithi008 bash[18503]: audit 2024-05-03T10:53:01.948656+0000 mon.a (mon.0) 397 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-03T10:53:03.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:02 smithi008 bash[18503]: cluster 2024-05-03T10:53:01.948868+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-03T10:53:03.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:02 smithi008 bash[18503]: audit 2024-05-03T10:53:01.949430+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:53:03.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:02 smithi008 bash[18503]: audit 2024-05-03T10:53:01.951144+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.8:6826/2454079168,v1:172.21.15.8:6827/2454079168]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:53:03.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:02 smithi008 bash[18503]: audit 2024-05-03T10:53:01.952149+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:53:03.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:02 smithi008 bash[23571]: audit 2024-05-03T10:53:01.948656+0000 mon.a (mon.0) 397 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-03T10:53:03.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:02 smithi008 bash[23571]: cluster 2024-05-03T10:53:01.948868+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-03T10:53:03.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:02 smithi008 bash[23571]: audit 2024-05-03T10:53:01.949430+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:53:03.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:02 smithi008 bash[23571]: audit 2024-05-03T10:53:01.951144+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.8:6826/2454079168,v1:172.21.15.8:6827/2454079168]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:53:03.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:02 smithi008 bash[23571]: audit 2024-05-03T10:53:01.952149+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:53:03.269 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 10:53:02 smithi008 bash[35217]: debug 2024-05-03T10:53:02.957+0000 7f0953953700 -1 osd.3 0 waiting for initial osdmap 2024-05-03T10:53:03.269 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 10:53:02 smithi008 bash[35217]: debug 2024-05-03T10:53:02.965+0000 7f094e2ea700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-03T10:53:03.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:02 smithi143 bash[18601]: audit 2024-05-03T10:53:01.948656+0000 mon.a (mon.0) 397 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-03T10:53:03.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:02 smithi143 bash[18601]: cluster 2024-05-03T10:53:01.948868+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-03T10:53:03.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:02 smithi143 bash[18601]: audit 2024-05-03T10:53:01.949430+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:53:03.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:02 smithi143 bash[18601]: audit 2024-05-03T10:53:01.951144+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.8:6826/2454079168,v1:172.21.15.8:6827/2454079168]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:53:03.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:02 smithi143 bash[18601]: audit 2024-05-03T10:53:01.952149+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-03T10:53:04.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:03 smithi008 bash[18503]: audit 2024-05-03T10:53:02.950663+0000 mon.a (mon.0) 401 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-03T10:53:04.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:03 smithi008 bash[18503]: cluster 2024-05-03T10:53:02.950926+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-03T10:53:04.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:03 smithi008 bash[18503]: audit 2024-05-03T10:53:02.951677+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:53:04.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:03 smithi008 bash[18503]: audit 2024-05-03T10:53:02.958847+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:53:04.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:03 smithi008 bash[18503]: cluster 2024-05-03T10:53:03.131647+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:53:04.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:03 smithi008 bash[23571]: audit 2024-05-03T10:53:02.950663+0000 mon.a (mon.0) 401 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-03T10:53:04.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:03 smithi008 bash[23571]: cluster 2024-05-03T10:53:02.950926+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-03T10:53:04.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:03 smithi008 bash[23571]: audit 2024-05-03T10:53:02.951677+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:53:04.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:03 smithi008 bash[23571]: audit 2024-05-03T10:53:02.958847+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:53:04.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:03 smithi008 bash[23571]: cluster 2024-05-03T10:53:03.131647+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:53:04.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:03 smithi143 bash[18601]: audit 2024-05-03T10:53:02.950663+0000 mon.a (mon.0) 401 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-03T10:53:04.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:03 smithi143 bash[18601]: cluster 2024-05-03T10:53:02.950926+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-03T10:53:04.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:03 smithi143 bash[18601]: audit 2024-05-03T10:53:02.951677+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:53:04.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:03 smithi143 bash[18601]: audit 2024-05-03T10:53:02.958847+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:53:04.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:03 smithi143 bash[18601]: cluster 2024-05-03T10:53:03.131647+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-05-03T10:53:04.642 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-03T10:53:04.643 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-03T10:53:04.643 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2024-05-03T10:53:04.643 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2024-05-03T10:53:04.643 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0169066 s, 620 MB/s 2024-05-03T10:53:04.643 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2024-05-03T10:53:05.260 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:04 smithi008 bash[18503]: cluster 2024-05-03T10:53:02.182752+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:53:05.260 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:04 smithi008 bash[18503]: cluster 2024-05-03T10:53:02.182964+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:53:05.260 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:04 smithi008 bash[18503]: cluster 2024-05-03T10:53:03.960862+0000 mon.a (mon.0) 405 : cluster [INF] osd.3 [v2:172.21.15.8:6826/2454079168,v1:172.21.15.8:6827/2454079168] boot 2024-05-03T10:53:05.260 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:04 smithi008 bash[18503]: cluster 2024-05-03T10:53:03.960983+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-03T10:53:05.260 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:04 smithi008 bash[18503]: audit 2024-05-03T10:53:03.961673+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:53:05.260 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:04 smithi008 bash[23571]: cluster 2024-05-03T10:53:02.182752+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:53:05.260 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:04 smithi008 bash[23571]: cluster 2024-05-03T10:53:02.182964+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:53:05.260 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:04 smithi008 bash[23571]: cluster 2024-05-03T10:53:03.960862+0000 mon.a (mon.0) 405 : cluster [INF] osd.3 [v2:172.21.15.8:6826/2454079168,v1:172.21.15.8:6827/2454079168] boot 2024-05-03T10:53:05.260 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:04 smithi008 bash[23571]: cluster 2024-05-03T10:53:03.960983+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-03T10:53:05.261 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:04 smithi008 bash[23571]: audit 2024-05-03T10:53:03.961673+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:53:05.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:04 smithi143 bash[18601]: cluster 2024-05-03T10:53:02.182752+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:53:05.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:04 smithi143 bash[18601]: cluster 2024-05-03T10:53:02.182964+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:53:05.331 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:04 smithi143 bash[18601]: cluster 2024-05-03T10:53:03.960862+0000 mon.a (mon.0) 405 : cluster [INF] osd.3 [v2:172.21.15.8:6826/2454079168,v1:172.21.15.8:6827/2454079168] boot 2024-05-03T10:53:05.332 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:04 smithi143 bash[18601]: cluster 2024-05-03T10:53:03.960983+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-03T10:53:05.332 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:04 smithi143 bash[18601]: audit 2024-05-03T10:53:03.961673+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:53:05.332 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi143:vg_nvme/lv_4 2024-05-03T10:53:06.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:05 smithi008 bash[18503]: cluster 2024-05-03T10:53:04.979961+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-03T10:53:06.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:05 smithi008 bash[18503]: cluster 2024-05-03T10:53:05.132162+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:06.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:05 smithi008 bash[23571]: cluster 2024-05-03T10:53:04.979961+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-03T10:53:06.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:05 smithi008 bash[23571]: cluster 2024-05-03T10:53:05.132162+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:06.274 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:05 smithi143 bash[18601]: cluster 2024-05-03T10:53:04.979961+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-03T10:53:06.274 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:05 smithi143 bash[18601]: cluster 2024-05-03T10:53:05.132162+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:08 smithi008 bash[18503]: cluster 2024-05-03T10:53:07.132767+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:08 smithi008 bash[18503]: audit 2024-05-03T10:53:07.967772+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:08 smithi008 bash[18503]: audit 2024-05-03T10:53:07.969537+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:08 smithi008 bash[18503]: audit 2024-05-03T10:53:07.970859+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:08 smithi008 bash[18503]: audit 2024-05-03T10:53:07.972030+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:08 smithi008 bash[18503]: audit 2024-05-03T10:53:07.973272+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:08 smithi008 bash[18503]: audit 2024-05-03T10:53:07.982559+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:08 smithi008 bash[18503]: audit 2024-05-03T10:53:07.990388+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:08 smithi008 bash[18503]: audit 2024-05-03T10:53:08.085898+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:08 smithi008 bash[18503]: audit 2024-05-03T10:53:08.092768+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:08 smithi008 bash[18503]: audit 2024-05-03T10:53:08.094788+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:08 smithi008 bash[23571]: cluster 2024-05-03T10:53:07.132767+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:08 smithi008 bash[23571]: audit 2024-05-03T10:53:07.967772+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:08 smithi008 bash[23571]: audit 2024-05-03T10:53:07.969537+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:08 smithi008 bash[23571]: audit 2024-05-03T10:53:07.970859+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:08.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:08 smithi008 bash[23571]: audit 2024-05-03T10:53:07.972030+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:08.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:08 smithi008 bash[23571]: audit 2024-05-03T10:53:07.973272+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:08.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:08 smithi008 bash[23571]: audit 2024-05-03T10:53:07.982559+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:08.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:08 smithi008 bash[23571]: audit 2024-05-03T10:53:07.990388+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:08.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:08 smithi008 bash[23571]: audit 2024-05-03T10:53:08.085898+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:53:08.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:08 smithi008 bash[23571]: audit 2024-05-03T10:53:08.092768+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:53:08.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:08 smithi008 bash[23571]: audit 2024-05-03T10:53:08.094788+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:08.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:08 smithi143 bash[18601]: cluster 2024-05-03T10:53:07.132767+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:08.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:08 smithi143 bash[18601]: audit 2024-05-03T10:53:07.967772+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:08.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:08 smithi143 bash[18601]: audit 2024-05-03T10:53:07.969537+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:08.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:08 smithi143 bash[18601]: audit 2024-05-03T10:53:07.970859+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:08.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:08 smithi143 bash[18601]: audit 2024-05-03T10:53:07.972030+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:08.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:08 smithi143 bash[18601]: audit 2024-05-03T10:53:07.973272+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:08.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:08 smithi143 bash[18601]: audit 2024-05-03T10:53:07.982559+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:08.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:08 smithi143 bash[18601]: audit 2024-05-03T10:53:07.990388+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:08.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:08 smithi143 bash[18601]: audit 2024-05-03T10:53:08.085898+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:53:08.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:08 smithi143 bash[18601]: audit 2024-05-03T10:53:08.092768+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:53:08.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:08 smithi143 bash[18601]: audit 2024-05-03T10:53:08.094788+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:09.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:09 smithi008 bash[18503]: cephadm 2024-05-03T10:53:07.958748+0000 mgr.y (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi008 2024-05-03T10:53:09.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:09 smithi008 bash[18503]: cephadm 2024-05-03T10:53:07.974183+0000 mgr.y (mgr.14152) 141 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 4061M 2024-05-03T10:53:09.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:09 smithi008 bash[18503]: audit 2024-05-03T10:53:08.079096+0000 mgr.y (mgr.14152) 142 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:53:09.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:09 smithi008 bash[23571]: cephadm 2024-05-03T10:53:07.958748+0000 mgr.y (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi008 2024-05-03T10:53:09.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:09 smithi008 bash[23571]: cephadm 2024-05-03T10:53:07.974183+0000 mgr.y (mgr.14152) 141 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 4061M 2024-05-03T10:53:09.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:09 smithi008 bash[23571]: audit 2024-05-03T10:53:08.079096+0000 mgr.y (mgr.14152) 142 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:53:09.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:09 smithi143 bash[18601]: cephadm 2024-05-03T10:53:07.958748+0000 mgr.y (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi008 2024-05-03T10:53:09.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:09 smithi143 bash[18601]: cephadm 2024-05-03T10:53:07.974183+0000 mgr.y (mgr.14152) 141 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 4061M 2024-05-03T10:53:09.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:09 smithi143 bash[18601]: audit 2024-05-03T10:53:08.079096+0000 mgr.y (mgr.14152) 142 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:53:10.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:10 smithi008 bash[18503]: cluster 2024-05-03T10:53:09.133314+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:10.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:10 smithi008 bash[23571]: cluster 2024-05-03T10:53:09.133314+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:10.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:10 smithi143 bash[18601]: cluster 2024-05-03T10:53:09.133314+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:12.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:12 smithi008 bash[18503]: cluster 2024-05-03T10:53:11.133875+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:12.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:12 smithi008 bash[23571]: cluster 2024-05-03T10:53:11.133875+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:12.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:12 smithi143 bash[18601]: cluster 2024-05-03T10:53:11.133875+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:14.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:14 smithi008 bash[18503]: cluster 2024-05-03T10:53:13.134423+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:14.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:14 smithi008 bash[18503]: audit 2024-05-03T10:53:13.802350+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.143:0/223043423' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0649bcc-860b-47e6-9553-6013733be217"}]: dispatch 2024-05-03T10:53:14.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:14 smithi008 bash[18503]: audit 2024-05-03T10:53:13.803141+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0649bcc-860b-47e6-9553-6013733be217"}]: dispatch 2024-05-03T10:53:14.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:14 smithi008 bash[18503]: audit 2024-05-03T10:53:13.811661+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0649bcc-860b-47e6-9553-6013733be217"}]': finished 2024-05-03T10:53:14.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:14 smithi008 bash[18503]: cluster 2024-05-03T10:53:13.811772+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-03T10:53:14.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:14 smithi008 bash[18503]: audit 2024-05-03T10:53:13.812071+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:14.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:14 smithi008 bash[23571]: cluster 2024-05-03T10:53:13.134423+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:14.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:14 smithi008 bash[23571]: audit 2024-05-03T10:53:13.802350+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.143:0/223043423' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0649bcc-860b-47e6-9553-6013733be217"}]: dispatch 2024-05-03T10:53:14.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:14 smithi008 bash[23571]: audit 2024-05-03T10:53:13.803141+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0649bcc-860b-47e6-9553-6013733be217"}]: dispatch 2024-05-03T10:53:14.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:14 smithi008 bash[23571]: audit 2024-05-03T10:53:13.811661+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0649bcc-860b-47e6-9553-6013733be217"}]': finished 2024-05-03T10:53:14.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:14 smithi008 bash[23571]: cluster 2024-05-03T10:53:13.811772+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-03T10:53:14.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:14 smithi008 bash[23571]: audit 2024-05-03T10:53:13.812071+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:14.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:14 smithi143 bash[18601]: cluster 2024-05-03T10:53:13.134423+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:14.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:14 smithi143 bash[18601]: audit 2024-05-03T10:53:13.802350+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.143:0/223043423' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0649bcc-860b-47e6-9553-6013733be217"}]: dispatch 2024-05-03T10:53:14.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:14 smithi143 bash[18601]: audit 2024-05-03T10:53:13.803141+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0649bcc-860b-47e6-9553-6013733be217"}]: dispatch 2024-05-03T10:53:14.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:14 smithi143 bash[18601]: audit 2024-05-03T10:53:13.811661+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0649bcc-860b-47e6-9553-6013733be217"}]': finished 2024-05-03T10:53:14.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:14 smithi143 bash[18601]: cluster 2024-05-03T10:53:13.811772+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-03T10:53:14.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:14 smithi143 bash[18601]: audit 2024-05-03T10:53:13.812071+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:15.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:15 smithi008 bash[18503]: audit 2024-05-03T10:53:14.445122+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.143:0/2833263901' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:53:15.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:15 smithi008 bash[23571]: audit 2024-05-03T10:53:14.445122+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.143:0/2833263901' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:53:15.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:15 smithi143 bash[18601]: audit 2024-05-03T10:53:14.445122+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.143:0/2833263901' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:53:16.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:16 smithi008 bash[23571]: cluster 2024-05-03T10:53:15.134982+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:16.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:16 smithi008 bash[18503]: cluster 2024-05-03T10:53:15.134982+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:16.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:16 smithi143 bash[18601]: cluster 2024-05-03T10:53:15.134982+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:18.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:18 smithi008 bash[18503]: cluster 2024-05-03T10:53:17.135560+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:18.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:18 smithi008 bash[23571]: cluster 2024-05-03T10:53:17.135560+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:18.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:18 smithi143 bash[18601]: cluster 2024-05-03T10:53:17.135560+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:20.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:20 smithi143 bash[18601]: cluster 2024-05-03T10:53:19.136135+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:20.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:20 smithi008 bash[18503]: cluster 2024-05-03T10:53:19.136135+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:20.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:20 smithi008 bash[23571]: cluster 2024-05-03T10:53:19.136135+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:22.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:22 smithi143 bash[18601]: cluster 2024-05-03T10:53:21.136716+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:22.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:22 smithi008 bash[18503]: cluster 2024-05-03T10:53:21.136716+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:22.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:22 smithi008 bash[23571]: cluster 2024-05-03T10:53:21.136716+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:24.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:24 smithi143 bash[18601]: cluster 2024-05-03T10:53:23.137260+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:24.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:24 smithi143 bash[18601]: audit 2024-05-03T10:53:23.399975+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-03T10:53:24.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:24 smithi143 bash[18601]: audit 2024-05-03T10:53:23.401813+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:24.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:24 smithi143 bash[18601]: cephadm 2024-05-03T10:53:23.403290+0000 mgr.y (mgr.14152) 151 : cephadm [INF] Deploying daemon osd.4 on smithi143 2024-05-03T10:53:24.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:24 smithi008 bash[18503]: cluster 2024-05-03T10:53:23.137260+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:24.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:24 smithi008 bash[18503]: audit 2024-05-03T10:53:23.399975+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-03T10:53:24.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:24 smithi008 bash[18503]: audit 2024-05-03T10:53:23.401813+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:24.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:24 smithi008 bash[18503]: cephadm 2024-05-03T10:53:23.403290+0000 mgr.y (mgr.14152) 151 : cephadm [INF] Deploying daemon osd.4 on smithi143 2024-05-03T10:53:24.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:24 smithi008 bash[23571]: cluster 2024-05-03T10:53:23.137260+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:24.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:24 smithi008 bash[23571]: audit 2024-05-03T10:53:23.399975+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-03T10:53:24.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:24 smithi008 bash[23571]: audit 2024-05-03T10:53:23.401813+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:24.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:24 smithi008 bash[23571]: cephadm 2024-05-03T10:53:23.403290+0000 mgr.y (mgr.14152) 151 : cephadm [INF] Deploying daemon osd.4 on smithi143 2024-05-03T10:53:26.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:26 smithi143 bash[18601]: cluster 2024-05-03T10:53:25.137811+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:26.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:26 smithi008 bash[18503]: cluster 2024-05-03T10:53:25.137811+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:26.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:26 smithi008 bash[23571]: cluster 2024-05-03T10:53:25.137811+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:26.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:26 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:53:26.855 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:53:26 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:53:27.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:26 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:53:27.355 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:53:26 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:53:28.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:28 smithi143 bash[18601]: audit 2024-05-03T10:53:27.051528+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:28.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:28 smithi143 bash[18601]: audit 2024-05-03T10:53:27.061116+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:53:28.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:28 smithi143 bash[18601]: audit 2024-05-03T10:53:27.063884+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:28.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:28 smithi143 bash[18601]: audit 2024-05-03T10:53:27.066212+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:53:28.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:28 smithi143 bash[18601]: cluster 2024-05-03T10:53:27.138240+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:28.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:28 smithi008 bash[18503]: audit 2024-05-03T10:53:27.051528+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:28.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:28 smithi008 bash[18503]: audit 2024-05-03T10:53:27.061116+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:53:28.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:28 smithi008 bash[18503]: audit 2024-05-03T10:53:27.063884+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:28.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:28 smithi008 bash[18503]: audit 2024-05-03T10:53:27.066212+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:53:28.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:28 smithi008 bash[18503]: cluster 2024-05-03T10:53:27.138240+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:28.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:28 smithi008 bash[23571]: audit 2024-05-03T10:53:27.051528+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:28.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:28 smithi008 bash[23571]: audit 2024-05-03T10:53:27.061116+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:53:28.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:28 smithi008 bash[23571]: audit 2024-05-03T10:53:27.063884+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:28.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:28 smithi008 bash[23571]: audit 2024-05-03T10:53:27.066212+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:53:28.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:28 smithi008 bash[23571]: cluster 2024-05-03T10:53:27.138240+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:30.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:30 smithi008 bash[18503]: cluster 2024-05-03T10:53:29.138781+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:30.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:30 smithi008 bash[23571]: cluster 2024-05-03T10:53:29.138781+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:30.519 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:30 smithi143 bash[18601]: cluster 2024-05-03T10:53:29.138781+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:31.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:31 smithi143 bash[18601]: audit 2024-05-03T10:53:30.271348+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:31.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:31 smithi143 bash[18601]: audit 2024-05-03T10:53:30.556089+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:31.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:31 smithi008 bash[18503]: audit 2024-05-03T10:53:30.271348+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:31.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:31 smithi008 bash[18503]: audit 2024-05-03T10:53:30.556089+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:31.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:31 smithi008 bash[23571]: audit 2024-05-03T10:53:30.271348+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:31.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:31 smithi008 bash[23571]: audit 2024-05-03T10:53:30.556089+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:32.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:32 smithi143 bash[18601]: cluster 2024-05-03T10:53:31.139345+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:33.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:32 smithi008 bash[18503]: cluster 2024-05-03T10:53:31.139345+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:33.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:32 smithi008 bash[23571]: cluster 2024-05-03T10:53:31.139345+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:33.170 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 4 on host 'smithi143' 2024-05-03T10:53:33.733 DEBUG:teuthology.orchestra.run.smithi143:osd.4> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.4.service 2024-05-03T10:53:33.736 INFO:tasks.cephadm:Deploying osd.5 on smithi143 with /dev/vg_nvme/lv_3... 2024-05-03T10:53:33.736 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-03T10:53:34.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:34 smithi143 bash[18601]: cluster 2024-05-03T10:53:33.139887+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:34.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:34 smithi143 bash[18601]: audit 2024-05-03T10:53:33.168343+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:34.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:34 smithi143 bash[18601]: audit 2024-05-03T10:53:33.181980+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:53:34.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:34 smithi143 bash[18601]: audit 2024-05-03T10:53:33.184777+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:34.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:34 smithi143 bash[18601]: audit 2024-05-03T10:53:33.186650+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:53:34.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:34 smithi143 bash[18601]: audit 2024-05-03T10:53:33.541332+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.143:6800/345889192,v1:172.21.15.143:6801/345889192]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-03T10:53:34.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:34 smithi143 bash[18601]: audit 2024-05-03T10:53:33.541873+0000 mon.a (mon.0) 435 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-03T10:53:34.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:34 smithi008 bash[18503]: cluster 2024-05-03T10:53:33.139887+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:34.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:34 smithi008 bash[18503]: audit 2024-05-03T10:53:33.168343+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:34.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:34 smithi008 bash[18503]: audit 2024-05-03T10:53:33.181980+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:53:34.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:34 smithi008 bash[18503]: audit 2024-05-03T10:53:33.184777+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:34.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:34 smithi008 bash[18503]: audit 2024-05-03T10:53:33.186650+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:53:34.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:34 smithi008 bash[18503]: audit 2024-05-03T10:53:33.541332+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.143:6800/345889192,v1:172.21.15.143:6801/345889192]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-03T10:53:34.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:34 smithi008 bash[18503]: audit 2024-05-03T10:53:33.541873+0000 mon.a (mon.0) 435 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-03T10:53:34.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:34 smithi008 bash[23571]: cluster 2024-05-03T10:53:33.139887+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:34.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:34 smithi008 bash[23571]: audit 2024-05-03T10:53:33.168343+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:34.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:34 smithi008 bash[23571]: audit 2024-05-03T10:53:33.181980+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:53:34.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:34 smithi008 bash[23571]: audit 2024-05-03T10:53:33.184777+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:34.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:34 smithi008 bash[23571]: audit 2024-05-03T10:53:33.186650+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:53:34.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:34 smithi008 bash[23571]: audit 2024-05-03T10:53:33.541332+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.143:6800/345889192,v1:172.21.15.143:6801/345889192]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-03T10:53:34.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:34 smithi008 bash[23571]: audit 2024-05-03T10:53:33.541873+0000 mon.a (mon.0) 435 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-03T10:53:35.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:35 smithi143 bash[18601]: audit 2024-05-03T10:53:34.169300+0000 mon.a (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-03T10:53:35.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:35 smithi143 bash[18601]: cluster 2024-05-03T10:53:34.169428+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-03T10:53:35.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:35 smithi143 bash[18601]: audit 2024-05-03T10:53:34.170109+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:35.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:35 smithi143 bash[18601]: audit 2024-05-03T10:53:34.170690+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.143:6800/345889192,v1:172.21.15.143:6801/345889192]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:53:35.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:35 smithi143 bash[18601]: audit 2024-05-03T10:53:34.179089+0000 mon.a (mon.0) 439 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:53:35.356 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:53:35 smithi143 bash[21482]: debug 2024-05-03T10:53:35.187+0000 7fa161f15700 -1 osd.4 0 waiting for initial osdmap 2024-05-03T10:53:35.356 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:53:35 smithi143 bash[21482]: debug 2024-05-03T10:53:35.195+0000 7fa15d0ad700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-03T10:53:35.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:35 smithi008 bash[18503]: audit 2024-05-03T10:53:34.169300+0000 mon.a (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-03T10:53:35.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:35 smithi008 bash[18503]: cluster 2024-05-03T10:53:34.169428+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-03T10:53:35.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:35 smithi008 bash[18503]: audit 2024-05-03T10:53:34.170109+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:35.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:35 smithi008 bash[18503]: audit 2024-05-03T10:53:34.170690+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.143:6800/345889192,v1:172.21.15.143:6801/345889192]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:53:35.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:35 smithi008 bash[18503]: audit 2024-05-03T10:53:34.179089+0000 mon.a (mon.0) 439 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:53:35.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:35 smithi008 bash[23571]: audit 2024-05-03T10:53:34.169300+0000 mon.a (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-03T10:53:35.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:35 smithi008 bash[23571]: cluster 2024-05-03T10:53:34.169428+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-03T10:53:35.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:35 smithi008 bash[23571]: audit 2024-05-03T10:53:34.170109+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:35.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:35 smithi008 bash[23571]: audit 2024-05-03T10:53:34.170690+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.143:6800/345889192,v1:172.21.15.143:6801/345889192]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:53:35.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:35 smithi008 bash[23571]: audit 2024-05-03T10:53:34.179089+0000 mon.a (mon.0) 439 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:53:36.452 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:36 smithi143 bash[18601]: cluster 2024-05-03T10:53:35.140419+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:36.452 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:36 smithi143 bash[18601]: audit 2024-05-03T10:53:35.180917+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-05-03T10:53:36.453 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:36 smithi143 bash[18601]: cluster 2024-05-03T10:53:35.181181+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-03T10:53:36.453 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:36 smithi143 bash[18601]: audit 2024-05-03T10:53:35.181946+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:36.453 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:36 smithi143 bash[18601]: audit 2024-05-03T10:53:35.191375+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:36.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:36 smithi008 bash[18503]: cluster 2024-05-03T10:53:35.140419+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:36.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:36 smithi008 bash[18503]: audit 2024-05-03T10:53:35.180917+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-05-03T10:53:36.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:36 smithi008 bash[18503]: cluster 2024-05-03T10:53:35.181181+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-03T10:53:36.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:36 smithi008 bash[18503]: audit 2024-05-03T10:53:35.181946+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:36.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:36 smithi008 bash[18503]: audit 2024-05-03T10:53:35.191375+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:36.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:36 smithi008 bash[23571]: cluster 2024-05-03T10:53:35.140419+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-05-03T10:53:36.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:36 smithi008 bash[23571]: audit 2024-05-03T10:53:35.180917+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-05-03T10:53:36.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:36 smithi008 bash[23571]: cluster 2024-05-03T10:53:35.181181+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-03T10:53:36.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:36 smithi008 bash[23571]: audit 2024-05-03T10:53:35.181946+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:36.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:36 smithi008 bash[23571]: audit 2024-05-03T10:53:35.191375+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:37.030 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-03T10:53:37.031 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-03T10:53:37.031 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2024-05-03T10:53:37.031 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2024-05-03T10:53:37.031 INFO:teuthology.orchestra.run.smithi143.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.013445 s, 780 MB/s 2024-05-03T10:53:37.031 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2024-05-03T10:53:37.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:37 smithi143 bash[18601]: cluster 2024-05-03T10:53:34.555829+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:53:37.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:37 smithi143 bash[18601]: cluster 2024-05-03T10:53:34.556017+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:53:37.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:37 smithi143 bash[18601]: cluster 2024-05-03T10:53:36.183194+0000 mon.a (mon.0) 444 : cluster [INF] osd.4 [v2:172.21.15.143:6800/345889192,v1:172.21.15.143:6801/345889192] boot 2024-05-03T10:53:37.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:37 smithi143 bash[18601]: cluster 2024-05-03T10:53:36.183329+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-03T10:53:37.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:37 smithi143 bash[18601]: audit 2024-05-03T10:53:36.183706+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:37.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:37 smithi143 bash[18601]: cluster 2024-05-03T10:53:36.245984+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-03T10:53:37.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:37 smithi008 bash[18503]: cluster 2024-05-03T10:53:34.555829+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:53:37.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:37 smithi008 bash[18503]: cluster 2024-05-03T10:53:34.556017+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:53:37.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:37 smithi008 bash[18503]: cluster 2024-05-03T10:53:36.183194+0000 mon.a (mon.0) 444 : cluster [INF] osd.4 [v2:172.21.15.143:6800/345889192,v1:172.21.15.143:6801/345889192] boot 2024-05-03T10:53:37.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:37 smithi008 bash[18503]: cluster 2024-05-03T10:53:36.183329+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-03T10:53:37.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:37 smithi008 bash[18503]: audit 2024-05-03T10:53:36.183706+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:37.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:37 smithi008 bash[18503]: cluster 2024-05-03T10:53:36.245984+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-03T10:53:37.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:37 smithi008 bash[23571]: cluster 2024-05-03T10:53:34.555829+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:53:37.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:37 smithi008 bash[23571]: cluster 2024-05-03T10:53:34.556017+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:53:37.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:37 smithi008 bash[23571]: cluster 2024-05-03T10:53:36.183194+0000 mon.a (mon.0) 444 : cluster [INF] osd.4 [v2:172.21.15.143:6800/345889192,v1:172.21.15.143:6801/345889192] boot 2024-05-03T10:53:37.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:37 smithi008 bash[23571]: cluster 2024-05-03T10:53:36.183329+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-03T10:53:37.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:37 smithi008 bash[23571]: audit 2024-05-03T10:53:36.183706+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:53:37.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:37 smithi008 bash[23571]: cluster 2024-05-03T10:53:36.245984+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-03T10:53:38.115 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi143:vg_nvme/lv_3 2024-05-03T10:53:38.412 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:38 smithi143 bash[18601]: cluster 2024-05-03T10:53:37.140943+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:38.412 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:38 smithi143 bash[18601]: cluster 2024-05-03T10:53:37.261789+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-03T10:53:38.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:38 smithi008 bash[18503]: cluster 2024-05-03T10:53:37.140943+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:38.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:38 smithi008 bash[18503]: cluster 2024-05-03T10:53:37.261789+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-03T10:53:38.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:38 smithi008 bash[23571]: cluster 2024-05-03T10:53:37.140943+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:38.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:38 smithi008 bash[23571]: cluster 2024-05-03T10:53:37.261789+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-03T10:53:39.599 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:39 smithi143 bash[18601]: cluster 2024-05-03T10:53:38.269399+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-03T10:53:39.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:39 smithi008 bash[18503]: cluster 2024-05-03T10:53:38.269399+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-03T10:53:39.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:39 smithi008 bash[23571]: cluster 2024-05-03T10:53:38.269399+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-03T10:53:40.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:40 smithi008 bash[23571]: cluster 2024-05-03T10:53:39.141501+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:40.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:40 smithi008 bash[23571]: cluster 2024-05-03T10:53:39.279230+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-05-03T10:53:40.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:40 smithi008 bash[18503]: cluster 2024-05-03T10:53:39.141501+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:40.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:40 smithi008 bash[18503]: cluster 2024-05-03T10:53:39.279230+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-05-03T10:53:40.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:40 smithi143 bash[18601]: cluster 2024-05-03T10:53:39.141501+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:40.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:40 smithi143 bash[18601]: cluster 2024-05-03T10:53:39.279230+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-05-03T10:53:42.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:41 smithi008 bash[18503]: cephadm 2024-05-03T10:53:40.926554+0000 mgr.y (mgr.14152) 160 : cephadm [INF] Detected new or changed devices on smithi143 2024-05-03T10:53:42.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:41 smithi008 bash[18503]: audit 2024-05-03T10:53:40.935876+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:42.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:41 smithi008 bash[18503]: audit 2024-05-03T10:53:40.937910+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:42.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:41 smithi008 bash[18503]: cephadm 2024-05-03T10:53:40.939429+0000 mgr.y (mgr.14152) 161 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 17265M 2024-05-03T10:53:42.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:41 smithi008 bash[18503]: audit 2024-05-03T10:53:40.948140+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:42.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:41 smithi008 bash[18503]: audit 2024-05-03T10:53:40.957728+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:42.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:41 smithi008 bash[18503]: cluster 2024-05-03T10:53:41.142086+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-05-03T10:53:42.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:41 smithi008 bash[18503]: audit 2024-05-03T10:53:41.440359+0000 mgr.y (mgr.14152) 163 : audit [DBG] from='client.24206 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:53:42.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:41 smithi008 bash[18503]: audit 2024-05-03T10:53:41.447138+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:53:42.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:41 smithi008 bash[18503]: audit 2024-05-03T10:53:41.453511+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:53:42.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:41 smithi008 bash[18503]: audit 2024-05-03T10:53:41.455375+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:42.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:41 smithi008 bash[23571]: cephadm 2024-05-03T10:53:40.926554+0000 mgr.y (mgr.14152) 160 : cephadm [INF] Detected new or changed devices on smithi143 2024-05-03T10:53:42.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:41 smithi008 bash[23571]: audit 2024-05-03T10:53:40.935876+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:42.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:41 smithi008 bash[23571]: audit 2024-05-03T10:53:40.937910+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:42.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:41 smithi008 bash[23571]: cephadm 2024-05-03T10:53:40.939429+0000 mgr.y (mgr.14152) 161 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 17265M 2024-05-03T10:53:42.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:41 smithi008 bash[23571]: audit 2024-05-03T10:53:40.948140+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:42.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:41 smithi008 bash[23571]: audit 2024-05-03T10:53:40.957728+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:42.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:41 smithi008 bash[23571]: cluster 2024-05-03T10:53:41.142086+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-05-03T10:53:42.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:41 smithi008 bash[23571]: audit 2024-05-03T10:53:41.440359+0000 mgr.y (mgr.14152) 163 : audit [DBG] from='client.24206 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:53:42.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:41 smithi008 bash[23571]: audit 2024-05-03T10:53:41.447138+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:53:42.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:41 smithi008 bash[23571]: audit 2024-05-03T10:53:41.453511+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:53:42.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:41 smithi008 bash[23571]: audit 2024-05-03T10:53:41.455375+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:42.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:41 smithi143 bash[18601]: cephadm 2024-05-03T10:53:40.926554+0000 mgr.y (mgr.14152) 160 : cephadm [INF] Detected new or changed devices on smithi143 2024-05-03T10:53:42.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:41 smithi143 bash[18601]: audit 2024-05-03T10:53:40.935876+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:42.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:41 smithi143 bash[18601]: audit 2024-05-03T10:53:40.937910+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:53:42.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:41 smithi143 bash[18601]: cephadm 2024-05-03T10:53:40.939429+0000 mgr.y (mgr.14152) 161 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 17265M 2024-05-03T10:53:42.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:41 smithi143 bash[18601]: audit 2024-05-03T10:53:40.948140+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:42.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:41 smithi143 bash[18601]: audit 2024-05-03T10:53:40.957728+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:53:42.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:41 smithi143 bash[18601]: cluster 2024-05-03T10:53:41.142086+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-05-03T10:53:42.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:41 smithi143 bash[18601]: audit 2024-05-03T10:53:41.440359+0000 mgr.y (mgr.14152) 163 : audit [DBG] from='client.24206 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:53:42.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:41 smithi143 bash[18601]: audit 2024-05-03T10:53:41.447138+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:53:42.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:41 smithi143 bash[18601]: audit 2024-05-03T10:53:41.453511+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:53:42.356 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:41 smithi143 bash[18601]: audit 2024-05-03T10:53:41.455375+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:44.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:44 smithi008 bash[23571]: cluster 2024-05-03T10:53:43.142694+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-05-03T10:53:44.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:44 smithi008 bash[18503]: cluster 2024-05-03T10:53:43.142694+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-05-03T10:53:44.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:44 smithi143 bash[18601]: cluster 2024-05-03T10:53:43.142694+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-05-03T10:53:46.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:46 smithi008 bash[18503]: cluster 2024-05-03T10:53:45.143250+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-03T10:53:46.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:46 smithi008 bash[23571]: cluster 2024-05-03T10:53:45.143250+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-03T10:53:46.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:46 smithi143 bash[18601]: cluster 2024-05-03T10:53:45.143250+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-03T10:53:47.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:47 smithi008 bash[23571]: audit 2024-05-03T10:53:47.114979+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.143:0/3835548584' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab4774fd-b66e-4f0a-aed7-51f966d8f7e8"}]: dispatch 2024-05-03T10:53:47.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:47 smithi008 bash[23571]: audit 2024-05-03T10:53:47.115779+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab4774fd-b66e-4f0a-aed7-51f966d8f7e8"}]: dispatch 2024-05-03T10:53:47.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:47 smithi008 bash[23571]: audit 2024-05-03T10:53:47.124483+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab4774fd-b66e-4f0a-aed7-51f966d8f7e8"}]': finished 2024-05-03T10:53:47.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:47 smithi008 bash[23571]: cluster 2024-05-03T10:53:47.124625+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-03T10:53:47.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:47 smithi008 bash[23571]: audit 2024-05-03T10:53:47.124896+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:53:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:47 smithi008 bash[18503]: audit 2024-05-03T10:53:47.114979+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.143:0/3835548584' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab4774fd-b66e-4f0a-aed7-51f966d8f7e8"}]: dispatch 2024-05-03T10:53:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:47 smithi008 bash[18503]: audit 2024-05-03T10:53:47.115779+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab4774fd-b66e-4f0a-aed7-51f966d8f7e8"}]: dispatch 2024-05-03T10:53:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:47 smithi008 bash[18503]: audit 2024-05-03T10:53:47.124483+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab4774fd-b66e-4f0a-aed7-51f966d8f7e8"}]': finished 2024-05-03T10:53:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:47 smithi008 bash[18503]: cluster 2024-05-03T10:53:47.124625+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-03T10:53:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:47 smithi008 bash[18503]: audit 2024-05-03T10:53:47.124896+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:53:47.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:47 smithi143 bash[18601]: audit 2024-05-03T10:53:47.114979+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.143:0/3835548584' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab4774fd-b66e-4f0a-aed7-51f966d8f7e8"}]: dispatch 2024-05-03T10:53:47.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:47 smithi143 bash[18601]: audit 2024-05-03T10:53:47.115779+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab4774fd-b66e-4f0a-aed7-51f966d8f7e8"}]: dispatch 2024-05-03T10:53:47.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:47 smithi143 bash[18601]: audit 2024-05-03T10:53:47.124483+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab4774fd-b66e-4f0a-aed7-51f966d8f7e8"}]': finished 2024-05-03T10:53:47.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:47 smithi143 bash[18601]: cluster 2024-05-03T10:53:47.124625+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-03T10:53:47.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:47 smithi143 bash[18601]: audit 2024-05-03T10:53:47.124896+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:53:48.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:48 smithi008 bash[23571]: cluster 2024-05-03T10:53:47.143804+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-03T10:53:48.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:48 smithi008 bash[23571]: audit 2024-05-03T10:53:47.789069+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.143:0/3667645111' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:53:48.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:48 smithi008 bash[18503]: cluster 2024-05-03T10:53:47.143804+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-03T10:53:48.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:48 smithi008 bash[18503]: audit 2024-05-03T10:53:47.789069+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.143:0/3667645111' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:53:48.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:48 smithi143 bash[18601]: cluster 2024-05-03T10:53:47.143804+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-03T10:53:48.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:48 smithi143 bash[18601]: audit 2024-05-03T10:53:47.789069+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.143:0/3667645111' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:53:49.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:49 smithi008 bash[18503]: audit 2024-05-03T10:53:49.163071+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:53:49.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:49 smithi008 bash[18503]: audit 2024-05-03T10:53:49.163886+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:53:49.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:49 smithi008 bash[23571]: audit 2024-05-03T10:53:49.163071+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:53:49.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:49 smithi008 bash[23571]: audit 2024-05-03T10:53:49.163886+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:53:49.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:49 smithi143 bash[18601]: audit 2024-05-03T10:53:49.163071+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:53:49.606 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:49 smithi143 bash[18601]: audit 2024-05-03T10:53:49.163886+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:53:50.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:50 smithi008 bash[18503]: cluster 2024-05-03T10:53:49.144377+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-05-03T10:53:50.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:50 smithi008 bash[23571]: cluster 2024-05-03T10:53:49.144377+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-05-03T10:53:50.526 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:50 smithi143 bash[18601]: cluster 2024-05-03T10:53:49.144377+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-05-03T10:53:52.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:52 smithi008 bash[23571]: cluster 2024-05-03T10:53:51.144922+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:52.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:52 smithi008 bash[18503]: cluster 2024-05-03T10:53:51.144922+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:52.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:52 smithi143 bash[18601]: cluster 2024-05-03T10:53:51.144922+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:54.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:54 smithi008 bash[18503]: cluster 2024-05-03T10:53:53.145462+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:54.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:54 smithi008 bash[23571]: cluster 2024-05-03T10:53:53.145462+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:54.566 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:54 smithi143 bash[18601]: cluster 2024-05-03T10:53:53.145462+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:56.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:56 smithi143 bash[18601]: cluster 2024-05-03T10:53:55.146063+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:56.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:56 smithi008 bash[18503]: cluster 2024-05-03T10:53:55.146063+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:56.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:56 smithi008 bash[23571]: cluster 2024-05-03T10:53:55.146063+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:57.510 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:57 smithi143 bash[18601]: audit 2024-05-03T10:53:57.264732+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-03T10:53:57.511 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:57 smithi143 bash[18601]: audit 2024-05-03T10:53:57.266487+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:57.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:57 smithi008 bash[18503]: audit 2024-05-03T10:53:57.264732+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-03T10:53:57.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:57 smithi008 bash[18503]: audit 2024-05-03T10:53:57.266487+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:57.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:57 smithi008 bash[23571]: audit 2024-05-03T10:53:57.264732+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-03T10:53:57.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:57 smithi008 bash[23571]: audit 2024-05-03T10:53:57.266487+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:53:58.572 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:58 smithi143 bash[18601]: cluster 2024-05-03T10:53:57.146661+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:58.572 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:53:58 smithi143 bash[18601]: cephadm 2024-05-03T10:53:57.267915+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.5 on smithi143 2024-05-03T10:53:58.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:58 smithi008 bash[18503]: cluster 2024-05-03T10:53:57.146661+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:58.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:53:58 smithi008 bash[18503]: cephadm 2024-05-03T10:53:57.267915+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.5 on smithi143 2024-05-03T10:53:58.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:58 smithi008 bash[23571]: cluster 2024-05-03T10:53:57.146661+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:53:58.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:53:58 smithi008 bash[23571]: cephadm 2024-05-03T10:53:57.267915+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.5 on smithi143 2024-05-03T10:54:00.586 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:00 smithi143 bash[18601]: cluster 2024-05-03T10:53:59.147201+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:00.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:00 smithi008 bash[18503]: cluster 2024-05-03T10:53:59.147201+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:00.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:00 smithi008 bash[23571]: cluster 2024-05-03T10:53:59.147201+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:00.841 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:00 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:00.842 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:54:00 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:00.842 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:54:00 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:01.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:00 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:01.105 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:54:00 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:01.105 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:54:00 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:02.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:02 smithi143 bash[18601]: audit 2024-05-03T10:54:01.106277+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:02.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:02 smithi143 bash[18601]: audit 2024-05-03T10:54:01.133142+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:54:02.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:02 smithi143 bash[18601]: audit 2024-05-03T10:54:01.136300+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:02.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:02 smithi143 bash[18601]: audit 2024-05-03T10:54:01.138082+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:54:02.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:02 smithi143 bash[18601]: cluster 2024-05-03T10:54:01.147860+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:02.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:02 smithi008 bash[18503]: audit 2024-05-03T10:54:01.106277+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:02.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:02 smithi008 bash[18503]: audit 2024-05-03T10:54:01.133142+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:54:02.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:02 smithi008 bash[18503]: audit 2024-05-03T10:54:01.136300+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:02.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:02 smithi008 bash[18503]: audit 2024-05-03T10:54:01.138082+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:54:02.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:02 smithi008 bash[18503]: cluster 2024-05-03T10:54:01.147860+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:02.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:02 smithi008 bash[23571]: audit 2024-05-03T10:54:01.106277+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:02.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:02 smithi008 bash[23571]: audit 2024-05-03T10:54:01.133142+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:54:02.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:02 smithi008 bash[23571]: audit 2024-05-03T10:54:01.136300+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:02.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:02 smithi008 bash[23571]: audit 2024-05-03T10:54:01.138082+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:54:02.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:02 smithi008 bash[23571]: cluster 2024-05-03T10:54:01.147860+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:04.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:04 smithi143 bash[18601]: cluster 2024-05-03T10:54:03.148480+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:04.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:04 smithi143 bash[18601]: audit 2024-05-03T10:54:04.115095+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:04.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:04 smithi143 bash[18601]: audit 2024-05-03T10:54:04.123590+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:04.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:04 smithi008 bash[23571]: cluster 2024-05-03T10:54:03.148480+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:04.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:04 smithi008 bash[23571]: audit 2024-05-03T10:54:04.115095+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:04.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:04 smithi008 bash[23571]: audit 2024-05-03T10:54:04.123590+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:04.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:04 smithi008 bash[18503]: cluster 2024-05-03T10:54:03.148480+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:04.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:04 smithi008 bash[18503]: audit 2024-05-03T10:54:04.115095+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:04.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:04 smithi008 bash[18503]: audit 2024-05-03T10:54:04.123590+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:06.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:06 smithi143 bash[18601]: cluster 2024-05-03T10:54:05.149171+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:06.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:06 smithi008 bash[18503]: cluster 2024-05-03T10:54:05.149171+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:06.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:06 smithi008 bash[23571]: cluster 2024-05-03T10:54:05.149171+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:07.254 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 5 on host 'smithi143' 2024-05-03T10:54:07.840 DEBUG:teuthology.orchestra.run.smithi143:osd.5> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.5.service 2024-05-03T10:54:07.843 INFO:tasks.cephadm:Deploying osd.6 on smithi143 with /dev/vg_nvme/lv_2... 2024-05-03T10:54:07.843 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-05-03T10:54:08.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:08 smithi143 bash[18601]: cluster 2024-05-03T10:54:07.149772+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:08.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:08 smithi143 bash[18601]: audit 2024-05-03T10:54:07.251840+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:08.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:08 smithi143 bash[18601]: audit 2024-05-03T10:54:07.253212+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:54:08.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:08 smithi143 bash[18601]: audit 2024-05-03T10:54:07.259378+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:08.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:08 smithi143 bash[18601]: audit 2024-05-03T10:54:07.261443+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:54:08.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:08 smithi143 bash[18601]: audit 2024-05-03T10:54:07.367506+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.143:6808/3810490036,v1:172.21.15.143:6809/3810490036]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-03T10:54:08.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:08 smithi143 bash[18601]: audit 2024-05-03T10:54:07.367858+0000 mon.a (mon.0) 476 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-03T10:54:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:08 smithi008 bash[18503]: cluster 2024-05-03T10:54:07.149772+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:08 smithi008 bash[18503]: audit 2024-05-03T10:54:07.251840+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:08 smithi008 bash[18503]: audit 2024-05-03T10:54:07.253212+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:54:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:08 smithi008 bash[18503]: audit 2024-05-03T10:54:07.259378+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:08 smithi008 bash[18503]: audit 2024-05-03T10:54:07.261443+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:54:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:08 smithi008 bash[18503]: audit 2024-05-03T10:54:07.367506+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.143:6808/3810490036,v1:172.21.15.143:6809/3810490036]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-03T10:54:08.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:08 smithi008 bash[18503]: audit 2024-05-03T10:54:07.367858+0000 mon.a (mon.0) 476 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-03T10:54:08.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:08 smithi008 bash[23571]: cluster 2024-05-03T10:54:07.149772+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:08.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:08 smithi008 bash[23571]: audit 2024-05-03T10:54:07.251840+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:08.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:08 smithi008 bash[23571]: audit 2024-05-03T10:54:07.253212+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:54:08.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:08 smithi008 bash[23571]: audit 2024-05-03T10:54:07.259378+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:08.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:08 smithi008 bash[23571]: audit 2024-05-03T10:54:07.261443+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:54:08.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:08 smithi008 bash[23571]: audit 2024-05-03T10:54:07.367506+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.143:6808/3810490036,v1:172.21.15.143:6809/3810490036]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-03T10:54:08.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:08 smithi008 bash[23571]: audit 2024-05-03T10:54:07.367858+0000 mon.a (mon.0) 476 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-03T10:54:09.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:09 smithi008 bash[18503]: audit 2024-05-03T10:54:08.263297+0000 mon.a (mon.0) 477 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-03T10:54:09.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:09 smithi008 bash[18503]: cluster 2024-05-03T10:54:08.263537+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-03T10:54:09.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:09 smithi008 bash[18503]: audit 2024-05-03T10:54:08.263818+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:54:09.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:09 smithi008 bash[18503]: audit 2024-05-03T10:54:08.265152+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.143:6808/3810490036,v1:172.21.15.143:6809/3810490036]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:54:09.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:09 smithi008 bash[18503]: audit 2024-05-03T10:54:08.265599+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:54:09.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:09 smithi008 bash[23571]: audit 2024-05-03T10:54:08.263297+0000 mon.a (mon.0) 477 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-03T10:54:09.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:09 smithi008 bash[23571]: cluster 2024-05-03T10:54:08.263537+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-03T10:54:09.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:09 smithi008 bash[23571]: audit 2024-05-03T10:54:08.263818+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:54:09.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:09 smithi008 bash[23571]: audit 2024-05-03T10:54:08.265152+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.143:6808/3810490036,v1:172.21.15.143:6809/3810490036]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:54:09.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:09 smithi008 bash[23571]: audit 2024-05-03T10:54:08.265599+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:54:09.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:09 smithi143 bash[18601]: audit 2024-05-03T10:54:08.263297+0000 mon.a (mon.0) 477 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-03T10:54:09.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:09 smithi143 bash[18601]: cluster 2024-05-03T10:54:08.263537+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-03T10:54:09.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:09 smithi143 bash[18601]: audit 2024-05-03T10:54:08.263818+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:54:09.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:09 smithi143 bash[18601]: audit 2024-05-03T10:54:08.265152+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.143:6808/3810490036,v1:172.21.15.143:6809/3810490036]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:54:09.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:09 smithi143 bash[18601]: audit 2024-05-03T10:54:08.265599+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:54:09.605 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:54:09 smithi143 bash[24451]: debug 2024-05-03T10:54:09.275+0000 7f29f4579700 -1 osd.5 0 waiting for initial osdmap 2024-05-03T10:54:09.605 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:54:09 smithi143 bash[24451]: debug 2024-05-03T10:54:09.283+0000 7f29ef711700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-03T10:54:10.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:10 smithi143 bash[18601]: cluster 2024-05-03T10:54:09.150334+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:10.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:10 smithi143 bash[18601]: audit 2024-05-03T10:54:09.274154+0000 mon.a (mon.0) 481 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-05-03T10:54:10.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:10 smithi143 bash[18601]: cluster 2024-05-03T10:54:09.274373+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-05-03T10:54:10.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:10 smithi143 bash[18601]: audit 2024-05-03T10:54:09.275203+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:54:10.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:10 smithi143 bash[18601]: audit 2024-05-03T10:54:09.281347+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:54:10.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:10 smithi008 bash[18503]: cluster 2024-05-03T10:54:09.150334+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:10.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:10 smithi008 bash[18503]: audit 2024-05-03T10:54:09.274154+0000 mon.a (mon.0) 481 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-05-03T10:54:10.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:10 smithi008 bash[18503]: cluster 2024-05-03T10:54:09.274373+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-05-03T10:54:10.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:10 smithi008 bash[18503]: audit 2024-05-03T10:54:09.275203+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:54:10.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:10 smithi008 bash[18503]: audit 2024-05-03T10:54:09.281347+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:54:10.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:10 smithi008 bash[23571]: cluster 2024-05-03T10:54:09.150334+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-05-03T10:54:10.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:10 smithi008 bash[23571]: audit 2024-05-03T10:54:09.274154+0000 mon.a (mon.0) 481 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-05-03T10:54:10.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:10 smithi008 bash[23571]: cluster 2024-05-03T10:54:09.274373+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-05-03T10:54:10.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:10 smithi008 bash[23571]: audit 2024-05-03T10:54:09.275203+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:54:10.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:10 smithi008 bash[23571]: audit 2024-05-03T10:54:09.281347+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:54:11.477 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-05-03T10:54:11.477 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-05-03T10:54:11.477 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2024-05-03T10:54:11.477 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2024-05-03T10:54:11.477 INFO:teuthology.orchestra.run.smithi143.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0135375 s, 775 MB/s 2024-05-03T10:54:11.477 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2024-05-03T10:54:11.519 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:11 smithi143 bash[18601]: cluster 2024-05-03T10:54:08.380454+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:54:11.520 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:11 smithi143 bash[18601]: cluster 2024-05-03T10:54:08.380650+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:54:11.520 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:11 smithi143 bash[18601]: cluster 2024-05-03T10:54:10.274846+0000 mon.a (mon.0) 485 : cluster [INF] osd.5 [v2:172.21.15.143:6808/3810490036,v1:172.21.15.143:6809/3810490036] boot 2024-05-03T10:54:11.520 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:11 smithi143 bash[18601]: cluster 2024-05-03T10:54:10.274967+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-03T10:54:11.520 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:11 smithi143 bash[18601]: audit 2024-05-03T10:54:10.275862+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:54:11.520 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:11 smithi143 bash[18601]: cluster 2024-05-03T10:54:11.256159+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-03T10:54:11.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:11 smithi008 bash[18503]: cluster 2024-05-03T10:54:08.380454+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:54:11.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:11 smithi008 bash[18503]: cluster 2024-05-03T10:54:08.380650+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:54:11.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:11 smithi008 bash[18503]: cluster 2024-05-03T10:54:10.274846+0000 mon.a (mon.0) 485 : cluster [INF] osd.5 [v2:172.21.15.143:6808/3810490036,v1:172.21.15.143:6809/3810490036] boot 2024-05-03T10:54:11.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:11 smithi008 bash[18503]: cluster 2024-05-03T10:54:10.274967+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-03T10:54:11.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:11 smithi008 bash[18503]: audit 2024-05-03T10:54:10.275862+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:54:11.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:11 smithi008 bash[18503]: cluster 2024-05-03T10:54:11.256159+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-03T10:54:11.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:11 smithi008 bash[23571]: cluster 2024-05-03T10:54:08.380454+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:54:11.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:11 smithi008 bash[23571]: cluster 2024-05-03T10:54:08.380650+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:54:11.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:11 smithi008 bash[23571]: cluster 2024-05-03T10:54:10.274846+0000 mon.a (mon.0) 485 : cluster [INF] osd.5 [v2:172.21.15.143:6808/3810490036,v1:172.21.15.143:6809/3810490036] boot 2024-05-03T10:54:11.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:11 smithi008 bash[23571]: cluster 2024-05-03T10:54:10.274967+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-03T10:54:11.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:11 smithi008 bash[23571]: audit 2024-05-03T10:54:10.275862+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:54:11.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:11 smithi008 bash[23571]: cluster 2024-05-03T10:54:11.256159+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-03T10:54:12.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:12 smithi143 bash[18601]: cluster 2024-05-03T10:54:11.150925+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:12.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:12 smithi143 bash[18601]: cluster 2024-05-03T10:54:12.259260+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-05-03T10:54:12.729 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi143:vg_nvme/lv_2 2024-05-03T10:54:12.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:12 smithi008 bash[18503]: cluster 2024-05-03T10:54:11.150925+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:12.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:12 smithi008 bash[18503]: cluster 2024-05-03T10:54:12.259260+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-05-03T10:54:12.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:12 smithi008 bash[23571]: cluster 2024-05-03T10:54:11.150925+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:12.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:12 smithi008 bash[23571]: cluster 2024-05-03T10:54:12.259260+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-05-03T10:54:14.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:14 smithi143 bash[18601]: cluster 2024-05-03T10:54:13.151466+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v163: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:14.355 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:14 smithi143 bash[18601]: cluster 2024-05-03T10:54:13.260872+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-05-03T10:54:14.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:14 smithi008 bash[18503]: cluster 2024-05-03T10:54:13.151466+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v163: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:14.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:14 smithi008 bash[18503]: cluster 2024-05-03T10:54:13.260872+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-05-03T10:54:14.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:14 smithi008 bash[23571]: cluster 2024-05-03T10:54:13.151466+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v163: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:14.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:14 smithi008 bash[23571]: cluster 2024-05-03T10:54:13.260872+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-05-03T10:54:15.502 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:15 smithi143 bash[18601]: cluster 2024-05-03T10:54:14.271171+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-05-03T10:54:15.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:15 smithi008 bash[18503]: cluster 2024-05-03T10:54:14.271171+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-05-03T10:54:15.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:15 smithi008 bash[23571]: cluster 2024-05-03T10:54:14.271171+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-05-03T10:54:16.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:16 smithi008 bash[18503]: cluster 2024-05-03T10:54:15.152040+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:16.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:16 smithi008 bash[18503]: cephadm 2024-05-03T10:54:15.508589+0000 mgr.y (mgr.14152) 182 : cephadm [INF] Detected new or changed devices on smithi143 2024-05-03T10:54:16.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:16 smithi008 bash[18503]: audit 2024-05-03T10:54:15.518663+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:16.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:16 smithi008 bash[18503]: audit 2024-05-03T10:54:15.520755+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:16 smithi008 bash[18503]: audit 2024-05-03T10:54:15.522673+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:16 smithi008 bash[18503]: cephadm 2024-05-03T10:54:15.524110+0000 mgr.y (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 8632M 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:16 smithi008 bash[18503]: audit 2024-05-03T10:54:15.532420+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:16 smithi008 bash[18503]: audit 2024-05-03T10:54:15.541531+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:16 smithi008 bash[18503]: audit 2024-05-03T10:54:16.057822+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:16 smithi008 bash[18503]: audit 2024-05-03T10:54:16.064115+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:16 smithi008 bash[18503]: audit 2024-05-03T10:54:16.066073+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:16 smithi008 bash[23571]: cluster 2024-05-03T10:54:15.152040+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:16 smithi008 bash[23571]: cephadm 2024-05-03T10:54:15.508589+0000 mgr.y (mgr.14152) 182 : cephadm [INF] Detected new or changed devices on smithi143 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:16 smithi008 bash[23571]: audit 2024-05-03T10:54:15.518663+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:16 smithi008 bash[23571]: audit 2024-05-03T10:54:15.520755+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:16 smithi008 bash[23571]: audit 2024-05-03T10:54:15.522673+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:16.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:16 smithi008 bash[23571]: cephadm 2024-05-03T10:54:15.524110+0000 mgr.y (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 8632M 2024-05-03T10:54:16.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:16 smithi008 bash[23571]: audit 2024-05-03T10:54:15.532420+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:16.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:16 smithi008 bash[23571]: audit 2024-05-03T10:54:15.541531+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:16.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:16 smithi008 bash[23571]: audit 2024-05-03T10:54:16.057822+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:54:16.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:16 smithi008 bash[23571]: audit 2024-05-03T10:54:16.064115+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:54:16.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:16 smithi008 bash[23571]: audit 2024-05-03T10:54:16.066073+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:16.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:16 smithi143 bash[18601]: cluster 2024-05-03T10:54:15.152040+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:16.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:16 smithi143 bash[18601]: cephadm 2024-05-03T10:54:15.508589+0000 mgr.y (mgr.14152) 182 : cephadm [INF] Detected new or changed devices on smithi143 2024-05-03T10:54:16.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:16 smithi143 bash[18601]: audit 2024-05-03T10:54:15.518663+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:16.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:16 smithi143 bash[18601]: audit 2024-05-03T10:54:15.520755+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:16.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:16 smithi143 bash[18601]: audit 2024-05-03T10:54:15.522673+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:16.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:16 smithi143 bash[18601]: cephadm 2024-05-03T10:54:15.524110+0000 mgr.y (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 8632M 2024-05-03T10:54:16.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:16 smithi143 bash[18601]: audit 2024-05-03T10:54:15.532420+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:16.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:16 smithi143 bash[18601]: audit 2024-05-03T10:54:15.541531+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:16.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:16 smithi143 bash[18601]: audit 2024-05-03T10:54:16.057822+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:54:16.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:16 smithi143 bash[18601]: audit 2024-05-03T10:54:16.064115+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:54:16.856 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:16 smithi143 bash[18601]: audit 2024-05-03T10:54:16.066073+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:17.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:17 smithi143 bash[18601]: audit 2024-05-03T10:54:16.051005+0000 mgr.y (mgr.14152) 184 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:54:18.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:17 smithi008 bash[18503]: audit 2024-05-03T10:54:16.051005+0000 mgr.y (mgr.14152) 184 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:54:18.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:17 smithi008 bash[23571]: audit 2024-05-03T10:54:16.051005+0000 mgr.y (mgr.14152) 184 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:54:18.813 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:18 smithi143 bash[18601]: cluster 2024-05-03T10:54:17.152633+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:19.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:18 smithi008 bash[18503]: cluster 2024-05-03T10:54:17.152633+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:19.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:18 smithi008 bash[23571]: cluster 2024-05-03T10:54:17.152633+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:20.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:20 smithi143 bash[18601]: cluster 2024-05-03T10:54:19.153184+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:21.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:20 smithi008 bash[18503]: cluster 2024-05-03T10:54:19.153184+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:21.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:20 smithi008 bash[23571]: cluster 2024-05-03T10:54:19.153184+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:22.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:22 smithi143 bash[18601]: cluster 2024-05-03T10:54:21.153773+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:22.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:22 smithi143 bash[18601]: audit 2024-05-03T10:54:21.991644+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.143:0/2874510619' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57abd3af-39cf-48cf-a294-1f0fb14f5935"}]: dispatch 2024-05-03T10:54:22.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:22 smithi143 bash[18601]: audit 2024-05-03T10:54:21.992063+0000 mon.a (mon.0) 500 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57abd3af-39cf-48cf-a294-1f0fb14f5935"}]: dispatch 2024-05-03T10:54:22.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:22 smithi143 bash[18601]: audit 2024-05-03T10:54:22.001169+0000 mon.a (mon.0) 501 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57abd3af-39cf-48cf-a294-1f0fb14f5935"}]': finished 2024-05-03T10:54:22.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:22 smithi143 bash[18601]: cluster 2024-05-03T10:54:22.001330+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-05-03T10:54:22.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:22 smithi143 bash[18601]: audit 2024-05-03T10:54:22.001571+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:22 smithi008 bash[18503]: cluster 2024-05-03T10:54:21.153773+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:22 smithi008 bash[18503]: audit 2024-05-03T10:54:21.991644+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.143:0/2874510619' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57abd3af-39cf-48cf-a294-1f0fb14f5935"}]: dispatch 2024-05-03T10:54:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:22 smithi008 bash[18503]: audit 2024-05-03T10:54:21.992063+0000 mon.a (mon.0) 500 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57abd3af-39cf-48cf-a294-1f0fb14f5935"}]: dispatch 2024-05-03T10:54:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:22 smithi008 bash[18503]: audit 2024-05-03T10:54:22.001169+0000 mon.a (mon.0) 501 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57abd3af-39cf-48cf-a294-1f0fb14f5935"}]': finished 2024-05-03T10:54:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:22 smithi008 bash[18503]: cluster 2024-05-03T10:54:22.001330+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-05-03T10:54:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:22 smithi008 bash[18503]: audit 2024-05-03T10:54:22.001571+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:23.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:22 smithi008 bash[23571]: cluster 2024-05-03T10:54:21.153773+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:23.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:22 smithi008 bash[23571]: audit 2024-05-03T10:54:21.991644+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.143:0/2874510619' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57abd3af-39cf-48cf-a294-1f0fb14f5935"}]: dispatch 2024-05-03T10:54:23.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:22 smithi008 bash[23571]: audit 2024-05-03T10:54:21.992063+0000 mon.a (mon.0) 500 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57abd3af-39cf-48cf-a294-1f0fb14f5935"}]: dispatch 2024-05-03T10:54:23.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:22 smithi008 bash[23571]: audit 2024-05-03T10:54:22.001169+0000 mon.a (mon.0) 501 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57abd3af-39cf-48cf-a294-1f0fb14f5935"}]': finished 2024-05-03T10:54:23.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:22 smithi008 bash[23571]: cluster 2024-05-03T10:54:22.001330+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-05-03T10:54:23.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:22 smithi008 bash[23571]: audit 2024-05-03T10:54:22.001571+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:23.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:23 smithi143 bash[18601]: audit 2024-05-03T10:54:22.671871+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.143:0/1169916795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:54:24.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:23 smithi008 bash[18503]: audit 2024-05-03T10:54:22.671871+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.143:0/1169916795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:54:24.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:23 smithi008 bash[23571]: audit 2024-05-03T10:54:22.671871+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.143:0/1169916795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:54:24.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:24 smithi143 bash[18601]: cluster 2024-05-03T10:54:23.154364+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:25.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:24 smithi008 bash[18503]: cluster 2024-05-03T10:54:23.154364+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:25.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:24 smithi008 bash[23571]: cluster 2024-05-03T10:54:23.154364+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:26.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:26 smithi143 bash[18601]: cluster 2024-05-03T10:54:25.154938+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:27.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:26 smithi008 bash[18503]: cluster 2024-05-03T10:54:25.154938+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:27.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:26 smithi008 bash[23571]: cluster 2024-05-03T10:54:25.154938+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:28.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:28 smithi143 bash[18601]: cluster 2024-05-03T10:54:27.155516+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:29.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:28 smithi008 bash[18503]: cluster 2024-05-03T10:54:27.155516+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:29.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:28 smithi008 bash[23571]: cluster 2024-05-03T10:54:27.155516+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:30.819 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:30 smithi143 bash[18601]: cluster 2024-05-03T10:54:29.156081+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:31.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:30 smithi008 bash[18503]: cluster 2024-05-03T10:54:29.156081+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:31.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:30 smithi008 bash[23571]: cluster 2024-05-03T10:54:29.156081+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:32.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:32 smithi143 bash[18601]: cluster 2024-05-03T10:54:31.156677+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:32.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:32 smithi143 bash[18601]: audit 2024-05-03T10:54:32.053337+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-05-03T10:54:32.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:32 smithi143 bash[18601]: audit 2024-05-03T10:54:32.055270+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:33.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:32 smithi008 bash[18503]: cluster 2024-05-03T10:54:31.156677+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:33.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:32 smithi008 bash[18503]: audit 2024-05-03T10:54:32.053337+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-05-03T10:54:33.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:32 smithi008 bash[18503]: audit 2024-05-03T10:54:32.055270+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:33.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:32 smithi008 bash[23571]: cluster 2024-05-03T10:54:31.156677+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:33.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:32 smithi008 bash[23571]: audit 2024-05-03T10:54:32.053337+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-05-03T10:54:33.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:32 smithi008 bash[23571]: audit 2024-05-03T10:54:32.055270+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:33.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:33 smithi143 bash[18601]: cephadm 2024-05-03T10:54:32.056818+0000 mgr.y (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.6 on smithi143 2024-05-03T10:54:34.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:33 smithi008 bash[18503]: cephadm 2024-05-03T10:54:32.056818+0000 mgr.y (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.6 on smithi143 2024-05-03T10:54:34.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:33 smithi008 bash[23571]: cephadm 2024-05-03T10:54:32.056818+0000 mgr.y (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.6 on smithi143 2024-05-03T10:54:34.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:34 smithi143 bash[18601]: cluster 2024-05-03T10:54:33.157235+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:35.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:34 smithi008 bash[18503]: cluster 2024-05-03T10:54:33.157235+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:35.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:34 smithi008 bash[23571]: cluster 2024-05-03T10:54:33.157235+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:35.745 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:35 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:35.746 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:54:35 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:35.746 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:54:35 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:35.746 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:54:35 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:36.010 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:35 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:36.011 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:54:35 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:36.011 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:54:35 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:36.011 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:54:35 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:54:36.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:36 smithi008 bash[18503]: cluster 2024-05-03T10:54:35.157785+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:36.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:36 smithi008 bash[18503]: audit 2024-05-03T10:54:36.051793+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:36.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:36 smithi008 bash[18503]: audit 2024-05-03T10:54:36.066909+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:54:36.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:36 smithi008 bash[18503]: audit 2024-05-03T10:54:36.070285+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:36.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:36 smithi008 bash[18503]: audit 2024-05-03T10:54:36.072469+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:54:36.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:36 smithi008 bash[23571]: cluster 2024-05-03T10:54:35.157785+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:36.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:36 smithi008 bash[23571]: audit 2024-05-03T10:54:36.051793+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:36.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:36 smithi008 bash[23571]: audit 2024-05-03T10:54:36.066909+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:54:36.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:36 smithi008 bash[23571]: audit 2024-05-03T10:54:36.070285+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:36.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:36 smithi008 bash[23571]: audit 2024-05-03T10:54:36.072469+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:54:36.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:36 smithi143 bash[18601]: cluster 2024-05-03T10:54:35.157785+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:36.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:36 smithi143 bash[18601]: audit 2024-05-03T10:54:36.051793+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:36.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:36 smithi143 bash[18601]: audit 2024-05-03T10:54:36.066909+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:54:36.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:36 smithi143 bash[18601]: audit 2024-05-03T10:54:36.070285+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:36.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:36 smithi143 bash[18601]: audit 2024-05-03T10:54:36.072469+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:54:38.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:38 smithi143 bash[18601]: cluster 2024-05-03T10:54:37.158399+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:39.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:38 smithi008 bash[18503]: cluster 2024-05-03T10:54:37.158399+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:39.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:38 smithi008 bash[23571]: cluster 2024-05-03T10:54:37.158399+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:40.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:40 smithi143 bash[18601]: cluster 2024-05-03T10:54:39.158921+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:40.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:40 smithi143 bash[18601]: audit 2024-05-03T10:54:39.225301+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:40.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:40 smithi143 bash[18601]: audit 2024-05-03T10:54:39.488695+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:40.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:40 smithi008 bash[18503]: cluster 2024-05-03T10:54:39.158921+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:40.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:40 smithi008 bash[18503]: audit 2024-05-03T10:54:39.225301+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:40.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:40 smithi008 bash[18503]: audit 2024-05-03T10:54:39.488695+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:40.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:40 smithi008 bash[23571]: cluster 2024-05-03T10:54:39.158921+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:40.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:40 smithi008 bash[23571]: audit 2024-05-03T10:54:39.225301+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:40.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:40 smithi008 bash[23571]: audit 2024-05-03T10:54:39.488695+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:42.408 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 6 on host 'smithi143' 2024-05-03T10:54:42.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:42 smithi008 bash[18503]: cluster 2024-05-03T10:54:41.159484+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:42.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:42 smithi008 bash[23571]: cluster 2024-05-03T10:54:41.159484+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:42.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:42 smithi143 bash[18601]: cluster 2024-05-03T10:54:41.159484+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:43.030 DEBUG:teuthology.orchestra.run.smithi143:osd.6> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.6.service 2024-05-03T10:54:43.032 INFO:tasks.cephadm:Deploying osd.7 on smithi143 with /dev/vg_nvme/lv_1... 2024-05-03T10:54:43.032 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-05-03T10:54:43.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:43 smithi143 bash[18601]: audit 2024-05-03T10:54:42.406733+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:43.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:43 smithi143 bash[18601]: audit 2024-05-03T10:54:42.415928+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:54:43.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:43 smithi143 bash[18601]: audit 2024-05-03T10:54:42.418785+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:43.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:43 smithi143 bash[18601]: audit 2024-05-03T10:54:42.420814+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:54:43.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:43 smithi143 bash[18601]: audit 2024-05-03T10:54:42.485772+0000 mon.a (mon.0) 516 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-03T10:54:43.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:43 smithi143 bash[18601]: audit 2024-05-03T10:54:42.485943+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.143:6816/2733142007,v1:172.21.15.143:6817/2733142007]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-03T10:54:43.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:43 smithi008 bash[18503]: audit 2024-05-03T10:54:42.406733+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:43.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:43 smithi008 bash[18503]: audit 2024-05-03T10:54:42.415928+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:54:43.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:43 smithi008 bash[18503]: audit 2024-05-03T10:54:42.418785+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:43.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:43 smithi008 bash[18503]: audit 2024-05-03T10:54:42.420814+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:54:43.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:43 smithi008 bash[18503]: audit 2024-05-03T10:54:42.485772+0000 mon.a (mon.0) 516 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-03T10:54:43.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:43 smithi008 bash[18503]: audit 2024-05-03T10:54:42.485943+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.143:6816/2733142007,v1:172.21.15.143:6817/2733142007]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-03T10:54:43.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:43 smithi008 bash[23571]: audit 2024-05-03T10:54:42.406733+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:43.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:43 smithi008 bash[23571]: audit 2024-05-03T10:54:42.415928+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:54:43.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:43 smithi008 bash[23571]: audit 2024-05-03T10:54:42.418785+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:43.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:43 smithi008 bash[23571]: audit 2024-05-03T10:54:42.420814+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:54:43.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:43 smithi008 bash[23571]: audit 2024-05-03T10:54:42.485772+0000 mon.a (mon.0) 516 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-03T10:54:43.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:43 smithi008 bash[23571]: audit 2024-05-03T10:54:42.485943+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.143:6816/2733142007,v1:172.21.15.143:6817/2733142007]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-03T10:54:44.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:44 smithi008 bash[18503]: cluster 2024-05-03T10:54:43.160043+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:44.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:44 smithi008 bash[18503]: audit 2024-05-03T10:54:43.418900+0000 mon.a (mon.0) 517 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-05-03T10:54:44.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:44 smithi008 bash[18503]: cluster 2024-05-03T10:54:43.419185+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-05-03T10:54:44.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:44 smithi008 bash[18503]: audit 2024-05-03T10:54:43.419571+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:44.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:44 smithi008 bash[18503]: audit 2024-05-03T10:54:43.421304+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.143:6816/2733142007,v1:172.21.15.143:6817/2733142007]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:54:44.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:44 smithi008 bash[18503]: audit 2024-05-03T10:54:43.421359+0000 mon.a (mon.0) 520 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:54:44.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:44 smithi008 bash[23571]: cluster 2024-05-03T10:54:43.160043+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:44.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:44 smithi008 bash[23571]: audit 2024-05-03T10:54:43.418900+0000 mon.a (mon.0) 517 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-05-03T10:54:44.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:44 smithi008 bash[23571]: cluster 2024-05-03T10:54:43.419185+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-05-03T10:54:44.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:44 smithi008 bash[23571]: audit 2024-05-03T10:54:43.419571+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:44.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:44 smithi008 bash[23571]: audit 2024-05-03T10:54:43.421304+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.143:6816/2733142007,v1:172.21.15.143:6817/2733142007]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:54:44.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:44 smithi008 bash[23571]: audit 2024-05-03T10:54:43.421359+0000 mon.a (mon.0) 520 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:54:44.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:44 smithi143 bash[18601]: cluster 2024-05-03T10:54:43.160043+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:44.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:44 smithi143 bash[18601]: audit 2024-05-03T10:54:43.418900+0000 mon.a (mon.0) 517 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-05-03T10:54:44.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:44 smithi143 bash[18601]: cluster 2024-05-03T10:54:43.419185+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-05-03T10:54:44.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:44 smithi143 bash[18601]: audit 2024-05-03T10:54:43.419571+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:44.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:44 smithi143 bash[18601]: audit 2024-05-03T10:54:43.421304+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.143:6816/2733142007,v1:172.21.15.143:6817/2733142007]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:54:44.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:44 smithi143 bash[18601]: audit 2024-05-03T10:54:43.421359+0000 mon.a (mon.0) 520 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:54:44.855 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:54:44 smithi143 bash[27489]: debug 2024-05-03T10:54:44.426+0000 7f5a66d20700 -1 osd.6 0 waiting for initial osdmap 2024-05-03T10:54:44.855 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:54:44 smithi143 bash[27489]: debug 2024-05-03T10:54:44.438+0000 7f5a62eba700 -1 osd.6 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-03T10:54:45.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:45 smithi008 bash[18503]: audit 2024-05-03T10:54:44.419773+0000 mon.a (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-05-03T10:54:45.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:45 smithi008 bash[18503]: cluster 2024-05-03T10:54:44.420047+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-05-03T10:54:45.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:45 smithi008 bash[18503]: audit 2024-05-03T10:54:44.420755+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:45.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:45 smithi008 bash[18503]: audit 2024-05-03T10:54:44.431331+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:45.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:45 smithi008 bash[23571]: audit 2024-05-03T10:54:44.419773+0000 mon.a (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-05-03T10:54:45.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:45 smithi008 bash[23571]: cluster 2024-05-03T10:54:44.420047+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-05-03T10:54:45.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:45 smithi008 bash[23571]: audit 2024-05-03T10:54:44.420755+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:45.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:45 smithi008 bash[23571]: audit 2024-05-03T10:54:44.431331+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:45.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:45 smithi143 bash[18601]: audit 2024-05-03T10:54:44.419773+0000 mon.a (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-05-03T10:54:45.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:45 smithi143 bash[18601]: cluster 2024-05-03T10:54:44.420047+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-05-03T10:54:45.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:45 smithi143 bash[18601]: audit 2024-05-03T10:54:44.420755+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:45.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:45 smithi143 bash[18601]: audit 2024-05-03T10:54:44.431331+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:46.563 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-05-03T10:54:46.563 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-05-03T10:54:46.563 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2024-05-03T10:54:46.563 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2024-05-03T10:54:46.563 INFO:teuthology.orchestra.run.smithi143.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0132943 s, 789 MB/s 2024-05-03T10:54:46.563 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2024-05-03T10:54:46.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:46 smithi143 bash[18601]: cluster 2024-05-03T10:54:43.454272+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:54:46.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:46 smithi143 bash[18601]: cluster 2024-05-03T10:54:43.454454+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:54:46.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:46 smithi143 bash[18601]: cluster 2024-05-03T10:54:45.160605+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:46.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:46 smithi143 bash[18601]: audit 2024-05-03T10:54:45.429648+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:46.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:46 smithi143 bash[18601]: cluster 2024-05-03T10:54:45.439034+0000 mon.a (mon.0) 526 : cluster [INF] osd.6 [v2:172.21.15.143:6816/2733142007,v1:172.21.15.143:6817/2733142007] boot 2024-05-03T10:54:46.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:46 smithi143 bash[18601]: cluster 2024-05-03T10:54:45.439212+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-05-03T10:54:46.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:46 smithi143 bash[18601]: audit 2024-05-03T10:54:45.439871+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:46.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:46 smithi143 bash[18601]: cluster 2024-05-03T10:54:46.267609+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-05-03T10:54:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:46 smithi008 bash[18503]: cluster 2024-05-03T10:54:43.454272+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:54:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:46 smithi008 bash[18503]: cluster 2024-05-03T10:54:43.454454+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:54:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:46 smithi008 bash[18503]: cluster 2024-05-03T10:54:45.160605+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:46 smithi008 bash[18503]: audit 2024-05-03T10:54:45.429648+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:46 smithi008 bash[18503]: cluster 2024-05-03T10:54:45.439034+0000 mon.a (mon.0) 526 : cluster [INF] osd.6 [v2:172.21.15.143:6816/2733142007,v1:172.21.15.143:6817/2733142007] boot 2024-05-03T10:54:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:46 smithi008 bash[18503]: cluster 2024-05-03T10:54:45.439212+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-05-03T10:54:46.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:46 smithi008 bash[18503]: audit 2024-05-03T10:54:45.439871+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:46.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:46 smithi008 bash[18503]: cluster 2024-05-03T10:54:46.267609+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-05-03T10:54:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:46 smithi008 bash[23571]: cluster 2024-05-03T10:54:43.454272+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:54:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:46 smithi008 bash[23571]: cluster 2024-05-03T10:54:43.454454+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:54:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:46 smithi008 bash[23571]: cluster 2024-05-03T10:54:45.160605+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-05-03T10:54:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:46 smithi008 bash[23571]: audit 2024-05-03T10:54:45.429648+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:46 smithi008 bash[23571]: cluster 2024-05-03T10:54:45.439034+0000 mon.a (mon.0) 526 : cluster [INF] osd.6 [v2:172.21.15.143:6816/2733142007,v1:172.21.15.143:6817/2733142007] boot 2024-05-03T10:54:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:46 smithi008 bash[23571]: cluster 2024-05-03T10:54:45.439212+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-05-03T10:54:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:46 smithi008 bash[23571]: audit 2024-05-03T10:54:45.439871+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:54:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:46 smithi008 bash[23571]: cluster 2024-05-03T10:54:46.267609+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-05-03T10:54:47.757 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi143:vg_nvme/lv_1 2024-05-03T10:54:48.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:48 smithi143 bash[18601]: cluster 2024-05-03T10:54:47.161181+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:54:48.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:48 smithi143 bash[18601]: cluster 2024-05-03T10:54:47.277595+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-05-03T10:54:48.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:48 smithi008 bash[23571]: cluster 2024-05-03T10:54:47.161181+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:54:48.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:48 smithi008 bash[23571]: cluster 2024-05-03T10:54:47.277595+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-05-03T10:54:48.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:48 smithi008 bash[18503]: cluster 2024-05-03T10:54:47.161181+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:54:48.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:48 smithi008 bash[18503]: cluster 2024-05-03T10:54:47.277595+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-05-03T10:54:49.518 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:54:49 smithi008 bash[18759]: debug 2024-05-03T10:54:49.124+0000 7f143d910700 -1 calc_pg_upmaps abort due to max <= 0 2024-05-03T10:54:49.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:49 smithi008 bash[18503]: cluster 2024-05-03T10:54:48.279325+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-05-03T10:54:49.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:49 smithi008 bash[18503]: audit 2024-05-03T10:54:49.170341+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:54:49.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:49 smithi008 bash[18503]: audit 2024-05-03T10:54:49.171511+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:54:49.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:49 smithi008 bash[23571]: cluster 2024-05-03T10:54:48.279325+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-05-03T10:54:49.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:49 smithi008 bash[23571]: audit 2024-05-03T10:54:49.170341+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:54:49.519 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:49 smithi008 bash[23571]: audit 2024-05-03T10:54:49.171511+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:54:49.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:49 smithi143 bash[18601]: cluster 2024-05-03T10:54:48.279325+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-05-03T10:54:49.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:49 smithi143 bash[18601]: audit 2024-05-03T10:54:49.170341+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:54:49.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:49 smithi143 bash[18601]: audit 2024-05-03T10:54:49.171511+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:54:50.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:50 smithi143 bash[18601]: cluster 2024-05-03T10:54:49.161763+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v190: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-05-03T10:54:50.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:50 smithi143 bash[18601]: cluster 2024-05-03T10:54:49.290248+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-05-03T10:54:50.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:50 smithi008 bash[18503]: cluster 2024-05-03T10:54:49.161763+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v190: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-05-03T10:54:50.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:50 smithi008 bash[18503]: cluster 2024-05-03T10:54:49.290248+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-05-03T10:54:50.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:50 smithi008 bash[23571]: cluster 2024-05-03T10:54:49.161763+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v190: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-05-03T10:54:50.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:50 smithi008 bash[23571]: cluster 2024-05-03T10:54:49.290248+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-05-03T10:54:51.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:51 smithi008 bash[18503]: cephadm 2024-05-03T10:54:50.402942+0000 mgr.y (mgr.14152) 203 : cephadm [INF] Detected new or changed devices on smithi143 2024-05-03T10:54:51.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:51 smithi008 bash[18503]: audit 2024-05-03T10:54:50.413457+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:51.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:51 smithi008 bash[18503]: audit 2024-05-03T10:54:50.415824+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:51.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:51 smithi008 bash[18503]: audit 2024-05-03T10:54:50.417689+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:51.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:51 smithi008 bash[18503]: audit 2024-05-03T10:54:50.419501+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:51.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:51 smithi008 bash[18503]: cephadm 2024-05-03T10:54:50.420940+0000 mgr.y (mgr.14152) 204 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 5755M 2024-05-03T10:54:51.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:51 smithi008 bash[18503]: audit 2024-05-03T10:54:50.429372+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:51.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:51 smithi008 bash[18503]: audit 2024-05-03T10:54:50.438829+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:51.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:51 smithi008 bash[18503]: audit 2024-05-03T10:54:51.012681+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:54:51.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:51 smithi008 bash[18503]: audit 2024-05-03T10:54:51.019282+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:54:51.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:51 smithi008 bash[18503]: audit 2024-05-03T10:54:51.021212+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:51.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:51 smithi008 bash[23571]: cephadm 2024-05-03T10:54:50.402942+0000 mgr.y (mgr.14152) 203 : cephadm [INF] Detected new or changed devices on smithi143 2024-05-03T10:54:51.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:51 smithi008 bash[23571]: audit 2024-05-03T10:54:50.413457+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:51.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:51 smithi008 bash[23571]: audit 2024-05-03T10:54:50.415824+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:51.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:51 smithi008 bash[23571]: audit 2024-05-03T10:54:50.417689+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:51.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:51 smithi008 bash[23571]: audit 2024-05-03T10:54:50.419501+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:51.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:51 smithi008 bash[23571]: cephadm 2024-05-03T10:54:50.420940+0000 mgr.y (mgr.14152) 204 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 5755M 2024-05-03T10:54:51.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:51 smithi008 bash[23571]: audit 2024-05-03T10:54:50.429372+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:51.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:51 smithi008 bash[23571]: audit 2024-05-03T10:54:50.438829+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:51.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:51 smithi008 bash[23571]: audit 2024-05-03T10:54:51.012681+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:54:51.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:51 smithi008 bash[23571]: audit 2024-05-03T10:54:51.019282+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:54:51.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:51 smithi008 bash[23571]: audit 2024-05-03T10:54:51.021212+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:51.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:51 smithi143 bash[18601]: cephadm 2024-05-03T10:54:50.402942+0000 mgr.y (mgr.14152) 203 : cephadm [INF] Detected new or changed devices on smithi143 2024-05-03T10:54:51.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:51 smithi143 bash[18601]: audit 2024-05-03T10:54:50.413457+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:51.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:51 smithi143 bash[18601]: audit 2024-05-03T10:54:50.415824+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:51.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:51 smithi143 bash[18601]: audit 2024-05-03T10:54:50.417689+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:51.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:51 smithi143 bash[18601]: audit 2024-05-03T10:54:50.419501+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:54:51.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:51 smithi143 bash[18601]: cephadm 2024-05-03T10:54:50.420940+0000 mgr.y (mgr.14152) 204 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 5755M 2024-05-03T10:54:51.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:51 smithi143 bash[18601]: audit 2024-05-03T10:54:50.429372+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:51.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:51 smithi143 bash[18601]: audit 2024-05-03T10:54:50.438829+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:54:51.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:51 smithi143 bash[18601]: audit 2024-05-03T10:54:51.012681+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-03T10:54:51.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:51 smithi143 bash[18601]: audit 2024-05-03T10:54:51.019282+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-03T10:54:51.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:51 smithi143 bash[18601]: audit 2024-05-03T10:54:51.021212+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:54:52.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:52 smithi008 bash[18503]: audit 2024-05-03T10:54:51.005849+0000 mgr.y (mgr.14152) 205 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:54:52.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:52 smithi008 bash[18503]: cluster 2024-05-03T10:54:51.162337+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v192: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-05-03T10:54:52.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:52 smithi008 bash[23571]: audit 2024-05-03T10:54:51.005849+0000 mgr.y (mgr.14152) 205 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:54:52.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:52 smithi008 bash[23571]: cluster 2024-05-03T10:54:51.162337+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v192: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-05-03T10:54:52.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:52 smithi143 bash[18601]: audit 2024-05-03T10:54:51.005849+0000 mgr.y (mgr.14152) 205 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:54:52.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:52 smithi143 bash[18601]: cluster 2024-05-03T10:54:51.162337+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v192: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-05-03T10:54:54.693 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:54 smithi143 bash[18601]: cluster 2024-05-03T10:54:53.162955+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-05-03T10:54:54.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:54 smithi008 bash[18503]: cluster 2024-05-03T10:54:53.162955+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-05-03T10:54:54.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:54 smithi008 bash[23571]: cluster 2024-05-03T10:54:53.162955+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-05-03T10:54:56.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:56 smithi008 bash[18503]: cluster 2024-05-03T10:54:55.163532+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-03T10:54:56.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:56 smithi008 bash[23571]: cluster 2024-05-03T10:54:55.163532+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-03T10:54:56.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:56 smithi143 bash[18601]: cluster 2024-05-03T10:54:55.163532+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-03T10:54:57.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:57 smithi008 bash[18503]: audit 2024-05-03T10:54:56.914590+0000 mon.a (mon.0) 544 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6387edb7-cf44-4c43-9a31-f194b4bfeb67"}]: dispatch 2024-05-03T10:54:57.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:57 smithi008 bash[18503]: audit 2024-05-03T10:54:56.914753+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.143:0/1811141456' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6387edb7-cf44-4c43-9a31-f194b4bfeb67"}]: dispatch 2024-05-03T10:54:57.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:57 smithi008 bash[18503]: audit 2024-05-03T10:54:56.923340+0000 mon.a (mon.0) 545 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6387edb7-cf44-4c43-9a31-f194b4bfeb67"}]': finished 2024-05-03T10:54:57.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:57 smithi008 bash[18503]: cluster 2024-05-03T10:54:56.923488+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-05-03T10:54:57.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:57 smithi008 bash[18503]: audit 2024-05-03T10:54:56.923788+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:54:57.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:57 smithi008 bash[23571]: audit 2024-05-03T10:54:56.914590+0000 mon.a (mon.0) 544 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6387edb7-cf44-4c43-9a31-f194b4bfeb67"}]: dispatch 2024-05-03T10:54:57.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:57 smithi008 bash[23571]: audit 2024-05-03T10:54:56.914753+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.143:0/1811141456' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6387edb7-cf44-4c43-9a31-f194b4bfeb67"}]: dispatch 2024-05-03T10:54:57.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:57 smithi008 bash[23571]: audit 2024-05-03T10:54:56.923340+0000 mon.a (mon.0) 545 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6387edb7-cf44-4c43-9a31-f194b4bfeb67"}]': finished 2024-05-03T10:54:57.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:57 smithi008 bash[23571]: cluster 2024-05-03T10:54:56.923488+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-05-03T10:54:57.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:57 smithi008 bash[23571]: audit 2024-05-03T10:54:56.923788+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:54:57.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:57 smithi143 bash[18601]: audit 2024-05-03T10:54:56.914590+0000 mon.a (mon.0) 544 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6387edb7-cf44-4c43-9a31-f194b4bfeb67"}]: dispatch 2024-05-03T10:54:57.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:57 smithi143 bash[18601]: audit 2024-05-03T10:54:56.914753+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.143:0/1811141456' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6387edb7-cf44-4c43-9a31-f194b4bfeb67"}]: dispatch 2024-05-03T10:54:57.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:57 smithi143 bash[18601]: audit 2024-05-03T10:54:56.923340+0000 mon.a (mon.0) 545 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6387edb7-cf44-4c43-9a31-f194b4bfeb67"}]': finished 2024-05-03T10:54:57.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:57 smithi143 bash[18601]: cluster 2024-05-03T10:54:56.923488+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-05-03T10:54:57.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:57 smithi143 bash[18601]: audit 2024-05-03T10:54:56.923788+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:54:58.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:58 smithi008 bash[18503]: cluster 2024-05-03T10:54:57.164076+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:54:58.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:54:58 smithi008 bash[18503]: audit 2024-05-03T10:54:57.633091+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.143:0/1405162149' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:54:58.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:58 smithi008 bash[23571]: cluster 2024-05-03T10:54:57.164076+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:54:58.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:54:58 smithi008 bash[23571]: audit 2024-05-03T10:54:57.633091+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.143:0/1405162149' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:54:58.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:58 smithi143 bash[18601]: cluster 2024-05-03T10:54:57.164076+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:54:58.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:54:58 smithi143 bash[18601]: audit 2024-05-03T10:54:57.633091+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.143:0/1405162149' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-03T10:55:00.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:00 smithi008 bash[23571]: cluster 2024-05-03T10:54:59.164659+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:00.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:00 smithi008 bash[18503]: cluster 2024-05-03T10:54:59.164659+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:00.835 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:00 smithi143 bash[18601]: cluster 2024-05-03T10:54:59.164659+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:02.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:02 smithi008 bash[18503]: cluster 2024-05-03T10:55:01.165226+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:02.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:02 smithi008 bash[23571]: cluster 2024-05-03T10:55:01.165226+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:02.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:02 smithi143 bash[18601]: cluster 2024-05-03T10:55:01.165226+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:04.695 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:04 smithi143 bash[18601]: cluster 2024-05-03T10:55:03.165853+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:04.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:04 smithi008 bash[18503]: cluster 2024-05-03T10:55:03.165853+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:04.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:04 smithi008 bash[23571]: cluster 2024-05-03T10:55:03.165853+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:06.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:06 smithi008 bash[18503]: cluster 2024-05-03T10:55:05.166422+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:06.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:06 smithi008 bash[23571]: cluster 2024-05-03T10:55:05.166422+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:06.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:06 smithi143 bash[18601]: cluster 2024-05-03T10:55:05.166422+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:07.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:07 smithi008 bash[23571]: audit 2024-05-03T10:55:07.147029+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-05-03T10:55:07.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:07 smithi008 bash[23571]: audit 2024-05-03T10:55:07.148931+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:07.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:07 smithi008 bash[18503]: audit 2024-05-03T10:55:07.147029+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-05-03T10:55:07.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:07 smithi008 bash[18503]: audit 2024-05-03T10:55:07.148931+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:07.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:07 smithi143 bash[18601]: audit 2024-05-03T10:55:07.147029+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-05-03T10:55:07.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:07 smithi143 bash[18601]: audit 2024-05-03T10:55:07.148931+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:08.561 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:08 smithi143 bash[18601]: cephadm 2024-05-03T10:55:07.150457+0000 mgr.y (mgr.14152) 214 : cephadm [INF] Deploying daemon osd.7 on smithi143 2024-05-03T10:55:08.561 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:08 smithi143 bash[18601]: cluster 2024-05-03T10:55:07.166978+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:08.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:08 smithi008 bash[18503]: cephadm 2024-05-03T10:55:07.150457+0000 mgr.y (mgr.14152) 214 : cephadm [INF] Deploying daemon osd.7 on smithi143 2024-05-03T10:55:08.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:08 smithi008 bash[18503]: cluster 2024-05-03T10:55:07.166978+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:08.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:08 smithi008 bash[23571]: cephadm 2024-05-03T10:55:07.150457+0000 mgr.y (mgr.14152) 214 : cephadm [INF] Deploying daemon osd.7 on smithi143 2024-05-03T10:55:08.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:08 smithi008 bash[23571]: cluster 2024-05-03T10:55:07.166978+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:10.748 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:10 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:55:10.748 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:55:10 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:55:10.749 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:55:10 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:55:10.749 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:55:10 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:55:10.749 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:10 smithi143 bash[18601]: cluster 2024-05-03T10:55:09.167545+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:10.749 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:10 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:55:10.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:10 smithi008 bash[23571]: cluster 2024-05-03T10:55:09.167545+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:10.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:10 smithi008 bash[18503]: cluster 2024-05-03T10:55:09.167545+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:11.013 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:10 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:55:11.014 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:10 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:55:11.014 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:55:10 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:55:11.014 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:55:10 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:55:11.014 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:55:10 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:55:11.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:11 smithi008 bash[18503]: audit 2024-05-03T10:55:11.023735+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:11.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:11 smithi008 bash[18503]: audit 2024-05-03T10:55:11.031930+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:11.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:11 smithi008 bash[18503]: audit 2024-05-03T10:55:11.034607+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:11.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:11 smithi008 bash[18503]: audit 2024-05-03T10:55:11.036877+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:55:11.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:11 smithi008 bash[23571]: audit 2024-05-03T10:55:11.023735+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:11.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:11 smithi008 bash[23571]: audit 2024-05-03T10:55:11.031930+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:11.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:11 smithi008 bash[23571]: audit 2024-05-03T10:55:11.034607+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:11.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:11 smithi008 bash[23571]: audit 2024-05-03T10:55:11.036877+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:55:11.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:11 smithi143 bash[18601]: audit 2024-05-03T10:55:11.023735+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:11.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:11 smithi143 bash[18601]: audit 2024-05-03T10:55:11.031930+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:11.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:11 smithi143 bash[18601]: audit 2024-05-03T10:55:11.034607+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:11.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:11 smithi143 bash[18601]: audit 2024-05-03T10:55:11.036877+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:55:12.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:12 smithi008 bash[23571]: cluster 2024-05-03T10:55:11.168153+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:12.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:12 smithi008 bash[18503]: cluster 2024-05-03T10:55:11.168153+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:12.777 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:12 smithi143 bash[18601]: cluster 2024-05-03T10:55:11.168153+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:14.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:14 smithi008 bash[18503]: cluster 2024-05-03T10:55:13.168737+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:14.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:14 smithi008 bash[18503]: audit 2024-05-03T10:55:14.275716+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:14.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:14 smithi008 bash[18503]: audit 2024-05-03T10:55:14.286605+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:14.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:14 smithi008 bash[23571]: cluster 2024-05-03T10:55:13.168737+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:14.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:14 smithi008 bash[23571]: audit 2024-05-03T10:55:14.275716+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:14.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:14 smithi008 bash[23571]: audit 2024-05-03T10:55:14.286605+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:14.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:14 smithi143 bash[18601]: cluster 2024-05-03T10:55:13.168737+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:14.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:14 smithi143 bash[18601]: audit 2024-05-03T10:55:14.275716+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:14.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:14 smithi143 bash[18601]: audit 2024-05-03T10:55:14.286605+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:16.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:16 smithi008 bash[18503]: cluster 2024-05-03T10:55:15.169263+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:16.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:16 smithi008 bash[23571]: cluster 2024-05-03T10:55:15.169263+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:16.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:16 smithi143 bash[18601]: cluster 2024-05-03T10:55:15.169263+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:17.185 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 7 on host 'smithi143' 2024-05-03T10:55:17.801 DEBUG:teuthology.orchestra.run.smithi143:osd.7> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.7.service 2024-05-03T10:55:17.804 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-05-03T10:55:17.804 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-03T10:55:18.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:18 smithi008 bash[18503]: cluster 2024-05-03T10:55:17.169985+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:18.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:18 smithi008 bash[18503]: audit 2024-05-03T10:55:17.184009+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:18.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:18 smithi008 bash[18503]: audit 2024-05-03T10:55:17.213921+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:18.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:18 smithi008 bash[18503]: audit 2024-05-03T10:55:17.216793+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:18.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:18 smithi008 bash[18503]: audit 2024-05-03T10:55:17.218659+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:55:18.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:18 smithi008 bash[18503]: audit 2024-05-03T10:55:17.624476+0000 mon.a (mon.0) 560 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-05-03T10:55:18.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:18 smithi008 bash[18503]: audit 2024-05-03T10:55:17.625043+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.143:6824/2466391929,v1:172.21.15.143:6825/2466391929]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-05-03T10:55:18.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:18 smithi008 bash[23571]: cluster 2024-05-03T10:55:17.169985+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:18.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:18 smithi008 bash[23571]: audit 2024-05-03T10:55:17.184009+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:18.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:18 smithi008 bash[23571]: audit 2024-05-03T10:55:17.213921+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:18.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:18 smithi008 bash[23571]: audit 2024-05-03T10:55:17.216793+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:18.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:18 smithi008 bash[23571]: audit 2024-05-03T10:55:17.218659+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:55:18.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:18 smithi008 bash[23571]: audit 2024-05-03T10:55:17.624476+0000 mon.a (mon.0) 560 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-05-03T10:55:18.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:18 smithi008 bash[23571]: audit 2024-05-03T10:55:17.625043+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.143:6824/2466391929,v1:172.21.15.143:6825/2466391929]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-05-03T10:55:18.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:18 smithi143 bash[18601]: cluster 2024-05-03T10:55:17.169985+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:18.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:18 smithi143 bash[18601]: audit 2024-05-03T10:55:17.184009+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:18.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:18 smithi143 bash[18601]: audit 2024-05-03T10:55:17.213921+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:18.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:18 smithi143 bash[18601]: audit 2024-05-03T10:55:17.216793+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:18.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:18 smithi143 bash[18601]: audit 2024-05-03T10:55:17.218659+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:55:18.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:18 smithi143 bash[18601]: audit 2024-05-03T10:55:17.624476+0000 mon.a (mon.0) 560 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-05-03T10:55:18.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:18 smithi143 bash[18601]: audit 2024-05-03T10:55:17.625043+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.143:6824/2466391929,v1:172.21.15.143:6825/2466391929]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-05-03T10:55:19.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:19 smithi008 bash[18503]: audit 2024-05-03T10:55:18.500914+0000 mon.a (mon.0) 561 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-05-03T10:55:19.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:19 smithi008 bash[18503]: cluster 2024-05-03T10:55:18.501000+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-05-03T10:55:19.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:19 smithi008 bash[18503]: audit 2024-05-03T10:55:18.501136+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:19.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:19 smithi008 bash[18503]: audit 2024-05-03T10:55:18.506054+0000 mon.a (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:55:19.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:19 smithi008 bash[18503]: audit 2024-05-03T10:55:18.506544+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.143:6824/2466391929,v1:172.21.15.143:6825/2466391929]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:55:19.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:19 smithi008 bash[23571]: audit 2024-05-03T10:55:18.500914+0000 mon.a (mon.0) 561 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-05-03T10:55:19.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:19 smithi008 bash[23571]: cluster 2024-05-03T10:55:18.501000+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-05-03T10:55:19.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:19 smithi008 bash[23571]: audit 2024-05-03T10:55:18.501136+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:19.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:19 smithi008 bash[23571]: audit 2024-05-03T10:55:18.506054+0000 mon.a (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:55:19.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:19 smithi008 bash[23571]: audit 2024-05-03T10:55:18.506544+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.143:6824/2466391929,v1:172.21.15.143:6825/2466391929]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:55:19.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:19 smithi143 bash[18601]: audit 2024-05-03T10:55:18.500914+0000 mon.a (mon.0) 561 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-05-03T10:55:19.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:19 smithi143 bash[18601]: cluster 2024-05-03T10:55:18.501000+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-05-03T10:55:19.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:19 smithi143 bash[18601]: audit 2024-05-03T10:55:18.501136+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:19.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:19 smithi143 bash[18601]: audit 2024-05-03T10:55:18.506054+0000 mon.a (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:55:19.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:19 smithi143 bash[18601]: audit 2024-05-03T10:55:18.506544+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.143:6824/2466391929,v1:172.21.15.143:6825/2466391929]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-05-03T10:55:19.854 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 10:55:19 smithi143 bash[30488]: debug 2024-05-03T10:55:19.514+0000 7f134465e700 -1 osd.7 0 waiting for initial osdmap 2024-05-03T10:55:19.854 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 10:55:19 smithi143 bash[30488]: debug 2024-05-03T10:55:19.530+0000 7f133fff7700 -1 osd.7 54 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-03T10:55:20.743 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-03T10:55:20.757 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:20 smithi008 bash[23571]: cluster 2024-05-03T10:55:19.170476+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:20.758 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:20 smithi008 bash[23571]: audit 2024-05-03T10:55:19.505236+0000 mon.a (mon.0) 565 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-05-03T10:55:20.758 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:20 smithi008 bash[23571]: cluster 2024-05-03T10:55:19.505445+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-05-03T10:55:20.758 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:20 smithi008 bash[23571]: audit 2024-05-03T10:55:19.506296+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:20.758 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:20 smithi008 bash[23571]: audit 2024-05-03T10:55:19.518081+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:20.758 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:20 smithi008 bash[23571]: cluster 2024-05-03T10:55:20.504633+0000 mon.a (mon.0) 569 : cluster [INF] osd.7 [v2:172.21.15.143:6824/2466391929,v1:172.21.15.143:6825/2466391929] boot 2024-05-03T10:55:20.758 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:20 smithi008 bash[23571]: cluster 2024-05-03T10:55:20.504680+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-05-03T10:55:20.758 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:20 smithi008 bash[23571]: audit 2024-05-03T10:55:20.504841+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:20.758 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:20 smithi008 bash[18503]: cluster 2024-05-03T10:55:19.170476+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:20.758 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:20 smithi008 bash[18503]: audit 2024-05-03T10:55:19.505236+0000 mon.a (mon.0) 565 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-05-03T10:55:20.758 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:20 smithi008 bash[18503]: cluster 2024-05-03T10:55:19.505445+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-05-03T10:55:20.759 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:20 smithi008 bash[18503]: audit 2024-05-03T10:55:19.506296+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:20.759 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:20 smithi008 bash[18503]: audit 2024-05-03T10:55:19.518081+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:20.759 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:20 smithi008 bash[18503]: cluster 2024-05-03T10:55:20.504633+0000 mon.a (mon.0) 569 : cluster [INF] osd.7 [v2:172.21.15.143:6824/2466391929,v1:172.21.15.143:6825/2466391929] boot 2024-05-03T10:55:20.759 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:20 smithi008 bash[18503]: cluster 2024-05-03T10:55:20.504680+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-05-03T10:55:20.759 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:20 smithi008 bash[18503]: audit 2024-05-03T10:55:20.504841+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:20.802 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:20 smithi143 bash[18601]: cluster 2024-05-03T10:55:19.170476+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-05-03T10:55:20.803 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:20 smithi143 bash[18601]: audit 2024-05-03T10:55:19.505236+0000 mon.a (mon.0) 565 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-05-03T10:55:20.803 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:20 smithi143 bash[18601]: cluster 2024-05-03T10:55:19.505445+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-05-03T10:55:20.803 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:20 smithi143 bash[18601]: audit 2024-05-03T10:55:19.506296+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:20.803 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:20 smithi143 bash[18601]: audit 2024-05-03T10:55:19.518081+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:20.803 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:20 smithi143 bash[18601]: cluster 2024-05-03T10:55:20.504633+0000 mon.a (mon.0) 569 : cluster [INF] osd.7 [v2:172.21.15.143:6824/2466391929,v1:172.21.15.143:6825/2466391929] boot 2024-05-03T10:55:20.803 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:20 smithi143 bash[18601]: cluster 2024-05-03T10:55:20.504680+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-05-03T10:55:20.803 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:20 smithi143 bash[18601]: audit 2024-05-03T10:55:20.504841+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:21.423 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1714733720,"num_in_osds":8,"osd_in_since":1714733696,"num_remapped_pgs":1} 2024-05-03T10:55:21.423 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-03T10:55:21.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:21 smithi008 bash[18503]: cluster 2024-05-03T10:55:18.628122+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:55:21.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:21 smithi008 bash[18503]: cluster 2024-05-03T10:55:18.628315+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:55:21.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:21 smithi008 bash[18503]: audit 2024-05-03T10:55:20.742911+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.8:0/1315225230' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-03T10:55:21.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:21 smithi008 bash[18503]: cluster 2024-05-03T10:55:21.279451+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-05-03T10:55:21.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:21 smithi008 bash[23571]: cluster 2024-05-03T10:55:18.628122+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:55:21.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:21 smithi008 bash[23571]: cluster 2024-05-03T10:55:18.628315+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:55:21.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:21 smithi008 bash[23571]: audit 2024-05-03T10:55:20.742911+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.8:0/1315225230' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-03T10:55:21.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:21 smithi008 bash[23571]: cluster 2024-05-03T10:55:21.279451+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-05-03T10:55:21.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:21 smithi143 bash[18601]: cluster 2024-05-03T10:55:18.628122+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-03T10:55:21.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:21 smithi143 bash[18601]: cluster 2024-05-03T10:55:18.628315+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-03T10:55:21.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:21 smithi143 bash[18601]: audit 2024-05-03T10:55:20.742911+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.8:0/1315225230' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-03T10:55:21.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:21 smithi143 bash[18601]: cluster 2024-05-03T10:55:21.279451+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-05-03T10:55:22.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:22 smithi143 bash[18601]: cluster 2024-05-03T10:55:21.171004+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:22.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:22 smithi143 bash[18601]: cluster 2024-05-03T10:55:22.289412+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-05-03T10:55:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:22 smithi008 bash[18503]: cluster 2024-05-03T10:55:21.171004+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:23.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:22 smithi008 bash[18503]: cluster 2024-05-03T10:55:22.289412+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-05-03T10:55:23.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:22 smithi008 bash[23571]: cluster 2024-05-03T10:55:21.171004+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:23.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:22 smithi008 bash[23571]: cluster 2024-05-03T10:55:22.289412+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-05-03T10:55:24.153 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:55:24.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:24 smithi008 bash[18503]: cluster 2024-05-03T10:55:23.171657+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v214: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-05-03T10:55:24.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:24 smithi008 bash[18503]: cluster 2024-05-03T10:55:23.291889+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-05-03T10:55:24.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:24 smithi008 bash[23571]: cluster 2024-05-03T10:55:23.171657+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v214: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-05-03T10:55:24.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:24 smithi008 bash[23571]: cluster 2024-05-03T10:55:23.291889+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-05-03T10:55:24.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:24 smithi143 bash[18601]: cluster 2024-05-03T10:55:23.171657+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v214: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-05-03T10:55:24.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:24 smithi143 bash[18601]: cluster 2024-05-03T10:55:23.291889+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-05-03T10:55:25.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:25 smithi143 bash[18601]: cephadm 2024-05-03T10:55:24.275040+0000 mgr.y (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi143 2024-05-03T10:55:25.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:25 smithi143 bash[18601]: audit 2024-05-03T10:55:24.288115+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:25.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:25 smithi143 bash[18601]: audit 2024-05-03T10:55:24.296430+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:55:25.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:25 smithi143 bash[18601]: cluster 2024-05-03T10:55:24.302824+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-05-03T10:55:25.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:25 smithi143 bash[18601]: audit 2024-05-03T10:55:24.303402+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:55:25.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:25 smithi143 bash[18601]: audit 2024-05-03T10:55:24.305624+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:55:25.604 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:25 smithi143 bash[18601]: audit 2024-05-03T10:55:24.307666+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:55:25.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:25 smithi143 bash[18601]: cephadm 2024-05-03T10:55:24.309124+0000 mgr.y (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 4316M 2024-05-03T10:55:25.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:25 smithi143 bash[18601]: audit 2024-05-03T10:55:24.317678+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:25.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:25 smithi143 bash[18601]: audit 2024-05-03T10:55:24.326399+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:25 smithi008 bash[18503]: cephadm 2024-05-03T10:55:24.275040+0000 mgr.y (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi143 2024-05-03T10:55:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:25 smithi008 bash[18503]: audit 2024-05-03T10:55:24.288115+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:25 smithi008 bash[18503]: audit 2024-05-03T10:55:24.296430+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:55:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:25 smithi008 bash[18503]: cluster 2024-05-03T10:55:24.302824+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-05-03T10:55:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:25 smithi008 bash[18503]: audit 2024-05-03T10:55:24.303402+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:55:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:25 smithi008 bash[18503]: audit 2024-05-03T10:55:24.305624+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:55:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:25 smithi008 bash[18503]: audit 2024-05-03T10:55:24.307666+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:55:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:25 smithi008 bash[18503]: cephadm 2024-05-03T10:55:24.309124+0000 mgr.y (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 4316M 2024-05-03T10:55:25.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:25 smithi008 bash[18503]: audit 2024-05-03T10:55:24.317678+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:25.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:25 smithi008 bash[18503]: audit 2024-05-03T10:55:24.326399+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:25.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:25 smithi008 bash[23571]: cephadm 2024-05-03T10:55:24.275040+0000 mgr.y (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi143 2024-05-03T10:55:25.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:25 smithi008 bash[23571]: audit 2024-05-03T10:55:24.288115+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:25.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:25 smithi008 bash[23571]: audit 2024-05-03T10:55:24.296430+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:55:25.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:25 smithi008 bash[23571]: cluster 2024-05-03T10:55:24.302824+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-05-03T10:55:25.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:25 smithi008 bash[23571]: audit 2024-05-03T10:55:24.303402+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:55:25.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:25 smithi008 bash[23571]: audit 2024-05-03T10:55:24.305624+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:55:25.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:25 smithi008 bash[23571]: audit 2024-05-03T10:55:24.307666+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-05-03T10:55:25.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:25 smithi008 bash[23571]: cephadm 2024-05-03T10:55:24.309124+0000 mgr.y (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 4316M 2024-05-03T10:55:25.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:25 smithi008 bash[23571]: audit 2024-05-03T10:55:24.317678+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:25.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:25 smithi008 bash[23571]: audit 2024-05-03T10:55:24.326399+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:26.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:26 smithi143 bash[18601]: cluster 2024-05-03T10:55:25.172233+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v217: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-05-03T10:55:26.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:26 smithi008 bash[18503]: cluster 2024-05-03T10:55:25.172233+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v217: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-05-03T10:55:26.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:26 smithi008 bash[23571]: cluster 2024-05-03T10:55:25.172233+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v217: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-05-03T10:55:26.840 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-03T10:55:26.840 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":59,"fsid":"92aee8a6-093a-11ef-bc97-c7b262605968","created":"2024-05-03T10:48:50.743275+0000","modified":"2024-05-03T10:55:24.289137+0000","last_up_change":"2024-05-03T10:55:20.500023+0000","last_in_change":"2024-05-03T10:54:56.915891+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-03T10:52:31.684026+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"85c9b602-cb1d-4633-be40-a625ca106973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":813811248},{"type":"v1","addr":"172.21.15.8:6803","nonce":813811248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":813811248},{"type":"v1","addr":"172.21.15.8:6805","nonce":813811248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":813811248},{"type":"v1","addr":"172.21.15.8:6809","nonce":813811248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":813811248},{"type":"v1","addr":"172.21.15.8:6807","nonce":813811248}]},"public_addr":"172.21.15.8:6803/813811248","cluster_addr":"172.21.15.8:6805/813811248","heartbeat_back_addr":"172.21.15.8:6809/813811248","heartbeat_front_addr":"172.21.15.8:6807/813811248","state":["exists","up"]},{"osd":1,"uuid":"5efc5b2f-cd3e-4c5d-b5d1-ecf1ca048f91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6810","nonce":1953788746},{"type":"v1","addr":"172.21.15.8:6811","nonce":1953788746}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":1953788746},{"type":"v1","addr":"172.21.15.8:6813","nonce":1953788746}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":1953788746},{"type":"v1","addr":"172.21.15.8:6817","nonce":1953788746}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":1953788746},{"type":"v1","addr":"172.21.15.8:6815","nonce":1953788746}]},"public_addr":"172.21.15.8:6811/1953788746","cluster_addr":"172.21.15.8:6813/1953788746","heartbeat_back_addr":"172.21.15.8:6817/1953788746","heartbeat_front_addr":"172.21.15.8:6815/1953788746","state":["exists","up"]},{"osd":2,"uuid":"b5434954-ad50-4035-b965-8765f0fe1c79","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.8:6818","nonce":2296268556},{"type":"v1","addr":"172.21.15.8:6819","nonce":2296268556}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":2296268556},{"type":"v1","addr":"172.21.15.8:6821","nonce":2296268556}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":2296268556},{"type":"v1","addr":"172.21.15.8:6825","nonce":2296268556}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":2296268556},{"type":"v1","addr":"172.21.15.8:6823","nonce":2296268556}]},"public_addr":"172.21.15.8:6819/2296268556","cluster_addr":"172.21.15.8:6821/2296268556","heartbeat_back_addr":"172.21.15.8:6825/2296268556","heartbeat_front_addr":"172.21.15.8:6823/2296268556","state":["exists","up"]},{"osd":3,"uuid":"a8613b40-10e0-4e06-b34e-36ab9bb6fda0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":2454079168},{"type":"v1","addr":"172.21.15.8:6827","nonce":2454079168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":2454079168},{"type":"v1","addr":"172.21.15.8:6829","nonce":2454079168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":2454079168},{"type":"v1","addr":"172.21.15.8:6833","nonce":2454079168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":2454079168},{"type":"v1","addr":"172.21.15.8:6831","nonce":2454079168}]},"public_addr":"172.21.15.8:6827/2454079168","cluster_addr":"172.21.15.8:6829/2454079168","heartbeat_back_addr":"172.21.15.8:6833/2454079168","heartbeat_front_addr":"172.21.15.8:6831/2454079168","state":["exists","up"]},{"osd":4,"uuid":"b0649bcc-860b-47e6-9553-6013733be217","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":345889192},{"type":"v1","addr":"172.21.15.143:6801","nonce":345889192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":345889192},{"type":"v1","addr":"172.21.15.143:6803","nonce":345889192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":345889192},{"type":"v1","addr":"172.21.15.143:6807","nonce":345889192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":345889192},{"type":"v1","addr":"172.21.15.143:6805","nonce":345889192}]},"public_addr":"172.21.15.143:6801/345889192","cluster_addr":"172.21.15.143:6803/345889192","heartbeat_back_addr":"172.21.15.143:6807/345889192","heartbeat_front_addr":"172.21.15.143:6805/345889192","state":["exists","up"]},{"osd":5,"uuid":"ab4774fd-b66e-4f0a-aed7-51f966d8f7e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":3810490036},{"type":"v1","addr":"172.21.15.143:6809","nonce":3810490036}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":3810490036},{"type":"v1","addr":"172.21.15.143:6811","nonce":3810490036}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":3810490036},{"type":"v1","addr":"172.21.15.143:6815","nonce":3810490036}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":3810490036},{"type":"v1","addr":"172.21.15.143:6813","nonce":3810490036}]},"public_addr":"172.21.15.143:6809/3810490036","cluster_addr":"172.21.15.143:6811/3810490036","heartbeat_back_addr":"172.21.15.143:6815/3810490036","heartbeat_front_addr":"172.21.15.143:6813/3810490036","state":["exists","up"]},{"osd":6,"uuid":"57abd3af-39cf-48cf-a294-1f0fb14f5935","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2733142007},{"type":"v1","addr":"172.21.15.143:6817","nonce":2733142007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":2733142007},{"type":"v1","addr":"172.21.15.143:6819","nonce":2733142007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":2733142007},{"type":"v1","addr":"172.21.15.143:6823","nonce":2733142007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":2733142007},{"type":"v1","addr":"172.21.15.143:6821","nonce":2733142007}]},"public_addr":"172.21.15.143:6817/2733142007","cluster_addr":"172.21.15.143:6819/2733142007","heartbeat_back_addr":"172.21.15.143:6823/2733142007","heartbeat_front_addr":"172.21.15.143:6821/2733142007","state":["exists","up"]},{"osd":7,"uuid":"6387edb7-cf44-4c43-9a31-f194b4bfeb67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":2466391929},{"type":"v1","addr":"172.21.15.143:6825","nonce":2466391929}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":2466391929},{"type":"v1","addr":"172.21.15.143:6827","nonce":2466391929}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":2466391929},{"type":"v1","addr":"172.21.15.143:6831","nonce":2466391929}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":2466391929},{"type":"v1","addr":"172.21.15.143:6829","nonce":2466391929}]},"public_addr":"172.21.15.143:6825/2466391929","cluster_addr":"172.21.15.143:6827/2466391929","heartbeat_back_addr":"172.21.15.143:6831/2466391929","heartbeat_front_addr":"172.21.15.143:6829/2466391929","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:51:20.629075+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:51:53.896756+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:52:27.969912+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:53:02.182970+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:53:34.556024+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:54:08.380656+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:54:43.454460+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:55:18.628321+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/4145330274":"2024-05-04T10:49:49.028529+0000","172.21.15.8:6801/929270807":"2024-05-04T10:49:49.028529+0000","172.21.15.8:6800/929270807":"2024-05-04T10:49:49.028529+0000","172.21.15.8:0/3901654837":"2024-05-04T10:49:20.620636+0000","172.21.15.8:0/2721445046":"2024-05-04T10:49:49.028529+0000","172.21.15.8:0/170777765":"2024-05-04T10:49:20.620636+0000","172.21.15.8:6800/1104324861":"2024-05-04T10:49:20.620636+0000","172.21.15.8:0/2105399581":"2024-05-04T10:49:49.028529+0000","172.21.15.8:0/3017782744":"2024-05-04T10:49:20.620636+0000","172.21.15.8:6801/1104324861":"2024-05-04T10:49:20.620636+0000"},"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-05-03T10:55:27.509 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-03T10:52:31.684026+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2024-05-03T10:55:27.510 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-03T10:55:27.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:27 smithi143 bash[18601]: audit 2024-05-03T10:55:26.838335+0000 mon.a (mon.0) 584 : audit [DBG] from='client.? 172.21.15.8:0/3191311231' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-03T10:55:27.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:27 smithi008 bash[18503]: audit 2024-05-03T10:55:26.838335+0000 mon.a (mon.0) 584 : audit [DBG] from='client.? 172.21.15.8:0/3191311231' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-03T10:55:27.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:27 smithi008 bash[23571]: audit 2024-05-03T10:55:26.838335+0000 mon.a (mon.0) 584 : audit [DBG] from='client.? 172.21.15.8:0/3191311231' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-03T10:55:28.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:28 smithi143 bash[18601]: cluster 2024-05-03T10:55:27.172842+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-03T10:55:28.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:28 smithi008 bash[23571]: cluster 2024-05-03T10:55:27.172842+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-03T10:55:28.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:28 smithi008 bash[18503]: cluster 2024-05-03T10:55:27.172842+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-03T10:55:30.236 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:55:30.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:30 smithi008 bash[18503]: cluster 2024-05-03T10:55:29.173449+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-03T10:55:30.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:30 smithi008 bash[23571]: cluster 2024-05-03T10:55:29.173449+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-03T10:55:30.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:30 smithi143 bash[18601]: cluster 2024-05-03T10:55:29.173449+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-03T10:55:32.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:32 smithi143 bash[18601]: cluster 2024-05-03T10:55:31.173955+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:32.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:32 smithi008 bash[18503]: cluster 2024-05-03T10:55:31.173955+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:32.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:32 smithi008 bash[23571]: cluster 2024-05-03T10:55:31.173955+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:32.897 INFO:teuthology.orchestra.run.smithi008.stdout:pg_num: 1 2024-05-03T10:55:33.587 INFO:tasks.cephadm:Adding prometheus.a on smithi143 2024-05-03T10:55:33.587 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch apply prometheus '1;smithi143=a' 2024-05-03T10:55:33.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:33 smithi143 bash[18601]: audit 2024-05-03T10:55:32.896967+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.8:0/3874585941' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-03T10:55:33.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:33 smithi008 bash[23571]: audit 2024-05-03T10:55:32.896967+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.8:0/3874585941' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-03T10:55:33.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:33 smithi008 bash[18503]: audit 2024-05-03T10:55:32.896967+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.8:0/3874585941' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-03T10:55:34.626 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:34 smithi143 bash[18601]: cluster 2024-05-03T10:55:33.174551+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:34.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:34 smithi008 bash[23571]: cluster 2024-05-03T10:55:33.174551+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:34.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:34 smithi008 bash[18503]: cluster 2024-05-03T10:55:33.174551+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:36.499 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled prometheus update... 2024-05-03T10:55:36.511 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:36 smithi143 bash[18601]: cluster 2024-05-03T10:55:35.175153+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:36.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:36 smithi008 bash[18503]: cluster 2024-05-03T10:55:35.175153+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:36.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:36 smithi008 bash[23571]: cluster 2024-05-03T10:55:35.175153+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:37.157 DEBUG:teuthology.orchestra.run.smithi143:prometheus.a> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@prometheus.a.service 2024-05-03T10:55:37.201 INFO:tasks.cephadm:Adding node-exporter.a on smithi008 2024-05-03T10:55:37.201 INFO:tasks.cephadm:Adding node-exporter.b on smithi143 2024-05-03T10:55:37.202 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch apply node-exporter '2;smithi008=a;smithi143=b' 2024-05-03T10:55:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:37 smithi008 bash[23571]: audit 2024-05-03T10:55:36.486929+0000 mgr.y (mgr.14152) 232 : audit [DBG] from='client.24293 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi143=a", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:55:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:37 smithi008 bash[23571]: cephadm 2024-05-03T10:55:36.490373+0000 mgr.y (mgr.14152) 233 : cephadm [INF] Saving service prometheus spec with placement smithi143=a;count:1 2024-05-03T10:55:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:37 smithi008 bash[23571]: audit 2024-05-03T10:55:36.498042+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:37 smithi008 bash[23571]: audit 2024-05-03T10:55:36.525164+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:37 smithi008 bash[23571]: audit 2024-05-03T10:55:36.527946+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:37 smithi008 bash[23571]: audit 2024-05-03T10:55:36.529817+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:55:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:37 smithi008 bash[23571]: audit 2024-05-03T10:55:36.830491+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:37 smithi008 bash[23571]: audit 2024-05-03T10:55:36.836983+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-03T10:55:37.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:37 smithi008 bash[18503]: audit 2024-05-03T10:55:36.486929+0000 mgr.y (mgr.14152) 232 : audit [DBG] from='client.24293 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi143=a", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:55:37.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:37 smithi008 bash[18503]: cephadm 2024-05-03T10:55:36.490373+0000 mgr.y (mgr.14152) 233 : cephadm [INF] Saving service prometheus spec with placement smithi143=a;count:1 2024-05-03T10:55:37.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:37 smithi008 bash[18503]: audit 2024-05-03T10:55:36.498042+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:37.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:37 smithi008 bash[18503]: audit 2024-05-03T10:55:36.525164+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:37.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:37 smithi008 bash[18503]: audit 2024-05-03T10:55:36.527946+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:37.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:37 smithi008 bash[18503]: audit 2024-05-03T10:55:36.529817+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:55:37.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:37 smithi008 bash[18503]: audit 2024-05-03T10:55:36.830491+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:37.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:37 smithi008 bash[18503]: audit 2024-05-03T10:55:36.836983+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-03T10:55:37.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:37 smithi143 bash[18601]: audit 2024-05-03T10:55:36.486929+0000 mgr.y (mgr.14152) 232 : audit [DBG] from='client.24293 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi143=a", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:55:37.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:37 smithi143 bash[18601]: cephadm 2024-05-03T10:55:36.490373+0000 mgr.y (mgr.14152) 233 : cephadm [INF] Saving service prometheus spec with placement smithi143=a;count:1 2024-05-03T10:55:37.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:37 smithi143 bash[18601]: audit 2024-05-03T10:55:36.498042+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:37.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:37 smithi143 bash[18601]: audit 2024-05-03T10:55:36.525164+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:37.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:37 smithi143 bash[18601]: audit 2024-05-03T10:55:36.527946+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:37.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:37 smithi143 bash[18601]: audit 2024-05-03T10:55:36.529817+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:55:37.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:37 smithi143 bash[18601]: audit 2024-05-03T10:55:36.830491+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' 2024-05-03T10:55:37.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:37 smithi143 bash[18601]: audit 2024-05-03T10:55:36.836983+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-03T10:55:38.241 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:37 smithi143 bash[19278]: ignoring --setuser ceph since I am not root 2024-05-03T10:55:38.241 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:37 smithi143 bash[19278]: ignoring --setgroup ceph since I am not root 2024-05-03T10:55:38.241 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:37 smithi143 bash[19278]: debug 2024-05-03T10:55:37.922+0000 7f2febefe700 1 -- 172.21.15.143:0/3918241624 <== mon.2 v2:172.21.15.143:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a55ca7a340 con 0x55a55d7f6400 2024-05-03T10:55:38.241 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:38 smithi143 bash[19278]: debug 2024-05-03T10:55:38.070+0000 7f2ff495a000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-03T10:55:38.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:37 smithi008 bash[18759]: ignoring --setuser ceph since I am not root 2024-05-03T10:55:38.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:37 smithi008 bash[18759]: ignoring --setgroup ceph since I am not root 2024-05-03T10:55:38.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:37 smithi008 bash[18759]: debug 2024-05-03T10:55:37.891+0000 7f7d90020700 1 -- 172.21.15.8:0/167994803 <== mon.1 v2:172.21.15.8:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55928133a340 con 0x5592820b6800 2024-05-03T10:55:38.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:38 smithi008 bash[18759]: debug 2024-05-03T10:55:38.035+0000 7f7d98a7c000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-03T10:55:38.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:38 smithi008 bash[18503]: cluster 2024-05-03T10:55:37.175705+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:38.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:38 smithi008 bash[18503]: audit 2024-05-03T10:55:37.846500+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-03T10:55:38.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:38 smithi008 bash[18503]: cluster 2024-05-03T10:55:37.846600+0000 mon.a (mon.0) 592 : cluster [DBG] mgrmap e16: y(active, since 5m), standbys: x 2024-05-03T10:55:38.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:38 smithi008 bash[23571]: cluster 2024-05-03T10:55:37.175705+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:38.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:38 smithi008 bash[23571]: audit 2024-05-03T10:55:37.846500+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-03T10:55:38.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:38 smithi008 bash[23571]: cluster 2024-05-03T10:55:37.846600+0000 mon.a (mon.0) 592 : cluster [DBG] mgrmap e16: y(active, since 5m), standbys: x 2024-05-03T10:55:38.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:38 smithi143 bash[18601]: cluster 2024-05-03T10:55:37.175705+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:38 smithi143 bash[18601]: audit 2024-05-03T10:55:37.846500+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.8:0/1891107811' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-03T10:55:38.855 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:38 smithi143 bash[18601]: cluster 2024-05-03T10:55:37.846600+0000 mon.a (mon.0) 592 : cluster [DBG] mgrmap e16: y(active, since 5m), standbys: x 2024-05-03T10:55:39.960 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:39 smithi143 bash[19278]: debug 2024-05-03T10:55:39.610+0000 7f2ff495a000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-03T10:55:39.960 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:39 smithi143 bash[19278]: debug 2024-05-03T10:55:39.706+0000 7f2ff495a000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-03T10:55:39.961 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:39 smithi008 bash[18759]: debug 2024-05-03T10:55:39.607+0000 7f7d98a7c000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-03T10:55:39.961 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:39 smithi008 bash[18759]: debug 2024-05-03T10:55:39.707+0000 7f7d98a7c000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-03T10:55:40.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:39 smithi008 bash[18759]: debug 2024-05-03T10:55:39.955+0000 7f7d98a7c000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-03T10:55:40.828 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:40 smithi008 bash[18759]: debug 2024-05-03T10:55:40.711+0000 7f7d98a7c000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-03T10:55:41.004 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:39 smithi143 bash[19278]: debug 2024-05-03T10:55:39.958+0000 7f2ff495a000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-03T10:55:41.004 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:40 smithi143 bash[19278]: debug 2024-05-03T10:55:40.686+0000 7f2ff495a000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-03T10:55:41.004 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:40 smithi143 bash[19278]: debug 2024-05-03T10:55:40.790+0000 7f2ff495a000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-03T10:55:41.004 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:40 smithi143 bash[19278]: debug 2024-05-03T10:55:40.890+0000 7f2ff495a000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-03T10:55:41.004 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:41 smithi143 bash[19278]: debug 2024-05-03T10:55:40.998+0000 7f2ff495a000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-03T10:55:41.017 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:40 smithi008 bash[18759]: debug 2024-05-03T10:55:40.823+0000 7f7d98a7c000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-03T10:55:41.017 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:40 smithi008 bash[18759]: debug 2024-05-03T10:55:40.927+0000 7f7d98a7c000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-03T10:55:41.353 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:41 smithi143 bash[19278]: debug 2024-05-03T10:55:41.210+0000 7f2ff495a000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-03T10:55:41.517 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:41 smithi008 bash[18759]: debug 2024-05-03T10:55:41.043+0000 7f7d98a7c000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-03T10:55:41.517 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:41 smithi008 bash[18759]: debug 2024-05-03T10:55:41.255+0000 7f7d98a7c000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-03T10:55:41.764 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:41 smithi143 bash[19278]: debug 2024-05-03T10:55:41.482+0000 7f2ff495a000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-03T10:55:41.764 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:41 smithi143 bash[19278]: debug 2024-05-03T10:55:41.582+0000 7f2ff495a000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-03T10:55:41.838 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:41 smithi008 bash[18759]: debug 2024-05-03T10:55:41.543+0000 7f7d98a7c000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-03T10:55:41.838 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:41 smithi008 bash[18759]: debug 2024-05-03T10:55:41.647+0000 7f7d98a7c000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-03T10:55:42.089 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:41 smithi008 bash[18759]: debug 2024-05-03T10:55:41.835+0000 7f7d98a7c000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-03T10:55:42.103 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:41 smithi143 bash[19278]: debug 2024-05-03T10:55:41.762+0000 7f2ff495a000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-03T10:55:42.103 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:42 smithi143 bash[19278]: debug 2024-05-03T10:55:42.006+0000 7f2ff495a000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-03T10:55:42.368 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:42 smithi008 bash[18759]: debug 2024-05-03T10:55:42.083+0000 7f7d98a7c000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-03T10:55:42.603 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:42 smithi143 bash[19278]: debug 2024-05-03T10:55:42.274+0000 7f2ff495a000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-03T10:55:42.603 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:42 smithi143 bash[19278]: debug 2024-05-03T10:55:42.434+0000 7f2ff495a000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-03T10:55:42.767 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:42 smithi008 bash[18759]: debug 2024-05-03T10:55:42.363+0000 7f7d98a7c000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-03T10:55:42.767 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:42 smithi008 bash[18759]: debug 2024-05-03T10:55:42.531+0000 7f7d98a7c000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-03T10:55:43.103 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:42 smithi143 bash[19278]: debug 2024-05-03T10:55:42.662+0000 7f2ff495a000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-03T10:55:43.103 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:42 smithi143 bash[19278]: debug 2024-05-03T10:55:42.778+0000 7f2ff495a000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-03T10:55:43.244 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:42 smithi008 bash[18759]: debug 2024-05-03T10:55:42.775+0000 7f7d98a7c000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-03T10:55:43.244 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:42 smithi008 bash[18759]: debug 2024-05-03T10:55:42.895+0000 7f7d98a7c000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-03T10:55:43.603 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:43 smithi143 bash[19278]: debug 2024-05-03T10:55:43.114+0000 7f2ff495a000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-03T10:55:44.103 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:43 smithi143 bash[19278]: debug 2024-05-03T10:55:43.830+0000 7f2ff495a000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-03T10:55:44.103 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:43 smithi143 bash[19278]: debug 2024-05-03T10:55:43.942+0000 7f2ff495a000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-03T10:55:44.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:43 smithi008 bash[18759]: debug 2024-05-03T10:55:43.239+0000 7f7d98a7c000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-03T10:55:44.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:43 smithi008 bash[18759]: debug 2024-05-03T10:55:43.991+0000 7f7d98a7c000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-03T10:55:44.268 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:44 smithi008 bash[18759]: debug 2024-05-03T10:55:44.111+0000 7f7d98a7c000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-03T10:55:44.475 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:44 smithi143 bash[19278]: debug 2024-05-03T10:55:44.146+0000 7f2ff495a000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-03T10:55:44.658 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:44 smithi008 bash[18759]: debug 2024-05-03T10:55:44.323+0000 7f7d98a7c000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-03T10:55:44.843 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:44 smithi143 bash[19278]: debug 2024-05-03T10:55:44.470+0000 7f2ff495a000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-03T10:55:45.017 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:44 smithi008 bash[18759]: debug 2024-05-03T10:55:44.651+0000 7f7d98a7c000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-03T10:55:45.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:45 smithi143 bash[18601]: cluster 2024-05-03T10:55:44.978198+0000 mon.a (mon.0) 593 : cluster [DBG] Standby manager daemon x restarted 2024-05-03T10:55:45.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:45 smithi143 bash[18601]: cluster 2024-05-03T10:55:44.978332+0000 mon.a (mon.0) 594 : cluster [DBG] Standby manager daemon x started 2024-05-03T10:55:45.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:45 smithi143 bash[18601]: audit 2024-05-03T10:55:44.984309+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.143:0/3068435652' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-05-03T10:55:45.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:45 smithi143 bash[18601]: audit 2024-05-03T10:55:44.986425+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.143:0/3068435652' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-03T10:55:45.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:45 smithi143 bash[18601]: audit 2024-05-03T10:55:44.990478+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.143:0/3068435652' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-05-03T10:55:45.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:45 smithi143 bash[18601]: audit 2024-05-03T10:55:44.991234+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.143:0/3068435652' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-03T10:55:45.104 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:44 smithi143 bash[19278]: debug 2024-05-03T10:55:44.838+0000 7f2ff495a000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-03T10:55:45.104 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:44 smithi143 bash[19278]: debug 2024-05-03T10:55:44.954+0000 7f2ff495a000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-03T10:55:45.104 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:44 smithi143 bash[19278]: [03/May/2024:10:55:44] ENGINE Bus STARTING 2024-05-03T10:55:45.104 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:45 smithi143 bash[19278]: CherryPy Checker: 2024-05-03T10:55:45.104 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:45 smithi143 bash[19278]: The Application mounted at '' has an empty config. 2024-05-03T10:55:45.104 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:45 smithi143 bash[19278]: [03/May/2024:10:55:45] ENGINE Serving on http://:::9283 2024-05-03T10:55:45.104 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:55:45 smithi143 bash[19278]: [03/May/2024:10:55:45] ENGINE Bus STARTED 2024-05-03T10:55:45.517 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:45 smithi008 bash[18759]: debug 2024-05-03T10:55:45.043+0000 7f7d98a7c000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-03T10:55:45.517 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:45 smithi008 bash[18759]: debug 2024-05-03T10:55:45.163+0000 7f7d98a7c000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-03T10:55:45.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:45 smithi008 bash[23571]: cluster 2024-05-03T10:55:44.978198+0000 mon.a (mon.0) 593 : cluster [DBG] Standby manager daemon x restarted 2024-05-03T10:55:45.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:45 smithi008 bash[23571]: cluster 2024-05-03T10:55:44.978332+0000 mon.a (mon.0) 594 : cluster [DBG] Standby manager daemon x started 2024-05-03T10:55:45.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:45 smithi008 bash[23571]: audit 2024-05-03T10:55:44.984309+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.143:0/3068435652' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-05-03T10:55:45.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:45 smithi008 bash[23571]: audit 2024-05-03T10:55:44.986425+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.143:0/3068435652' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-03T10:55:45.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:45 smithi008 bash[23571]: audit 2024-05-03T10:55:44.990478+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.143:0/3068435652' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-05-03T10:55:45.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:45 smithi008 bash[23571]: audit 2024-05-03T10:55:44.991234+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.143:0/3068435652' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-03T10:55:45.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:45 smithi008 bash[18503]: cluster 2024-05-03T10:55:44.978198+0000 mon.a (mon.0) 593 : cluster [DBG] Standby manager daemon x restarted 2024-05-03T10:55:45.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:45 smithi008 bash[18503]: cluster 2024-05-03T10:55:44.978332+0000 mon.a (mon.0) 594 : cluster [DBG] Standby manager daemon x started 2024-05-03T10:55:45.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:45 smithi008 bash[18503]: audit 2024-05-03T10:55:44.984309+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.143:0/3068435652' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-05-03T10:55:45.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:45 smithi008 bash[18503]: audit 2024-05-03T10:55:44.986425+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.143:0/3068435652' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-03T10:55:45.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:45 smithi008 bash[18503]: audit 2024-05-03T10:55:44.990478+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.143:0/3068435652' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-05-03T10:55:45.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:45 smithi008 bash[18503]: audit 2024-05-03T10:55:44.991234+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.143:0/3068435652' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-03T10:55:46.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:46 smithi143 bash[18601]: cluster 2024-05-03T10:55:45.040538+0000 mon.a (mon.0) 595 : cluster [DBG] mgrmap e17: y(active, since 5m), standbys: x 2024-05-03T10:55:46.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:46 smithi143 bash[18601]: cluster 2024-05-03T10:55:45.189062+0000 mon.a (mon.0) 596 : cluster [INF] Active manager daemon y restarted 2024-05-03T10:55:46.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:46 smithi143 bash[18601]: cluster 2024-05-03T10:55:45.189883+0000 mon.a (mon.0) 597 : cluster [INF] Activating manager daemon y 2024-05-03T10:55:46.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:46 smithi143 bash[18601]: cluster 2024-05-03T10:55:45.195777+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-05-03T10:55:46.374 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:46 smithi008 bash[23571]: cluster 2024-05-03T10:55:45.040538+0000 mon.a (mon.0) 595 : cluster [DBG] mgrmap e17: y(active, since 5m), standbys: x 2024-05-03T10:55:46.374 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:46 smithi008 bash[23571]: cluster 2024-05-03T10:55:45.189062+0000 mon.a (mon.0) 596 : cluster [INF] Active manager daemon y restarted 2024-05-03T10:55:46.374 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:46 smithi008 bash[23571]: cluster 2024-05-03T10:55:45.189883+0000 mon.a (mon.0) 597 : cluster [INF] Activating manager daemon y 2024-05-03T10:55:46.374 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:46 smithi008 bash[23571]: cluster 2024-05-03T10:55:45.195777+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-05-03T10:55:46.374 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:46 smithi008 bash[18759]: [03/May/2024:10:55:46] ENGINE Bus STARTING 2024-05-03T10:55:46.374 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:46 smithi008 bash[18759]: CherryPy Checker: 2024-05-03T10:55:46.374 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:46 smithi008 bash[18759]: The Application mounted at '' has an empty config. 2024-05-03T10:55:46.374 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:46 smithi008 bash[18759]: [03/May/2024:10:55:46] ENGINE Serving on http://:::9283 2024-05-03T10:55:46.375 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:46 smithi008 bash[18759]: [03/May/2024:10:55:46] ENGINE Bus STARTED 2024-05-03T10:55:46.375 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:46 smithi008 bash[18503]: cluster 2024-05-03T10:55:45.040538+0000 mon.a (mon.0) 595 : cluster [DBG] mgrmap e17: y(active, since 5m), standbys: x 2024-05-03T10:55:46.375 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:46 smithi008 bash[18503]: cluster 2024-05-03T10:55:45.189062+0000 mon.a (mon.0) 596 : cluster [INF] Active manager daemon y restarted 2024-05-03T10:55:46.375 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:46 smithi008 bash[18503]: cluster 2024-05-03T10:55:45.189883+0000 mon.a (mon.0) 597 : cluster [INF] Activating manager daemon y 2024-05-03T10:55:46.375 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:46 smithi008 bash[18503]: cluster 2024-05-03T10:55:45.195777+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-05-03T10:55:47.109 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled node-exporter update... 2024-05-03T10:55:47.314 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: cluster 2024-05-03T10:55:46.056132+0000 mon.a (mon.0) 599 : cluster [DBG] mgrmap e18: y(active, starting, since 0.866327s), standbys: x 2024-05-03T10:55:47.314 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.067390+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:55:47.314 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.067904+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:55:47.314 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.068481+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:55:47.314 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.069073+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-05-03T10:55:47.314 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.069623+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-05-03T10:55:47.314 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.070221+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:55:47.314 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.070933+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:55:47.314 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.071616+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:55:47.314 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.072265+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:55:47.314 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.072950+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:55:47.315 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.073696+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:55:47.315 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.074373+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:55:47.315 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.075107+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:47.315 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.075798+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-03T10:55:47.315 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.076358+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-03T10:55:47.315 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.077678+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-03T10:55:47.315 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: cluster 2024-05-03T10:55:46.110316+0000 mon.a (mon.0) 600 : cluster [INF] Manager daemon y is now available 2024-05-03T10:55:47.315 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.138914+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:47.315 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.140393+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:47.315 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.143592+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:47.315 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.145057+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:55:47.315 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.157800+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:47.316 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.172900+0000 mon.c (mon.1) 34 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:55:47.316 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.173370+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:55:47.316 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.179139+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:55:47.316 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:47 smithi143 bash[18601]: audit 2024-05-03T10:55:46.179563+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:55:47.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: cluster 2024-05-03T10:55:46.056132+0000 mon.a (mon.0) 599 : cluster [DBG] mgrmap e18: y(active, starting, since 0.866327s), standbys: x 2024-05-03T10:55:47.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.067390+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:55:47.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.067904+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:55:47.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.068481+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:55:47.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.069073+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-05-03T10:55:47.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.069623+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.070221+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.070933+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.071616+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.072265+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.072950+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.073696+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.074373+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.075107+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.075798+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.076358+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.077678+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: cluster 2024-05-03T10:55:46.110316+0000 mon.a (mon.0) 600 : cluster [INF] Manager daemon y is now available 2024-05-03T10:55:47.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.138914+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:47.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: cluster 2024-05-03T10:55:46.056132+0000 mon.a (mon.0) 599 : cluster [DBG] mgrmap e18: y(active, starting, since 0.866327s), standbys: x 2024-05-03T10:55:47.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.067390+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-03T10:55:47.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.067904+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-03T10:55:47.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.068481+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-03T10:55:47.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.069073+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-05-03T10:55:47.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.069623+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-05-03T10:55:47.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.070221+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-03T10:55:47.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.070933+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-03T10:55:47.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.071616+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-03T10:55:47.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.072265+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-03T10:55:47.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.072950+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-03T10:55:47.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.073696+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-03T10:55:47.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.074373+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-03T10:55:47.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.075107+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-03T10:55:47.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.075798+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-03T10:55:47.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.076358+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-03T10:55:47.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.077678+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-03T10:55:47.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: cluster 2024-05-03T10:55:46.110316+0000 mon.a (mon.0) 600 : cluster [INF] Manager daemon y is now available 2024-05-03T10:55:47.521 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.138914+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:47.521 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.140393+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:47.521 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.143592+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:47.521 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.145057+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:55:47.522 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.157800+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:47.522 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.172900+0000 mon.c (mon.1) 34 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:55:47.522 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.173370+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:55:47.522 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.179139+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:55:47.522 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:47 smithi008 bash[18503]: audit 2024-05-03T10:55:46.179563+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:55:47.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.140393+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:55:47.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.143592+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:55:47.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.145057+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:55:47.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.157800+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:47.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.172900+0000 mon.c (mon.1) 34 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:55:47.522 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.173370+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:55:47.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.179139+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:55:47.523 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:47 smithi008 bash[23571]: audit 2024-05-03T10:55:46.179563+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:55:47.881 DEBUG:teuthology.orchestra.run.smithi008:node-exporter.a> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@node-exporter.a.service 2024-05-03T10:55:47.884 DEBUG:teuthology.orchestra.run.smithi143:node-exporter.b> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@node-exporter.b.service 2024-05-03T10:55:47.887 INFO:tasks.cephadm:Adding alertmanager.a on smithi008 2024-05-03T10:55:47.887 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch apply alertmanager '1;smithi008=a' 2024-05-03T10:55:48.017 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:47 smithi008 bash[18759]: [03/May/2024:10:55:47] ENGINE Bus STARTING 2024-05-03T10:55:48.017 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:47 smithi008 bash[18759]: [03/May/2024:10:55:47] ENGINE Serving on https://172.21.15.8:7150 2024-05-03T10:55:48.018 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:55:47 smithi008 bash[18759]: [03/May/2024:10:55:47] ENGINE Bus STARTED 2024-05-03T10:55:48.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:48 smithi008 bash[18503]: cluster 2024-05-03T10:55:47.089710+0000 mon.a (mon.0) 604 : cluster [DBG] mgrmap e19: y(active, since 1.8999s), standbys: x 2024-05-03T10:55:48.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:48 smithi008 bash[18503]: cephadm 2024-05-03T10:55:47.099869+0000 mgr.y (mgr.14388) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi008=a;smithi143=b;count:2 2024-05-03T10:55:48.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:48 smithi008 bash[18503]: cluster 2024-05-03T10:55:47.103339+0000 mgr.y (mgr.14388) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:48.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:48 smithi008 bash[18503]: audit 2024-05-03T10:55:47.107578+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:48.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:48 smithi008 bash[18503]: cephadm 2024-05-03T10:55:47.659212+0000 mgr.y (mgr.14388) 4 : cephadm [INF] [03/May/2024:10:55:47] ENGINE Bus STARTING 2024-05-03T10:55:48.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:48 smithi008 bash[18503]: cephadm 2024-05-03T10:55:47.780174+0000 mgr.y (mgr.14388) 5 : cephadm [INF] [03/May/2024:10:55:47] ENGINE Serving on https://172.21.15.8:7150 2024-05-03T10:55:48.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:48 smithi008 bash[18503]: cephadm 2024-05-03T10:55:47.780405+0000 mgr.y (mgr.14388) 6 : cephadm [INF] [03/May/2024:10:55:47] ENGINE Bus STARTED 2024-05-03T10:55:48.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:48 smithi008 bash[18503]: audit 2024-05-03T10:55:47.789375+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:48.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:48 smithi008 bash[23571]: cluster 2024-05-03T10:55:47.089710+0000 mon.a (mon.0) 604 : cluster [DBG] mgrmap e19: y(active, since 1.8999s), standbys: x 2024-05-03T10:55:48.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:48 smithi008 bash[23571]: cephadm 2024-05-03T10:55:47.099869+0000 mgr.y (mgr.14388) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi008=a;smithi143=b;count:2 2024-05-03T10:55:48.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:48 smithi008 bash[23571]: cluster 2024-05-03T10:55:47.103339+0000 mgr.y (mgr.14388) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:48.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:48 smithi008 bash[23571]: audit 2024-05-03T10:55:47.107578+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:48.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:48 smithi008 bash[23571]: cephadm 2024-05-03T10:55:47.659212+0000 mgr.y (mgr.14388) 4 : cephadm [INF] [03/May/2024:10:55:47] ENGINE Bus STARTING 2024-05-03T10:55:48.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:48 smithi008 bash[23571]: cephadm 2024-05-03T10:55:47.780174+0000 mgr.y (mgr.14388) 5 : cephadm [INF] [03/May/2024:10:55:47] ENGINE Serving on https://172.21.15.8:7150 2024-05-03T10:55:48.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:48 smithi008 bash[23571]: cephadm 2024-05-03T10:55:47.780405+0000 mgr.y (mgr.14388) 6 : cephadm [INF] [03/May/2024:10:55:47] ENGINE Bus STARTED 2024-05-03T10:55:48.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:48 smithi008 bash[23571]: audit 2024-05-03T10:55:47.789375+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:48.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:48 smithi143 bash[18601]: cluster 2024-05-03T10:55:47.089710+0000 mon.a (mon.0) 604 : cluster [DBG] mgrmap e19: y(active, since 1.8999s), standbys: x 2024-05-03T10:55:48.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:48 smithi143 bash[18601]: cephadm 2024-05-03T10:55:47.099869+0000 mgr.y (mgr.14388) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi008=a;smithi143=b;count:2 2024-05-03T10:55:48.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:48 smithi143 bash[18601]: cluster 2024-05-03T10:55:47.103339+0000 mgr.y (mgr.14388) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:48.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:48 smithi143 bash[18601]: audit 2024-05-03T10:55:47.107578+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:48.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:48 smithi143 bash[18601]: cephadm 2024-05-03T10:55:47.659212+0000 mgr.y (mgr.14388) 4 : cephadm [INF] [03/May/2024:10:55:47] ENGINE Bus STARTING 2024-05-03T10:55:48.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:48 smithi143 bash[18601]: cephadm 2024-05-03T10:55:47.780174+0000 mgr.y (mgr.14388) 5 : cephadm [INF] [03/May/2024:10:55:47] ENGINE Serving on https://172.21.15.8:7150 2024-05-03T10:55:48.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:48 smithi143 bash[18601]: cephadm 2024-05-03T10:55:47.780405+0000 mgr.y (mgr.14388) 6 : cephadm [INF] [03/May/2024:10:55:47] ENGINE Bus STARTED 2024-05-03T10:55:48.354 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:48 smithi143 bash[18601]: audit 2024-05-03T10:55:47.789375+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:49.246 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:49 smithi143 bash[18601]: cluster 2024-05-03T10:55:48.067559+0000 mgr.y (mgr.14388) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:49.246 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:49 smithi143 bash[18601]: cluster 2024-05-03T10:55:48.116871+0000 mon.a (mon.0) 607 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2024-05-03T10:55:49.492 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:49 smithi008 bash[18503]: cluster 2024-05-03T10:55:48.067559+0000 mgr.y (mgr.14388) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:49.493 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:49 smithi008 bash[18503]: cluster 2024-05-03T10:55:48.116871+0000 mon.a (mon.0) 607 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2024-05-03T10:55:49.493 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:49 smithi008 bash[23571]: cluster 2024-05-03T10:55:48.067559+0000 mgr.y (mgr.14388) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:49.493 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:49 smithi008 bash[23571]: cluster 2024-05-03T10:55:48.116871+0000 mon.a (mon.0) 607 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2024-05-03T10:55:50.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:50 smithi008 bash[18503]: audit 2024-05-03T10:55:49.503091+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:50 smithi008 bash[18503]: audit 2024-05-03T10:55:49.703545+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:50 smithi008 bash[18503]: audit 2024-05-03T10:55:49.965131+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:50 smithi008 bash[18503]: audit 2024-05-03T10:55:50.169709+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:50 smithi008 bash[18503]: audit 2024-05-03T10:55:50.250764+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:50 smithi008 bash[18503]: audit 2024-05-03T10:55:50.475155+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:50 smithi008 bash[18503]: audit 2024-05-03T10:55:50.487688+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:50 smithi008 bash[23571]: audit 2024-05-03T10:55:49.503091+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:50 smithi008 bash[23571]: audit 2024-05-03T10:55:49.703545+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:50 smithi008 bash[23571]: audit 2024-05-03T10:55:49.965131+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:50 smithi008 bash[23571]: audit 2024-05-03T10:55:50.169709+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:50 smithi008 bash[23571]: audit 2024-05-03T10:55:50.250764+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:50 smithi008 bash[23571]: audit 2024-05-03T10:55:50.475155+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:50 smithi008 bash[23571]: audit 2024-05-03T10:55:50.487688+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.801 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled alertmanager update... 2024-05-03T10:55:50.815 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:50 smithi143 bash[18601]: audit 2024-05-03T10:55:49.503091+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.815 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:50 smithi143 bash[18601]: audit 2024-05-03T10:55:49.703545+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.815 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:50 smithi143 bash[18601]: audit 2024-05-03T10:55:49.965131+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.815 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:50 smithi143 bash[18601]: audit 2024-05-03T10:55:50.169709+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.815 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:50 smithi143 bash[18601]: audit 2024-05-03T10:55:50.250764+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.815 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:50 smithi143 bash[18601]: audit 2024-05-03T10:55:50.475155+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:50.816 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:50 smithi143 bash[18601]: audit 2024-05-03T10:55:50.487688+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:51.602 DEBUG:teuthology.orchestra.run.smithi008:alertmanager.a> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@alertmanager.a.service 2024-05-03T10:55:51.605 INFO:tasks.cephadm:Adding grafana.a on smithi143 2024-05-03T10:55:51.605 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph orch apply grafana '1;smithi143=a' 2024-05-03T10:55:51.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:51 smithi143 bash[18601]: cephadm 2024-05-03T10:55:49.967087+0000 mgr.y (mgr.14388) 8 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-05-03T10:55:51.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:51 smithi143 bash[18601]: cluster 2024-05-03T10:55:50.068063+0000 mgr.y (mgr.14388) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:51.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:51 smithi143 bash[18601]: cephadm 2024-05-03T10:55:50.085727+0000 mgr.y (mgr.14388) 10 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-05-03T10:55:51.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:51 smithi143 bash[18601]: cephadm 2024-05-03T10:55:50.173111+0000 mgr.y (mgr.14388) 11 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-05-03T10:55:51.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:51 smithi143 bash[18601]: cephadm 2024-05-03T10:55:50.320503+0000 mgr.y (mgr.14388) 12 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-05-03T10:55:51.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:51 smithi143 bash[18601]: cephadm 2024-05-03T10:55:50.541248+0000 mgr.y (mgr.14388) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi143 2024-05-03T10:55:51.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:51 smithi143 bash[18601]: audit 2024-05-03T10:55:50.789560+0000 mgr.y (mgr.14388) 14 : audit [DBG] from='client.24335 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi008=a", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:55:51.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:51 smithi143 bash[18601]: cephadm 2024-05-03T10:55:50.792955+0000 mgr.y (mgr.14388) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi008=a;count:1 2024-05-03T10:55:51.854 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:51 smithi143 bash[18601]: audit 2024-05-03T10:55:50.800592+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:51 smithi008 bash[18503]: cephadm 2024-05-03T10:55:49.967087+0000 mgr.y (mgr.14388) 8 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-05-03T10:55:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:51 smithi008 bash[18503]: cluster 2024-05-03T10:55:50.068063+0000 mgr.y (mgr.14388) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:51 smithi008 bash[18503]: cephadm 2024-05-03T10:55:50.085727+0000 mgr.y (mgr.14388) 10 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-05-03T10:55:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:51 smithi008 bash[18503]: cephadm 2024-05-03T10:55:50.173111+0000 mgr.y (mgr.14388) 11 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-05-03T10:55:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:51 smithi008 bash[18503]: cephadm 2024-05-03T10:55:50.320503+0000 mgr.y (mgr.14388) 12 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-05-03T10:55:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:51 smithi008 bash[18503]: cephadm 2024-05-03T10:55:50.541248+0000 mgr.y (mgr.14388) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi143 2024-05-03T10:55:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:51 smithi008 bash[18503]: audit 2024-05-03T10:55:50.789560+0000 mgr.y (mgr.14388) 14 : audit [DBG] from='client.24335 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi008=a", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:55:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:51 smithi008 bash[18503]: cephadm 2024-05-03T10:55:50.792955+0000 mgr.y (mgr.14388) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi008=a;count:1 2024-05-03T10:55:52.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:51 smithi008 bash[18503]: audit 2024-05-03T10:55:50.800592+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:52.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:51 smithi008 bash[23571]: cephadm 2024-05-03T10:55:49.967087+0000 mgr.y (mgr.14388) 8 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-05-03T10:55:52.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:51 smithi008 bash[23571]: cluster 2024-05-03T10:55:50.068063+0000 mgr.y (mgr.14388) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:52.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:51 smithi008 bash[23571]: cephadm 2024-05-03T10:55:50.085727+0000 mgr.y (mgr.14388) 10 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-05-03T10:55:52.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:51 smithi008 bash[23571]: cephadm 2024-05-03T10:55:50.173111+0000 mgr.y (mgr.14388) 11 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-05-03T10:55:52.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:51 smithi008 bash[23571]: cephadm 2024-05-03T10:55:50.320503+0000 mgr.y (mgr.14388) 12 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-05-03T10:55:52.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:51 smithi008 bash[23571]: cephadm 2024-05-03T10:55:50.541248+0000 mgr.y (mgr.14388) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi143 2024-05-03T10:55:52.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:51 smithi008 bash[23571]: audit 2024-05-03T10:55:50.789560+0000 mgr.y (mgr.14388) 14 : audit [DBG] from='client.24335 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi008=a", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:55:52.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:51 smithi008 bash[23571]: cephadm 2024-05-03T10:55:50.792955+0000 mgr.y (mgr.14388) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi008=a;count:1 2024-05-03T10:55:52.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:51 smithi008 bash[23571]: audit 2024-05-03T10:55:50.800592+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:54.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:53 smithi143 bash[18601]: cluster 2024-05-03T10:55:52.068683+0000 mgr.y (mgr.14388) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:54.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:53 smithi008 bash[18503]: cluster 2024-05-03T10:55:52.068683+0000 mgr.y (mgr.14388) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:54.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:53 smithi008 bash[23571]: cluster 2024-05-03T10:55:52.068683+0000 mgr.y (mgr.14388) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:56.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:55 smithi143 bash[18601]: cluster 2024-05-03T10:55:54.069336+0000 mgr.y (mgr.14388) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:56.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:55 smithi008 bash[18503]: cluster 2024-05-03T10:55:54.069336+0000 mgr.y (mgr.14388) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:56.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:55 smithi008 bash[23571]: cluster 2024-05-03T10:55:54.069336+0000 mgr.y (mgr.14388) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:56.775 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled grafana update... 2024-05-03T10:55:58.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:57 smithi143 bash[18601]: cluster 2024-05-03T10:55:56.069899+0000 mgr.y (mgr.14388) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:58.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:57 smithi143 bash[18601]: audit 2024-05-03T10:55:56.762361+0000 mgr.y (mgr.14388) 19 : audit [DBG] from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi143=a", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:55:58.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:57 smithi143 bash[18601]: cephadm 2024-05-03T10:55:56.765809+0000 mgr.y (mgr.14388) 20 : cephadm [INF] Saving service grafana spec with placement smithi143=a;count:1 2024-05-03T10:55:58.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:57 smithi143 bash[18601]: audit 2024-05-03T10:55:56.773397+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:58.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:57 smithi008 bash[18503]: cluster 2024-05-03T10:55:56.069899+0000 mgr.y (mgr.14388) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:58.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:57 smithi008 bash[18503]: audit 2024-05-03T10:55:56.762361+0000 mgr.y (mgr.14388) 19 : audit [DBG] from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi143=a", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:55:58.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:57 smithi008 bash[18503]: cephadm 2024-05-03T10:55:56.765809+0000 mgr.y (mgr.14388) 20 : cephadm [INF] Saving service grafana spec with placement smithi143=a;count:1 2024-05-03T10:55:58.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:57 smithi008 bash[18503]: audit 2024-05-03T10:55:56.773397+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:58.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:57 smithi008 bash[23571]: cluster 2024-05-03T10:55:56.069899+0000 mgr.y (mgr.14388) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:55:58.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:57 smithi008 bash[23571]: audit 2024-05-03T10:55:56.762361+0000 mgr.y (mgr.14388) 19 : audit [DBG] from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi143=a", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:55:58.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:57 smithi008 bash[23571]: cephadm 2024-05-03T10:55:56.765809+0000 mgr.y (mgr.14388) 20 : cephadm [INF] Saving service grafana spec with placement smithi143=a;count:1 2024-05-03T10:55:58.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:57 smithi008 bash[23571]: audit 2024-05-03T10:55:56.773397+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:55:58.623 DEBUG:teuthology.orchestra.run.smithi143:grafana.a> sudo journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@grafana.a.service 2024-05-03T10:55:58.625 INFO:tasks.cephadm:Setting up client nodes... 2024-05-03T10:55:58.625 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-05-03T10:56:00.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:55:59 smithi008 bash[18503]: cluster 2024-05-03T10:55:58.070599+0000 mgr.y (mgr.14388) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:00.010 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:55:59 smithi008 bash[23571]: cluster 2024-05-03T10:55:58.070599+0000 mgr.y (mgr.14388) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:00.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:55:59 smithi143 bash[18601]: cluster 2024-05-03T10:55:58.070599+0000 mgr.y (mgr.14388) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:01.565 INFO:teuthology.orchestra.run.smithi008.stdout:[client.0] 2024-05-03T10:56:01.566 INFO:teuthology.orchestra.run.smithi008.stdout: key = AQDBwjRm3+hYIRAAXpb+rhmaB470UmeQsuaOtA== 2024-05-03T10:56:01.960 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:01 smithi143 bash[18601]: cluster 2024-05-03T10:56:00.071201+0000 mgr.y (mgr.14388) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:01.960 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:01 smithi143 bash[18601]: audit 2024-05-03T10:56:01.559274+0000 mon.a (mon.0) 617 : audit [INF] from='client.? 172.21.15.8:0/2508806577' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-03T10:56:01.960 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:01 smithi143 bash[18601]: audit 2024-05-03T10:56:01.565557+0000 mon.a (mon.0) 618 : audit [INF] from='client.? 172.21.15.8:0/2508806577' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-05-03T10:56:02.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:01 smithi008 bash[18503]: cluster 2024-05-03T10:56:00.071201+0000 mgr.y (mgr.14388) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:02.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:01 smithi008 bash[18503]: audit 2024-05-03T10:56:01.559274+0000 mon.a (mon.0) 617 : audit [INF] from='client.? 172.21.15.8:0/2508806577' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-03T10:56:02.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:01 smithi008 bash[18503]: audit 2024-05-03T10:56:01.565557+0000 mon.a (mon.0) 618 : audit [INF] from='client.? 172.21.15.8:0/2508806577' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-05-03T10:56:02.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:01 smithi008 bash[23571]: cluster 2024-05-03T10:56:00.071201+0000 mgr.y (mgr.14388) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:02.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:01 smithi008 bash[23571]: audit 2024-05-03T10:56:01.559274+0000 mon.a (mon.0) 617 : audit [INF] from='client.? 172.21.15.8:0/2508806577' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-03T10:56:02.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:01 smithi008 bash[23571]: audit 2024-05-03T10:56:01.565557+0000 mon.a (mon.0) 618 : audit [INF] from='client.? 172.21.15.8:0/2508806577' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-05-03T10:56:02.206 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-03T10:56:02.207 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-05-03T10:56:02.207 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-05-03T10:56:02.231 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-05-03T10:56:04.103 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:56:03 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:03 smithi143 bash[18601]: cluster 2024-05-03T10:56:02.071805+0000 mgr.y (mgr.14388) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:04.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:03 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.103 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:56:03 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.104 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:56:03 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.104 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:56:03 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.104 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 10:56:03 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:03 smithi008 bash[18503]: cluster 2024-05-03T10:56:02.071805+0000 mgr.y (mgr.14388) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:04.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:03 smithi008 bash[23571]: cluster 2024-05-03T10:56:02.071805+0000 mgr.y (mgr.14388) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:04.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:04 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.603 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 10:56:04 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.603 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:56:04 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.603 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:56:04 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.604 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:56:04 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.604 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:56:04 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.911 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.911 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.911 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.912 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.912 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.912 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:04.912 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.267 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:05 smithi008 systemd[1]: Started Ceph node-exporter.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:56:05.267 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:05 smithi008 bash[37595]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-05-03T10:56:05.268 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.268 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.268 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.269 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.269 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:56:04 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:05 smithi143 bash[18601]: cluster 2024-05-03T10:56:04.072446+0000 mgr.y (mgr.14388) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:05.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:05 smithi143 bash[18601]: audit 2024-05-03T10:56:04.269449+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:05.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:05 smithi143 bash[18601]: cephadm 2024-05-03T10:56:04.275860+0000 mgr.y (mgr.14388) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi008 2024-05-03T10:56:05.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:05 smithi143 bash[18601]: audit 2024-05-03T10:56:05.049868+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:05.557 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:05 smithi008 bash[23571]: cluster 2024-05-03T10:56:04.072446+0000 mgr.y (mgr.14388) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:05.557 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:05 smithi008 bash[23571]: audit 2024-05-03T10:56:04.269449+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:05.557 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:05 smithi008 bash[23571]: cephadm 2024-05-03T10:56:04.275860+0000 mgr.y (mgr.14388) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi008 2024-05-03T10:56:05.557 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:05 smithi008 bash[23571]: audit 2024-05-03T10:56:05.049868+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:05.558 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:05 smithi008 bash[18503]: cluster 2024-05-03T10:56:04.072446+0000 mgr.y (mgr.14388) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:05.558 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:05 smithi008 bash[18503]: audit 2024-05-03T10:56:04.269449+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:05.558 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:05 smithi008 bash[18503]: cephadm 2024-05-03T10:56:04.275860+0000 mgr.y (mgr.14388) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi008 2024-05-03T10:56:05.558 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:05 smithi008 bash[18503]: audit 2024-05-03T10:56:05.049868+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:05.650 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.650 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.650 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.651 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.651 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.651 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.652 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:05.831 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:05 smithi008 bash[37595]: v1.3.1: Pulling from prometheus/node-exporter 2024-05-03T10:56:05.831 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:05 smithi008 bash[37595]: aa2a8d90b84c: Pulling fs layer 2024-05-03T10:56:05.831 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:05 smithi008 bash[37595]: b45d31ee2d7f: Pulling fs layer 2024-05-03T10:56:05.831 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:05 smithi008 bash[37595]: b5db1e299295: Pulling fs layer 2024-05-03T10:56:06.102 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:05 smithi008 bash[37595]: b45d31ee2d7f: Verifying Checksum 2024-05-03T10:56:06.102 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:05 smithi008 bash[37595]: b45d31ee2d7f: Download complete 2024-05-03T10:56:06.102 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:05 smithi008 bash[37595]: aa2a8d90b84c: Download complete 2024-05-03T10:56:06.102 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:06 smithi008 bash[37595]: b5db1e299295: Verifying Checksum 2024-05-03T10:56:06.102 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:06 smithi008 bash[37595]: b5db1e299295: Download complete 2024-05-03T10:56:06.103 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:06.103 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:06.103 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:06.103 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:06.104 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:06.104 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:06.104 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:05 smithi143 systemd[1]: Started Ceph node-exporter.b for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:56:06.104 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:05 smithi143 bash[33018]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-05-03T10:56:06.517 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:06 smithi008 bash[37595]: aa2a8d90b84c: Pull complete 2024-05-03T10:56:06.852 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:06 smithi143 bash[33018]: v1.3.1: Pulling from prometheus/node-exporter 2024-05-03T10:56:06.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:06 smithi143 bash[18601]: cephadm 2024-05-03T10:56:05.051576+0000 mgr.y (mgr.14388) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi143 2024-05-03T10:56:06.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:06 smithi143 bash[18601]: audit 2024-05-03T10:56:05.769728+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:06.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:06 smithi143 bash[18601]: audit 2024-05-03T10:56:05.773309+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:56:06.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:06 smithi143 bash[18601]: audit 2024-05-03T10:56:05.775786+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:56:06.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:06 smithi143 bash[18601]: audit 2024-05-03T10:56:05.777369+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:56:06.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:06 smithi143 bash[18601]: audit 2024-05-03T10:56:06.167079+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:06.854 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.677Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-05-03T10:56:06.854 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.677Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-05-03T10:56:06.854 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.677Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-05-03T10:56:06.854 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.677Z caller=main.go:518 level=info host_details="(Linux 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 smithi143 (none))" 2024-05-03T10:56:06.854 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.677Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-05-03T10:56:06.854 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.677Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-05-03T10:56:06.854 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.678Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-05-03T10:56:06.854 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.679Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-05-03T10:56:06.854 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.679Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-05-03T10:56:06.854 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.682Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-05-03T10:56:06.854 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.682Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.021µs 2024-05-03T10:56:06.855 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.682Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-05-03T10:56:06.855 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.682Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-05-03T10:56:06.855 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.682Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=30.031µs wal_replay_duration=476.064µs total_replay_duration=525.766µs 2024-05-03T10:56:06.855 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.684Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-05-03T10:56:06.855 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.684Z caller=main.go:947 level=info msg="TSDB started" 2024-05-03T10:56:06.855 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.684Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-05-03T10:56:06.855 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.703Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.743687ms db_storage=748ns remote_storage=1.484µs web_handler=426ns query_engine=731ns scrape=308.78µs scrape_sd=19.998µs notify=970ns notify_sd=1.539µs rules=18.153962ms 2024-05-03T10:56:06.855 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:06 smithi143 bash[32898]: ts=2024-05-03T10:56:06.703Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-05-03T10:56:06.910 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:06 smithi008 bash[37595]: b45d31ee2d7f: Pull complete 2024-05-03T10:56:06.911 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:06 smithi008 bash[18503]: cephadm 2024-05-03T10:56:05.051576+0000 mgr.y (mgr.14388) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi143 2024-05-03T10:56:06.911 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:06 smithi008 bash[18503]: audit 2024-05-03T10:56:05.769728+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:06.911 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:06 smithi008 bash[18503]: audit 2024-05-03T10:56:05.773309+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:56:06.911 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:06 smithi008 bash[18503]: audit 2024-05-03T10:56:05.775786+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:56:06.911 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:06 smithi008 bash[18503]: audit 2024-05-03T10:56:05.777369+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:56:06.911 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:06 smithi008 bash[18503]: audit 2024-05-03T10:56:06.167079+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:06.911 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:06 smithi008 bash[23571]: cephadm 2024-05-03T10:56:05.051576+0000 mgr.y (mgr.14388) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi143 2024-05-03T10:56:06.911 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:06 smithi008 bash[23571]: audit 2024-05-03T10:56:05.769728+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:06.912 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:06 smithi008 bash[23571]: audit 2024-05-03T10:56:05.773309+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:56:06.912 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:06 smithi008 bash[23571]: audit 2024-05-03T10:56:05.775786+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:56:06.912 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:06 smithi008 bash[23571]: audit 2024-05-03T10:56:05.777369+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:56:06.912 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:06 smithi008 bash[23571]: audit 2024-05-03T10:56:06.167079+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:07.267 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:06 smithi008 bash[37595]: b5db1e299295: Pull complete 2024-05-03T10:56:07.292 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[33018]: aa2a8d90b84c: Pulling fs layer 2024-05-03T10:56:07.292 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[33018]: b45d31ee2d7f: Pulling fs layer 2024-05-03T10:56:07.292 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[33018]: b5db1e299295: Pulling fs layer 2024-05-03T10:56:07.293 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[33018]: aa2a8d90b84c: Verifying Checksum 2024-05-03T10:56:07.293 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[33018]: aa2a8d90b84c: Download complete 2024-05-03T10:56:07.517 INFO:teuthology.orchestra.run.smithi143.stdout:[client.1] 2024-05-03T10:56:07.517 INFO:teuthology.orchestra.run.smithi143.stdout: key = AQDHwjRmXFlpHhAA5yoxWRgeJTNRBa4v14Jfeg== 2024-05-03T10:56:07.555 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[33018]: b45d31ee2d7f: Download complete 2024-05-03T10:56:07.555 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[33018]: b5db1e299295: Verifying Checksum 2024-05-03T10:56:07.555 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[33018]: b5db1e299295: Download complete 2024-05-03T10:56:07.555 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[33018]: aa2a8d90b84c: Pull complete 2024-05-03T10:56:07.767 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:07 smithi008 bash[37595]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-05-03T10:56:07.767 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:07 smithi008 bash[37595]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-05-03T10:56:07.852 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[33018]: b45d31ee2d7f: Pull complete 2024-05-03T10:56:07.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[18601]: cluster 2024-05-03T10:56:06.072914+0000 mgr.y (mgr.14388) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:07.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[18601]: audit 2024-05-03T10:56:07.509892+0000 mon.a (mon.0) 623 : audit [INF] 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-05-03T10:56:07.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[18601]: audit 2024-05-03T10:56:07.511066+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.143:0/3549036297' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-03T10:56:07.853 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:07 smithi143 bash[18601]: audit 2024-05-03T10:56:07.517128+0000 mon.a (mon.0) 624 : audit [INF] 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-05-03T10:56:08.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:07 smithi008 bash[18503]: cluster 2024-05-03T10:56:06.072914+0000 mgr.y (mgr.14388) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:08.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:07 smithi008 bash[18503]: audit 2024-05-03T10:56:07.509892+0000 mon.a (mon.0) 623 : audit [INF] 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-05-03T10:56:08.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:07 smithi008 bash[18503]: audit 2024-05-03T10:56:07.511066+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.143:0/3549036297' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-03T10:56:08.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:07 smithi008 bash[18503]: audit 2024-05-03T10:56:07.517128+0000 mon.a (mon.0) 624 : audit [INF] 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-05-03T10:56:08.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:07 smithi008 bash[23571]: cluster 2024-05-03T10:56:06.072914+0000 mgr.y (mgr.14388) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:08.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:07 smithi008 bash[23571]: audit 2024-05-03T10:56:07.509892+0000 mon.a (mon.0) 623 : audit [INF] 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-05-03T10:56:08.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:07 smithi008 bash[23571]: audit 2024-05-03T10:56:07.511066+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.143:0/3549036297' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-03T10:56:08.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:07 smithi008 bash[23571]: audit 2024-05-03T10:56:07.517128+0000 mon.a (mon.0) 624 : audit [INF] 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-05-03T10:56:08.780 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-03T10:56:08.780 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-05-03T10:56:08.780 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-05-03T10:56:08.801 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-03T10:56:08.802 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-03T10:56:08.802 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-03T10:56:08.970 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:08 smithi143 bash[33018]: b5db1e299295: Pull complete 2024-05-03T10:56:08.970 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:08 smithi143 bash[33018]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-05-03T10:56:09.017 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.641Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-05-03T10:56:09.018 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.641Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-05-03T10:56:09.018 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.641Z 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/.+)($|/) 2024-05-03T10:56:09.018 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.641Z 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-05-03T10:56:09.018 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-05-03T10:56:09.018 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=arp 2024-05-03T10:56:09.018 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=bcache 2024-05-03T10:56:09.018 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=bonding 2024-05-03T10:56:09.018 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=btrfs 2024-05-03T10:56:09.018 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=conntrack 2024-05-03T10:56:09.018 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=cpu 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=diskstats 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=dmi 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=edac 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=entropy 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=filefd 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=filesystem 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=hwmon 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=infiniband 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=ipvs 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=loadavg 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=mdadm 2024-05-03T10:56:09.019 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.642Z caller=node_exporter.go:115 level=info collector=meminfo 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=netclass 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=netdev 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=netstat 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=nfs 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=nfsd 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=nvme 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=os 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=pressure 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=rapl 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=schedstat 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=sockstat 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=softnet 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=stat 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=tapestats 2024-05-03T10:56:09.020 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=textfile 2024-05-03T10:56:09.021 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-05-03T10:56:09.021 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=time 2024-05-03T10:56:09.021 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-05-03T10:56:09.021 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=uname 2024-05-03T10:56:09.021 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=vmstat 2024-05-03T10:56:09.021 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=xfs 2024-05-03T10:56:09.021 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:115 level=info collector=zfs 2024-05-03T10:56:09.021 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-05-03T10:56:09.021 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:08 smithi008 bash[37595]: ts=2024-05-03T10:56:08.643Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-05-03T10:56:09.102 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:08 smithi143 bash[33018]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-05-03T10:56:10.083 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[18601]: cluster 2024-05-03T10:56:08.073555+0000 mgr.y (mgr.14388) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:10.084 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[18601]: audit 2024-05-03T10:56:09.042251+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:10.084 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.980Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-05-03T10:56:10.084 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.980Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-05-03T10:56:10.084 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.981Z 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/.+)($|/) 2024-05-03T10:56:10.084 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.981Z 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-05-03T10:56:10.085 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.981Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-05-03T10:56:10.085 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=arp 2024-05-03T10:56:10.085 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=bcache 2024-05-03T10:56:10.085 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=bonding 2024-05-03T10:56:10.085 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=btrfs 2024-05-03T10:56:10.085 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=conntrack 2024-05-03T10:56:10.085 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=cpu 2024-05-03T10:56:10.085 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-05-03T10:56:10.085 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=diskstats 2024-05-03T10:56:10.085 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=dmi 2024-05-03T10:56:10.085 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=edac 2024-05-03T10:56:10.085 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=entropy 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=filefd 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=filesystem 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=hwmon 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=infiniband 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=ipvs 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=loadavg 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=mdadm 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=meminfo 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=netclass 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=netdev 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=netstat 2024-05-03T10:56:10.086 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=nfs 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=nfsd 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=nvme 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=os 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=pressure 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=rapl 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=schedstat 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=sockstat 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=softnet 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=stat 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=tapestats 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=textfile 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-05-03T10:56:10.087 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=time 2024-05-03T10:56:10.088 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-05-03T10:56:10.088 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=uname 2024-05-03T10:56:10.088 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=vmstat 2024-05-03T10:56:10.088 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=xfs 2024-05-03T10:56:10.088 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:115 level=info collector=zfs 2024-05-03T10:56:10.088 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-05-03T10:56:10.088 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:09 smithi143 bash[33018]: ts=2024-05-03T10:56:09.982Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-05-03T10:56:10.163 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:09 smithi008 bash[23571]: cluster 2024-05-03T10:56:08.073555+0000 mgr.y (mgr.14388) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:10.163 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:09 smithi008 bash[23571]: audit 2024-05-03T10:56:09.042251+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:10.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:09 smithi008 bash[18503]: cluster 2024-05-03T10:56:08.073555+0000 mgr.y (mgr.14388) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:10.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:09 smithi008 bash[18503]: audit 2024-05-03T10:56:09.042251+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:10.518 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:10 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:10.595 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:11.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:11 smithi008 bash[18503]: cluster 2024-05-03T10:56:10.074339+0000 mgr.y (mgr.14388) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:11.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:11 smithi008 bash[18503]: audit 2024-05-03T10:56:10.113973+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:11.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:11 smithi008 bash[18503]: audit 2024-05-03T10:56:10.123486+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:11.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:11 smithi008 bash[18503]: cephadm 2024-05-03T10:56:10.148275+0000 mgr.y (mgr.14388) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi008 2024-05-03T10:56:11.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:11 smithi008 bash[23571]: cluster 2024-05-03T10:56:10.074339+0000 mgr.y (mgr.14388) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:11.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:11 smithi008 bash[23571]: audit 2024-05-03T10:56:10.113973+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:11.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:11 smithi008 bash[23571]: audit 2024-05-03T10:56:10.123486+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:11.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:11 smithi008 bash[23571]: cephadm 2024-05-03T10:56:10.148275+0000 mgr.y (mgr.14388) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi008 2024-05-03T10:56:11.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:11 smithi143 bash[18601]: cluster 2024-05-03T10:56:10.074339+0000 mgr.y (mgr.14388) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:11.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:11 smithi143 bash[18601]: audit 2024-05-03T10:56:10.113973+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:11.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:11 smithi143 bash[18601]: audit 2024-05-03T10:56:10.123486+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:11.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:11 smithi143 bash[18601]: cephadm 2024-05-03T10:56:10.148275+0000 mgr.y (mgr.14388) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi008 2024-05-03T10:56:12.103 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:56:11 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:56:13.605 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:13 smithi143 bash[18601]: cluster 2024-05-03T10:56:12.074860+0000 mgr.y (mgr.14388) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:13.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:13 smithi008 bash[18503]: cluster 2024-05-03T10:56:12.074860+0000 mgr.y (mgr.14388) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:13.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:13 smithi008 bash[23571]: cluster 2024-05-03T10:56:12.074860+0000 mgr.y (mgr.14388) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:14.430 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-03T10:56:15.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:15 smithi008 bash[18503]: cluster 2024-05-03T10:56:14.075312+0000 mgr.y (mgr.14388) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:15.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:15 smithi008 bash[18503]: audit 2024-05-03T10:56:14.424685+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.8:0/106708774' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-03T10:56:15.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:15 smithi008 bash[23571]: cluster 2024-05-03T10:56:14.075312+0000 mgr.y (mgr.14388) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:15.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:15 smithi008 bash[23571]: audit 2024-05-03T10:56:14.424685+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.8:0/106708774' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-03T10:56:15.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:15 smithi143 bash[18601]: cluster 2024-05-03T10:56:14.075312+0000 mgr.y (mgr.14388) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:15.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:15 smithi143 bash[18601]: audit 2024-05-03T10:56:14.424685+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.8:0/106708774' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-03T10:56:16.058 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":20,"active_gid":14388,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6800","nonce":3915996595},{"type":"v1","addr":"172.21.15.8:6801","nonce":3915996595}]},"active_addr":"172.21.15.8:6801/3915996595","active_change":"2024-05-03T10:55:45.189776+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24305,"name":"x","mgr_features":4540138303579357183,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.8:8443/","prometheus":"http://172.21.15.8:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":60,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":925051767}]},{"addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":758274056}]},{"addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":2684423733}]},{"addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":1994891648}]}]}} 2024-05-03T10:56:16.061 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-03T10:56:16.061 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-03T10:56:16.062 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-03T10:56:17.589 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:17 smithi008 bash[18503]: cluster 2024-05-03T10:56:16.075987+0000 mgr.y (mgr.14388) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:17.589 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:17 smithi008 bash[23571]: cluster 2024-05-03T10:56:16.075987+0000 mgr.y (mgr.14388) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:17.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:17 smithi143 bash[18601]: cluster 2024-05-03T10:56:16.075987+0000 mgr.y (mgr.14388) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:18.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:56:17 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:56:17] "GET /metrics HTTP/1.1" 200 191503 "" "Prometheus/2.33.4" 2024-05-03T10:56:18.607 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.607 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.607 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.608 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.608 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.608 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.609 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.609 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.609 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.609 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.609 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.813 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:18.864 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.865 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.865 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.865 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.866 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.866 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.867 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.867 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:18.867 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:19.267 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:18 smithi008 systemd[1]: Started Ceph alertmanager.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:56:19.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:19 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:20.238 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:19 smithi008 bash[23571]: cluster 2024-05-03T10:56:18.076743+0000 mgr.y (mgr.14388) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:20.239 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:19 smithi008 bash[23571]: audit 2024-05-03T10:56:18.900543+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:20.239 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:19 smithi008 bash[23571]: audit 2024-05-03T10:56:18.943975+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:20.239 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:19 smithi008 bash[23571]: audit 2024-05-03T10:56:18.950143+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:20.239 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:19 smithi008 bash[23571]: audit 2024-05-03T10:56:18.953299+0000 mon.c (mon.1) 40 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-03T10:56:20.239 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:19 smithi008 bash[23571]: audit 2024-05-03T10:56:18.958437+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:20.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:19 smithi008 bash[18503]: cluster 2024-05-03T10:56:18.076743+0000 mgr.y (mgr.14388) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:20.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:19 smithi008 bash[18503]: audit 2024-05-03T10:56:18.900543+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:20.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:19 smithi008 bash[18503]: audit 2024-05-03T10:56:18.943975+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:20.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:19 smithi008 bash[18503]: audit 2024-05-03T10:56:18.950143+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:20.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:19 smithi008 bash[18503]: audit 2024-05-03T10:56:18.953299+0000 mon.c (mon.1) 40 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-03T10:56:20.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:19 smithi008 bash[18503]: audit 2024-05-03T10:56:18.958437+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:20.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:19 smithi143 bash[18601]: cluster 2024-05-03T10:56:18.076743+0000 mgr.y (mgr.14388) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:20.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:19 smithi143 bash[18601]: audit 2024-05-03T10:56:18.900543+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:20.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:19 smithi143 bash[18601]: audit 2024-05-03T10:56:18.943975+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:20.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:19 smithi143 bash[18601]: audit 2024-05-03T10:56:18.950143+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:20.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:19 smithi143 bash[18601]: audit 2024-05-03T10:56:18.953299+0000 mon.c (mon.1) 40 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-03T10:56:20.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:19 smithi143 bash[18601]: audit 2024-05-03T10:56:18.958437+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:20.518 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:20 smithi008 bash[38375]: level=info ts=2024-05-03T10:56:20.361Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-05-03T10:56:20.518 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:20 smithi008 bash[38375]: level=info ts=2024-05-03T10:56:20.361Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-05-03T10:56:20.518 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:20 smithi008 bash[38375]: level=info ts=2024-05-03T10:56:20.363Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.8 port=9094 2024-05-03T10:56:20.518 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:20 smithi008 bash[38375]: level=info ts=2024-05-03T10:56:20.364Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-05-03T10:56:20.518 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:20 smithi008 bash[38375]: level=info ts=2024-05-03T10:56:20.398Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-05-03T10:56:20.518 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:20 smithi008 bash[38375]: level=info ts=2024-05-03T10:56:20.398Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-05-03T10:56:20.518 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:20 smithi008 bash[38375]: level=info ts=2024-05-03T10:56:20.401Z caller=main.go:518 msg=Listening address=:9093 2024-05-03T10:56:20.518 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:20 smithi008 bash[38375]: level=info ts=2024-05-03T10:56:20.401Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-05-03T10:56:21.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:20 smithi008 bash[23571]: audit 2024-05-03T10:56:18.953740+0000 mgr.y (mgr.14388) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-03T10:56:21.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:20 smithi008 bash[23571]: cephadm 2024-05-03T10:56:18.963622+0000 mgr.y (mgr.14388) 36 : cephadm [INF] Deploying daemon grafana.a on smithi143 2024-05-03T10:56:21.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:20 smithi008 bash[18503]: audit 2024-05-03T10:56:18.953740+0000 mgr.y (mgr.14388) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-03T10:56:21.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:20 smithi008 bash[18503]: cephadm 2024-05-03T10:56:18.963622+0000 mgr.y (mgr.14388) 36 : cephadm [INF] Deploying daemon grafana.a on smithi143 2024-05-03T10:56:21.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:20 smithi143 bash[18601]: audit 2024-05-03T10:56:18.953740+0000 mgr.y (mgr.14388) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-03T10:56:21.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:20 smithi143 bash[18601]: cephadm 2024-05-03T10:56:18.963622+0000 mgr.y (mgr.14388) 36 : cephadm [INF] Deploying daemon grafana.a on smithi143 2024-05-03T10:56:22.102 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:56:21 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:56:22.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:21 smithi143 bash[18601]: cluster 2024-05-03T10:56:20.077332+0000 mgr.y (mgr.14388) 37 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:22.103 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:21 smithi143 bash[18601]: audit 2024-05-03T10:56:21.177463+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:22.144 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-03T10:56:22.145 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":60,"fsid":"92aee8a6-093a-11ef-bc97-c7b262605968","created":"2024-05-03T10:48:50.743275+0000","modified":"2024-05-03T10:55:45.189230+0000","last_up_change":"2024-05-03T10:55:20.500023+0000","last_in_change":"2024-05-03T10:54:56.915891+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-03T10:52:31.684026+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"85c9b602-cb1d-4633-be40-a625ca106973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":813811248},{"type":"v1","addr":"172.21.15.8:6803","nonce":813811248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":813811248},{"type":"v1","addr":"172.21.15.8:6805","nonce":813811248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":813811248},{"type":"v1","addr":"172.21.15.8:6809","nonce":813811248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":813811248},{"type":"v1","addr":"172.21.15.8:6807","nonce":813811248}]},"public_addr":"172.21.15.8:6803/813811248","cluster_addr":"172.21.15.8:6805/813811248","heartbeat_back_addr":"172.21.15.8:6809/813811248","heartbeat_front_addr":"172.21.15.8:6807/813811248","state":["exists","up"]},{"osd":1,"uuid":"5efc5b2f-cd3e-4c5d-b5d1-ecf1ca048f91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6810","nonce":1953788746},{"type":"v1","addr":"172.21.15.8:6811","nonce":1953788746}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":1953788746},{"type":"v1","addr":"172.21.15.8:6813","nonce":1953788746}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":1953788746},{"type":"v1","addr":"172.21.15.8:6817","nonce":1953788746}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":1953788746},{"type":"v1","addr":"172.21.15.8:6815","nonce":1953788746}]},"public_addr":"172.21.15.8:6811/1953788746","cluster_addr":"172.21.15.8:6813/1953788746","heartbeat_back_addr":"172.21.15.8:6817/1953788746","heartbeat_front_addr":"172.21.15.8:6815/1953788746","state":["exists","up"]},{"osd":2,"uuid":"b5434954-ad50-4035-b965-8765f0fe1c79","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.8:6818","nonce":2296268556},{"type":"v1","addr":"172.21.15.8:6819","nonce":2296268556}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":2296268556},{"type":"v1","addr":"172.21.15.8:6821","nonce":2296268556}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":2296268556},{"type":"v1","addr":"172.21.15.8:6825","nonce":2296268556}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":2296268556},{"type":"v1","addr":"172.21.15.8:6823","nonce":2296268556}]},"public_addr":"172.21.15.8:6819/2296268556","cluster_addr":"172.21.15.8:6821/2296268556","heartbeat_back_addr":"172.21.15.8:6825/2296268556","heartbeat_front_addr":"172.21.15.8:6823/2296268556","state":["exists","up"]},{"osd":3,"uuid":"a8613b40-10e0-4e06-b34e-36ab9bb6fda0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":2454079168},{"type":"v1","addr":"172.21.15.8:6827","nonce":2454079168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":2454079168},{"type":"v1","addr":"172.21.15.8:6829","nonce":2454079168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":2454079168},{"type":"v1","addr":"172.21.15.8:6833","nonce":2454079168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":2454079168},{"type":"v1","addr":"172.21.15.8:6831","nonce":2454079168}]},"public_addr":"172.21.15.8:6827/2454079168","cluster_addr":"172.21.15.8:6829/2454079168","heartbeat_back_addr":"172.21.15.8:6833/2454079168","heartbeat_front_addr":"172.21.15.8:6831/2454079168","state":["exists","up"]},{"osd":4,"uuid":"b0649bcc-860b-47e6-9553-6013733be217","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":345889192},{"type":"v1","addr":"172.21.15.143:6801","nonce":345889192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":345889192},{"type":"v1","addr":"172.21.15.143:6803","nonce":345889192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":345889192},{"type":"v1","addr":"172.21.15.143:6807","nonce":345889192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":345889192},{"type":"v1","addr":"172.21.15.143:6805","nonce":345889192}]},"public_addr":"172.21.15.143:6801/345889192","cluster_addr":"172.21.15.143:6803/345889192","heartbeat_back_addr":"172.21.15.143:6807/345889192","heartbeat_front_addr":"172.21.15.143:6805/345889192","state":["exists","up"]},{"osd":5,"uuid":"ab4774fd-b66e-4f0a-aed7-51f966d8f7e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":3810490036},{"type":"v1","addr":"172.21.15.143:6809","nonce":3810490036}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":3810490036},{"type":"v1","addr":"172.21.15.143:6811","nonce":3810490036}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":3810490036},{"type":"v1","addr":"172.21.15.143:6815","nonce":3810490036}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":3810490036},{"type":"v1","addr":"172.21.15.143:6813","nonce":3810490036}]},"public_addr":"172.21.15.143:6809/3810490036","cluster_addr":"172.21.15.143:6811/3810490036","heartbeat_back_addr":"172.21.15.143:6815/3810490036","heartbeat_front_addr":"172.21.15.143:6813/3810490036","state":["exists","up"]},{"osd":6,"uuid":"57abd3af-39cf-48cf-a294-1f0fb14f5935","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2733142007},{"type":"v1","addr":"172.21.15.143:6817","nonce":2733142007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":2733142007},{"type":"v1","addr":"172.21.15.143:6819","nonce":2733142007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":2733142007},{"type":"v1","addr":"172.21.15.143:6823","nonce":2733142007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":2733142007},{"type":"v1","addr":"172.21.15.143:6821","nonce":2733142007}]},"public_addr":"172.21.15.143:6817/2733142007","cluster_addr":"172.21.15.143:6819/2733142007","heartbeat_back_addr":"172.21.15.143:6823/2733142007","heartbeat_front_addr":"172.21.15.143:6821/2733142007","state":["exists","up"]},{"osd":7,"uuid":"6387edb7-cf44-4c43-9a31-f194b4bfeb67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":2466391929},{"type":"v1","addr":"172.21.15.143:6825","nonce":2466391929}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":2466391929},{"type":"v1","addr":"172.21.15.143:6827","nonce":2466391929}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":2466391929},{"type":"v1","addr":"172.21.15.143:6831","nonce":2466391929}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":2466391929},{"type":"v1","addr":"172.21.15.143:6829","nonce":2466391929}]},"public_addr":"172.21.15.143:6825/2466391929","cluster_addr":"172.21.15.143:6827/2466391929","heartbeat_back_addr":"172.21.15.143:6831/2466391929","heartbeat_front_addr":"172.21.15.143:6829/2466391929","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:51:20.629075+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:51:53.896756+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:52:27.969912+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:53:02.182970+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:53:34.556024+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:54:08.380656+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:54:43.454460+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:55:18.628321+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/1887462893":"2024-05-04T10:55:45.189099+0000","172.21.15.8:6800/1426062181":"2024-05-04T10:55:45.189099+0000","172.21.15.8:0/2043968829":"2024-05-04T10:55:45.189099+0000","172.21.15.8:0/4145330274":"2024-05-04T10:49:49.028529+0000","172.21.15.8:6801/929270807":"2024-05-04T10:49:49.028529+0000","172.21.15.8:6800/929270807":"2024-05-04T10:49:49.028529+0000","172.21.15.8:6801/1426062181":"2024-05-04T10:55:45.189099+0000","172.21.15.8:0/3901654837":"2024-05-04T10:49:20.620636+0000","172.21.15.8:0/3406043764":"2024-05-04T10:55:45.189099+0000","172.21.15.8:0/2721445046":"2024-05-04T10:49:49.028529+0000","172.21.15.8:0/170777765":"2024-05-04T10:49:20.620636+0000","172.21.15.8:6800/1104324861":"2024-05-04T10:49:20.620636+0000","172.21.15.8:0/2105399581":"2024-05-04T10:49:49.028529+0000","172.21.15.8:0/3017782744":"2024-05-04T10:49:20.620636+0000","172.21.15.8:0/1515410122":"2024-05-04T10:55:45.189099+0000","172.21.15.8:6801/1104324861":"2024-05-04T10:49:20.620636+0000"},"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-05-03T10:56:22.159 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:21 smithi008 bash[18503]: cluster 2024-05-03T10:56:20.077332+0000 mgr.y (mgr.14388) 37 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:22.159 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:21 smithi008 bash[18503]: audit 2024-05-03T10:56:21.177463+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:22.159 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:21 smithi008 bash[23571]: cluster 2024-05-03T10:56:20.077332+0000 mgr.y (mgr.14388) 37 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:22.159 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:21 smithi008 bash[23571]: audit 2024-05-03T10:56:21.177463+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:22.517 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:22 smithi008 bash[38375]: level=info ts=2024-05-03T10:56:22.365Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000812308s 2024-05-03T10:56:22.769 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-03T10:56:22.769 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-03T10:56:23.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:22 smithi008 bash[18503]: audit 2024-05-03T10:56:22.142903+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.8:0/2925476165' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-03T10:56:23.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:22 smithi008 bash[23571]: audit 2024-05-03T10:56:22.142903+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.8:0/2925476165' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-03T10:56:23.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:22 smithi143 bash[18601]: audit 2024-05-03T10:56:22.142903+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.8:0/2925476165' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-03T10:56:24.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:23 smithi008 bash[18503]: cluster 2024-05-03T10:56:22.077890+0000 mgr.y (mgr.14388) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:24.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:23 smithi008 bash[23571]: cluster 2024-05-03T10:56:22.077890+0000 mgr.y (mgr.14388) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:24.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:23 smithi143 bash[18601]: cluster 2024-05-03T10:56:22.077890+0000 mgr.y (mgr.14388) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:25.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:24 smithi008 bash[18503]: cluster 2024-05-03T10:56:24.078569+0000 mgr.y (mgr.14388) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:25.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:24 smithi008 bash[23571]: cluster 2024-05-03T10:56:24.078569+0000 mgr.y (mgr.14388) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:25.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:24 smithi143 bash[18601]: cluster 2024-05-03T10:56:24.078569+0000 mgr.y (mgr.14388) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:25.504 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:27.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:27 smithi143 bash[18601]: cluster 2024-05-03T10:56:26.079127+0000 mgr.y (mgr.14388) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:27.764 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:27 smithi008 bash[23571]: cluster 2024-05-03T10:56:26.079127+0000 mgr.y (mgr.14388) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:27.764 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:27 smithi008 bash[18503]: cluster 2024-05-03T10:56:26.079127+0000 mgr.y (mgr.14388) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:28.017 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:56:27 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:56:27] "GET /metrics HTTP/1.1" 200 191503 "" "Prometheus/2.33.4" 2024-05-03T10:56:28.118 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-03T10:56:28.119 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":60,"fsid":"92aee8a6-093a-11ef-bc97-c7b262605968","created":"2024-05-03T10:48:50.743275+0000","modified":"2024-05-03T10:55:45.189230+0000","last_up_change":"2024-05-03T10:55:20.500023+0000","last_in_change":"2024-05-03T10:54:56.915891+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-03T10:52:31.684026+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"85c9b602-cb1d-4633-be40-a625ca106973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":813811248},{"type":"v1","addr":"172.21.15.8:6803","nonce":813811248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":813811248},{"type":"v1","addr":"172.21.15.8:6805","nonce":813811248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":813811248},{"type":"v1","addr":"172.21.15.8:6809","nonce":813811248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":813811248},{"type":"v1","addr":"172.21.15.8:6807","nonce":813811248}]},"public_addr":"172.21.15.8:6803/813811248","cluster_addr":"172.21.15.8:6805/813811248","heartbeat_back_addr":"172.21.15.8:6809/813811248","heartbeat_front_addr":"172.21.15.8:6807/813811248","state":["exists","up"]},{"osd":1,"uuid":"5efc5b2f-cd3e-4c5d-b5d1-ecf1ca048f91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6810","nonce":1953788746},{"type":"v1","addr":"172.21.15.8:6811","nonce":1953788746}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":1953788746},{"type":"v1","addr":"172.21.15.8:6813","nonce":1953788746}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":1953788746},{"type":"v1","addr":"172.21.15.8:6817","nonce":1953788746}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":1953788746},{"type":"v1","addr":"172.21.15.8:6815","nonce":1953788746}]},"public_addr":"172.21.15.8:6811/1953788746","cluster_addr":"172.21.15.8:6813/1953788746","heartbeat_back_addr":"172.21.15.8:6817/1953788746","heartbeat_front_addr":"172.21.15.8:6815/1953788746","state":["exists","up"]},{"osd":2,"uuid":"b5434954-ad50-4035-b965-8765f0fe1c79","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.8:6818","nonce":2296268556},{"type":"v1","addr":"172.21.15.8:6819","nonce":2296268556}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":2296268556},{"type":"v1","addr":"172.21.15.8:6821","nonce":2296268556}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":2296268556},{"type":"v1","addr":"172.21.15.8:6825","nonce":2296268556}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":2296268556},{"type":"v1","addr":"172.21.15.8:6823","nonce":2296268556}]},"public_addr":"172.21.15.8:6819/2296268556","cluster_addr":"172.21.15.8:6821/2296268556","heartbeat_back_addr":"172.21.15.8:6825/2296268556","heartbeat_front_addr":"172.21.15.8:6823/2296268556","state":["exists","up"]},{"osd":3,"uuid":"a8613b40-10e0-4e06-b34e-36ab9bb6fda0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":2454079168},{"type":"v1","addr":"172.21.15.8:6827","nonce":2454079168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":2454079168},{"type":"v1","addr":"172.21.15.8:6829","nonce":2454079168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":2454079168},{"type":"v1","addr":"172.21.15.8:6833","nonce":2454079168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":2454079168},{"type":"v1","addr":"172.21.15.8:6831","nonce":2454079168}]},"public_addr":"172.21.15.8:6827/2454079168","cluster_addr":"172.21.15.8:6829/2454079168","heartbeat_back_addr":"172.21.15.8:6833/2454079168","heartbeat_front_addr":"172.21.15.8:6831/2454079168","state":["exists","up"]},{"osd":4,"uuid":"b0649bcc-860b-47e6-9553-6013733be217","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":345889192},{"type":"v1","addr":"172.21.15.143:6801","nonce":345889192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":345889192},{"type":"v1","addr":"172.21.15.143:6803","nonce":345889192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":345889192},{"type":"v1","addr":"172.21.15.143:6807","nonce":345889192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":345889192},{"type":"v1","addr":"172.21.15.143:6805","nonce":345889192}]},"public_addr":"172.21.15.143:6801/345889192","cluster_addr":"172.21.15.143:6803/345889192","heartbeat_back_addr":"172.21.15.143:6807/345889192","heartbeat_front_addr":"172.21.15.143:6805/345889192","state":["exists","up"]},{"osd":5,"uuid":"ab4774fd-b66e-4f0a-aed7-51f966d8f7e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":3810490036},{"type":"v1","addr":"172.21.15.143:6809","nonce":3810490036}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":3810490036},{"type":"v1","addr":"172.21.15.143:6811","nonce":3810490036}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":3810490036},{"type":"v1","addr":"172.21.15.143:6815","nonce":3810490036}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":3810490036},{"type":"v1","addr":"172.21.15.143:6813","nonce":3810490036}]},"public_addr":"172.21.15.143:6809/3810490036","cluster_addr":"172.21.15.143:6811/3810490036","heartbeat_back_addr":"172.21.15.143:6815/3810490036","heartbeat_front_addr":"172.21.15.143:6813/3810490036","state":["exists","up"]},{"osd":6,"uuid":"57abd3af-39cf-48cf-a294-1f0fb14f5935","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2733142007},{"type":"v1","addr":"172.21.15.143:6817","nonce":2733142007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":2733142007},{"type":"v1","addr":"172.21.15.143:6819","nonce":2733142007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":2733142007},{"type":"v1","addr":"172.21.15.143:6823","nonce":2733142007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":2733142007},{"type":"v1","addr":"172.21.15.143:6821","nonce":2733142007}]},"public_addr":"172.21.15.143:6817/2733142007","cluster_addr":"172.21.15.143:6819/2733142007","heartbeat_back_addr":"172.21.15.143:6823/2733142007","heartbeat_front_addr":"172.21.15.143:6821/2733142007","state":["exists","up"]},{"osd":7,"uuid":"6387edb7-cf44-4c43-9a31-f194b4bfeb67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":2466391929},{"type":"v1","addr":"172.21.15.143:6825","nonce":2466391929}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":2466391929},{"type":"v1","addr":"172.21.15.143:6827","nonce":2466391929}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":2466391929},{"type":"v1","addr":"172.21.15.143:6831","nonce":2466391929}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":2466391929},{"type":"v1","addr":"172.21.15.143:6829","nonce":2466391929}]},"public_addr":"172.21.15.143:6825/2466391929","cluster_addr":"172.21.15.143:6827/2466391929","heartbeat_back_addr":"172.21.15.143:6831/2466391929","heartbeat_front_addr":"172.21.15.143:6829/2466391929","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:51:20.629075+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:51:53.896756+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:52:27.969912+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:53:02.182970+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:53:34.556024+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:54:08.380656+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:54:43.454460+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-05-03T10:55:18.628321+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/1887462893":"2024-05-04T10:55:45.189099+0000","172.21.15.8:6800/1426062181":"2024-05-04T10:55:45.189099+0000","172.21.15.8:0/2043968829":"2024-05-04T10:55:45.189099+0000","172.21.15.8:0/4145330274":"2024-05-04T10:49:49.028529+0000","172.21.15.8:6801/929270807":"2024-05-04T10:49:49.028529+0000","172.21.15.8:6800/929270807":"2024-05-04T10:49:49.028529+0000","172.21.15.8:6801/1426062181":"2024-05-04T10:55:45.189099+0000","172.21.15.8:0/3901654837":"2024-05-04T10:49:20.620636+0000","172.21.15.8:0/3406043764":"2024-05-04T10:55:45.189099+0000","172.21.15.8:0/2721445046":"2024-05-04T10:49:49.028529+0000","172.21.15.8:0/170777765":"2024-05-04T10:49:20.620636+0000","172.21.15.8:6800/1104324861":"2024-05-04T10:49:20.620636+0000","172.21.15.8:0/2105399581":"2024-05-04T10:49:49.028529+0000","172.21.15.8:0/3017782744":"2024-05-04T10:49:20.620636+0000","172.21.15.8:0/1515410122":"2024-05-04T10:55:45.189099+0000","172.21.15.8:6801/1104324861":"2024-05-04T10:49:20.620636+0000"},"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-05-03T10:56:28.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:28 smithi008 bash[18503]: audit 2024-05-03T10:56:28.117300+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.8:0/3924058586' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-03T10:56:28.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:28 smithi008 bash[23571]: audit 2024-05-03T10:56:28.117300+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.8:0/3924058586' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-03T10:56:28.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:28 smithi143 bash[18601]: audit 2024-05-03T10:56:28.117300+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.8:0/3924058586' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-03T10:56:28.774 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-03T10:56:28.775 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-03T10:56:28.775 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-03T10:56:28.776 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-05-03T10:56:28.776 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-05-03T10:56:28.776 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-05-03T10:56:28.777 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-05-03T10:56:28.777 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-05-03T10:56:29.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:29 smithi143 bash[18601]: cluster 2024-05-03T10:56:28.079737+0000 mgr.y (mgr.14388) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:29.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:29 smithi008 bash[18503]: cluster 2024-05-03T10:56:28.079737+0000 mgr.y (mgr.14388) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:29.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:29 smithi008 bash[23571]: cluster 2024-05-03T10:56:28.079737+0000 mgr.y (mgr.14388) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:30.767 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:56:30 smithi008 bash[38375]: level=info ts=2024-05-03T10:56:30.368Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004298472s 2024-05-03T10:56:31.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:31 smithi143 bash[18601]: cluster 2024-05-03T10:56:30.080463+0000 mgr.y (mgr.14388) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:31.633 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:31.634 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:31.634 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:31.634 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:31.635 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:31.637 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:31.638 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:31.639 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:31.665 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:31 smithi008 bash[18503]: cluster 2024-05-03T10:56:30.080463+0000 mgr.y (mgr.14388) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:31.665 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:31 smithi008 bash[23571]: cluster 2024-05-03T10:56:30.080463+0000 mgr.y (mgr.14388) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:32.102 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:56:31 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:56:33.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:33 smithi143 bash[18601]: cluster 2024-05-03T10:56:32.081197+0000 mgr.y (mgr.14388) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:33.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:33 smithi008 bash[18503]: cluster 2024-05-03T10:56:32.081197+0000 mgr.y (mgr.14388) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:33.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:33 smithi008 bash[23571]: cluster 2024-05-03T10:56:32.081197+0000 mgr.y (mgr.14388) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:35.384 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:35 smithi008 bash[23571]: cluster 2024-05-03T10:56:34.081901+0000 mgr.y (mgr.14388) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:35.385 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:35 smithi008 bash[18503]: cluster 2024-05-03T10:56:34.081901+0000 mgr.y (mgr.14388) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:35.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:35 smithi143 bash[18601]: cluster 2024-05-03T10:56:34.081901+0000 mgr.y (mgr.14388) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:37.531 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:37 smithi008 bash[23571]: cluster 2024-05-03T10:56:36.082641+0000 mgr.y (mgr.14388) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:37.532 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:37 smithi008 bash[18503]: cluster 2024-05-03T10:56:36.082641+0000 mgr.y (mgr.14388) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:37.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:37 smithi143 bash[18601]: cluster 2024-05-03T10:56:36.082641+0000 mgr.y (mgr.14388) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:38.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:56:37 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:56:37] "GET /metrics HTTP/1.1" 200 191493 "" "Prometheus/2.33.4" 2024-05-03T10:56:39.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:39 smithi008 bash[18503]: cluster 2024-05-03T10:56:38.083288+0000 mgr.y (mgr.14388) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:39.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:39 smithi008 bash[23571]: cluster 2024-05-03T10:56:38.083288+0000 mgr.y (mgr.14388) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:39.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:39 smithi143 bash[18601]: cluster 2024-05-03T10:56:38.083288+0000 mgr.y (mgr.14388) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:40.920 INFO:teuthology.orchestra.run.smithi008.stdout:167503724574 2024-05-03T10:56:40.920 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-05-03T10:56:41.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:41 smithi008 bash[18503]: cluster 2024-05-03T10:56:40.083929+0000 mgr.y (mgr.14388) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:41.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:41 smithi008 bash[23571]: cluster 2024-05-03T10:56:40.083929+0000 mgr.y (mgr.14388) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:41.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:41 smithi143 bash[18601]: cluster 2024-05-03T10:56:40.083929+0000 mgr.y (mgr.14388) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:42.102 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:56:41 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:56:43.038 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:56:42 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.039 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:56:42 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.039 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:42 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.040 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:42 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.040 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:56:42 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.040 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:42 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.040 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:56:42 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.041 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 10:56:42 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.290 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.290 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.291 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.291 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.291 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.292 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.292 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.292 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.292 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.292 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.293 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.293 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:56:43.293 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:43 smithi143 systemd[1]: Started Ceph grafana.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:56:43.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:43 smithi143 bash[18601]: cluster 2024-05-03T10:56:42.084540+0000 mgr.y (mgr.14388) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:43.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:43 smithi143 bash[18601]: audit 2024-05-03T10:56:43.327457+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:43.603 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:43 smithi143 bash[18601]: audit 2024-05-03T10:56:43.329692+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:56:43.693 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:43 smithi008 bash[18503]: cluster 2024-05-03T10:56:42.084540+0000 mgr.y (mgr.14388) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:43.694 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:43 smithi008 bash[18503]: audit 2024-05-03T10:56:43.327457+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:43.694 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:43 smithi008 bash[18503]: audit 2024-05-03T10:56:43.329692+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:56:43.694 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:43 smithi008 bash[23571]: cluster 2024-05-03T10:56:42.084540+0000 mgr.y (mgr.14388) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:43.694 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:43 smithi008 bash[23571]: audit 2024-05-03T10:56:43.327457+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:43.694 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:43 smithi008 bash[23571]: audit 2024-05-03T10:56:43.329692+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:56:44.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:44 smithi008 bash[18503]: audit 2024-05-03T10:56:43.330990+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:56:44.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:44 smithi008 bash[18503]: audit 2024-05-03T10:56:43.335616+0000 mon.c (mon.1) 43 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:56:44.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:44 smithi008 bash[23571]: audit 2024-05-03T10:56:43.330990+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:56:44.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:44 smithi008 bash[23571]: audit 2024-05-03T10:56:43.335616+0000 mon.c (mon.1) 43 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:56:44.528 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:44 smithi143 bash[18601]: audit 2024-05-03T10:56:43.330990+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:56:44.528 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:44 smithi143 bash[18601]: audit 2024-05-03T10:56:43.335616+0000 mon.c (mon.1) 43 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:56:44.529 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="The state of unified alerting is still not defined. The decision will be made during as we run the database migrations" logger=settings 2024-05-03T10:56:44.529 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=warn msg="falling back to legacy setting of 'min_interval_seconds'; please use the configuration option in the `unified_alerting` section if Grafana 8 alerts are enabled." logger=settings 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="App mode production" logger=settings 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=warn msg="SQLite database file has broader permissions than it should" logger=sqlstore path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-05-03T10:56:44.530 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Starting DB migrations" logger=migrator 2024-05-03T10:56:44.531 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-05-03T10:56:44.531 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-05-03T10:56:44.531 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-05-03T10:56:44.531 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-05-03T10:56:44.531 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-05-03T10:56:44.792 INFO:teuthology.orchestra.run.smithi008.stdout:34359738434 2024-05-03T10:56:44.793 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-03T10:56:44.815 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-05-03T10:56:44.815 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-05-03T10:56:44.815 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-05-03T10:56:44.815 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-05-03T10:56:44.815 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-05-03T10:56:44.815 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-05-03T10:56:44.815 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-05-03T10:56:44.815 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-05-03T10:56:44.815 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-05-03T10:56:45.084 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-05-03T10:56:45.084 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-05-03T10:56:45.084 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-05-03T10:56:45.084 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2024-05-03T10:56:45.084 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:44 smithi143 bash[33742]: t=2024-05-03T10:56:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2024-05-03T10:56:45.084 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-05-03T10:56:45.084 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-05-03T10:56:45.084 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-05-03T10:56:45.340 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-05-03T10:56:45.340 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-05-03T10:56:45.340 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-05-03T10:56:45.340 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2024-05-03T10:56:45.340 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2024-05-03T10:56:45.340 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2024-05-03T10:56:45.341 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2024-05-03T10:56:45.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:45 smithi143 bash[18601]: cluster 2024-05-03T10:56:44.085160+0000 mgr.y (mgr.14388) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:45.602 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-05-03T10:56:45.602 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2024-05-03T10:56:45.603 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2024-05-03T10:56:45.603 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2024-05-03T10:56:45.603 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2024-05-03T10:56:45.613 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:45 smithi008 bash[18503]: cluster 2024-05-03T10:56:44.085160+0000 mgr.y (mgr.14388) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:45.613 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:45 smithi008 bash[23571]: cluster 2024-05-03T10:56:44.085160+0000 mgr.y (mgr.14388) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:45.864 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2024-05-03T10:56:45.865 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2024-05-03T10:56:45.865 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2024-05-03T10:56:45.865 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2024-05-03T10:56:45.865 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-05-03T10:56:45.865 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-05-03T10:56:45.865 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-05-03T10:56:45.865 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-05-03T10:56:46.053 INFO:teuthology.orchestra.run.smithi008.stdout:55834574907 2024-05-03T10:56:46.053 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-03T10:56:46.101 INFO:teuthology.orchestra.run.smithi008.stdout:133143986215 2024-05-03T10:56:46.101 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-05-03T10:56:46.141 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-05-03T10:56:46.141 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-05-03T10:56:46.141 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-05-03T10:56:46.142 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:45 smithi143 bash[33742]: t=2024-05-03T10:56:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2024-05-03T10:56:46.142 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-05-03T10:56:46.142 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-05-03T10:56:46.142 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-05-03T10:56:46.142 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-05-03T10:56:46.331 INFO:teuthology.orchestra.run.smithi008.stdout:111669149741 2024-05-03T10:56:46.331 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-05-03T10:56:46.394 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:46 smithi143 bash[18601]: audit 2024-05-03T10:56:46.176867+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:56:46.394 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:46 smithi143 bash[18601]: audit 2024-05-03T10:56:46.177427+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:56:46.394 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:46 smithi143 bash[18601]: audit 2024-05-03T10:56:46.184035+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:56:46.394 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:46 smithi143 bash[18601]: audit 2024-05-03T10:56:46.185476+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:46.394 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:46 smithi143 bash[18601]: audit 2024-05-03T10:56:46.193657+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:56:46.394 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-05-03T10:56:46.394 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-05-03T10:56:46.394 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-05-03T10:56:46.394 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-05-03T10:56:46.394 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-05-03T10:56:46.612 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:46 smithi008 bash[23571]: audit 2024-05-03T10:56:46.176867+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:56:46.613 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:46 smithi008 bash[23571]: audit 2024-05-03T10:56:46.177427+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:56:46.613 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:46 smithi008 bash[23571]: audit 2024-05-03T10:56:46.184035+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:56:46.613 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:46 smithi008 bash[23571]: audit 2024-05-03T10:56:46.185476+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:46.613 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:46 smithi008 bash[23571]: audit 2024-05-03T10:56:46.193657+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:56:46.613 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:46 smithi008 bash[18503]: audit 2024-05-03T10:56:46.176867+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:56:46.613 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:46 smithi008 bash[18503]: audit 2024-05-03T10:56:46.177427+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:56:46.613 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:46 smithi008 bash[18503]: audit 2024-05-03T10:56:46.184035+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:56:46.613 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:46 smithi008 bash[18503]: audit 2024-05-03T10:56:46.185476+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:46.613 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:46 smithi008 bash[18503]: audit 2024-05-03T10:56:46.193657+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:56:46.680 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-05-03T10:56:46.680 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-05-03T10:56:46.680 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-05-03T10:56:46.680 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-05-03T10:56:46.680 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-05-03T10:56:46.680 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-05-03T10:56:46.680 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-05-03T10:56:46.933 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-05-03T10:56:46.933 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-05-03T10:56:46.933 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-05-03T10:56:46.933 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-05-03T10:56:46.933 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-05-03T10:56:46.933 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-05-03T10:56:46.933 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-05-03T10:56:46.933 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-05-03T10:56:47.185 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:46 smithi143 bash[33742]: t=2024-05-03T10:56:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-05-03T10:56:47.186 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-05-03T10:56:47.186 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-05-03T10:56:47.186 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-05-03T10:56:47.186 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-05-03T10:56:47.186 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-05-03T10:56:47.186 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-05-03T10:56:47.186 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-05-03T10:56:47.505 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-05-03T10:56:47.505 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-05-03T10:56:47.506 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-05-03T10:56:47.506 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-05-03T10:56:47.506 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-05-03T10:56:47.506 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-05-03T10:56:47.506 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-05-03T10:56:47.506 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-05-03T10:56:47.506 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-05-03T10:56:47.506 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-05-03T10:56:47.506 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2024-05-03T10:56:47.506 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2024-05-03T10:56:47.674 INFO:teuthology.orchestra.run.smithi008.stdout:201863462938 2024-05-03T10:56:47.675 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-05-03T10:56:47.766 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:47 smithi143 bash[18601]: cluster 2024-05-03T10:56:46.085638+0000 mgr.y (mgr.14388) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:47.766 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:47 smithi143 bash[18601]: audit 2024-05-03T10:56:46.733734+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:47.766 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2024-05-03T10:56:47.766 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2024-05-03T10:56:47.767 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-05-03T10:56:47.767 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-05-03T10:56:47.767 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-05-03T10:56:47.767 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-05-03T10:56:47.924 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:47 smithi008 bash[23571]: cluster 2024-05-03T10:56:46.085638+0000 mgr.y (mgr.14388) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:47.924 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:47 smithi008 bash[23571]: audit 2024-05-03T10:56:46.733734+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:47.924 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:47 smithi008 bash[18503]: cluster 2024-05-03T10:56:46.085638+0000 mgr.y (mgr.14388) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:47.924 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:47 smithi008 bash[18503]: audit 2024-05-03T10:56:46.733734+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:47.967 INFO:teuthology.orchestra.run.smithi008.stdout:236223201298 2024-05-03T10:56:47.968 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-05-03T10:56:48.014 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:56:47 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:56:47] "GET /metrics HTTP/1.1" 200 191499 "" "Prometheus/2.33.4" 2024-05-03T10:56:48.015 INFO:teuthology.orchestra.run.smithi008.stdout:77309411380 2024-05-03T10:56:48.015 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-03T10:56:48.018 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-05-03T10:56:48.018 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-05-03T10:56:48.018 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-05-03T10:56:48.018 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-05-03T10:56:48.018 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-05-03T10:56:48.018 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-05-03T10:56:48.018 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-05-03T10:56:48.018 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:47 smithi143 bash[33742]: t=2024-05-03T10:56:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-05-03T10:56:48.018 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-05-03T10:56:48.287 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-05-03T10:56:48.287 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-05-03T10:56:48.287 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-05-03T10:56:48.287 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-05-03T10:56:48.287 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-05-03T10:56:48.287 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2024-05-03T10:56:48.287 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2024-05-03T10:56:48.288 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2024-05-03T10:56:48.288 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2024-05-03T10:56:48.288 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-05-03T10:56:48.416 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:48.556 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-05-03T10:56:48.556 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-05-03T10:56:48.556 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-05-03T10:56:48.556 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-05-03T10:56:48.556 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-05-03T10:56:48.557 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-05-03T10:56:48.557 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-05-03T10:56:48.557 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-05-03T10:56:48.834 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-05-03T10:56:48.834 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-05-03T10:56:48.834 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-05-03T10:56:48.835 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-05-03T10:56:48.835 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-05-03T10:56:48.835 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-05-03T10:56:48.835 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-05-03T10:56:48.835 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2024-05-03T10:56:48.835 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-05-03T10:56:48.835 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-05-03T10:56:49.102 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-05-03T10:56:49.102 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-05-03T10:56:49.102 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-05-03T10:56:49.102 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:48 smithi143 bash[33742]: t=2024-05-03T10:56:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-05-03T10:56:49.102 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-05-03T10:56:49.103 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-05-03T10:56:49.103 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-05-03T10:56:49.374 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2024-05-03T10:56:49.375 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-05-03T10:56:49.375 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-05-03T10:56:49.375 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-05-03T10:56:49.375 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-05-03T10:56:49.375 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-05-03T10:56:49.375 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-05-03T10:56:49.375 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-05-03T10:56:49.375 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-05-03T10:56:49.501 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:49.502 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:49.503 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:49.503 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:49.636 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-05-03T10:56:49.636 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-05-03T10:56:49.636 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-05-03T10:56:49.636 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-05-03T10:56:49.636 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-05-03T10:56:49.636 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-05-03T10:56:49.636 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-05-03T10:56:49.636 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-05-03T10:56:49.636 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-05-03T10:56:49.821 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:49 smithi008 bash[18503]: cluster 2024-05-03T10:56:48.086092+0000 mgr.y (mgr.14388) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:49.905 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:49 smithi143 bash[18601]: cluster 2024-05-03T10:56:48.086092+0000 mgr.y (mgr.14388) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:49.906 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:49 smithi143 bash[18601]: audit 2024-05-03T10:56:48.947260+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:49.906 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:49 smithi143 bash[18601]: audit 2024-05-03T10:56:48.951997+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:49.906 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-05-03T10:56:49.906 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-05-03T10:56:49.906 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-05-03T10:56:49.906 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-05-03T10:56:49.906 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2024-05-03T10:56:49.906 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-05-03T10:56:49.906 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-05-03T10:56:49.906 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-05-03T10:56:49.906 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-05-03T10:56:49.907 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-05-03T10:56:50.166 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-05-03T10:56:50.167 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:49 smithi143 bash[33742]: t=2024-05-03T10:56:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-05-03T10:56:50.167 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-05-03T10:56:50.167 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2024-05-03T10:56:50.167 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2024-05-03T10:56:50.167 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2024-05-03T10:56:50.167 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2024-05-03T10:56:50.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:49 smithi008 bash[18503]: audit 2024-05-03T10:56:48.947260+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:50.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:49 smithi008 bash[18503]: audit 2024-05-03T10:56:48.951997+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:50.227 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:49 smithi008 bash[23571]: cluster 2024-05-03T10:56:48.086092+0000 mgr.y (mgr.14388) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:50.227 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:49 smithi008 bash[23571]: audit 2024-05-03T10:56:48.947260+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:50.227 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:49 smithi008 bash[23571]: audit 2024-05-03T10:56:48.951997+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:56:50.436 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-05-03T10:56:50.437 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-05-03T10:56:50.437 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-05-03T10:56:50.437 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-05-03T10:56:50.437 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-05-03T10:56:50.437 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-05-03T10:56:50.437 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-05-03T10:56:50.437 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-05-03T10:56:50.437 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-05-03T10:56:50.525 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:50.525 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:50.525 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:56:50.705 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-05-03T10:56:50.706 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-05-03T10:56:50.706 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-05-03T10:56:50.706 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-05-03T10:56:50.706 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-05-03T10:56:50.706 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-05-03T10:56:50.706 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-05-03T10:56:50.706 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-05-03T10:56:50.706 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-05-03T10:56:50.706 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2024-05-03T10:56:50.975 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:50 smithi143 bash[18601]: cephadm 2024-05-03T10:56:48.955334+0000 mgr.y (mgr.14388) 52 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-05-03T10:56:50.975 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:50 smithi143 bash[18601]: cephadm 2024-05-03T10:56:48.958265+0000 mgr.y (mgr.14388) 53 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi008 2024-05-03T10:56:50.975 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2024-05-03T10:56:50.975 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2024-05-03T10:56:50.975 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2024-05-03T10:56:50.976 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-05-03T10:56:50.976 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-05-03T10:56:50.976 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-05-03T10:56:50.976 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-05-03T10:56:50.976 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:50 smithi143 bash[33742]: t=2024-05-03T10:56:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-05-03T10:56:51.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:50 smithi008 bash[18503]: cephadm 2024-05-03T10:56:48.955334+0000 mgr.y (mgr.14388) 52 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-05-03T10:56:51.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:50 smithi008 bash[18503]: cephadm 2024-05-03T10:56:48.958265+0000 mgr.y (mgr.14388) 53 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi008 2024-05-03T10:56:51.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:50 smithi008 bash[23571]: cephadm 2024-05-03T10:56:48.955334+0000 mgr.y (mgr.14388) 52 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-05-03T10:56:51.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:50 smithi008 bash[23571]: cephadm 2024-05-03T10:56:48.958265+0000 mgr.y (mgr.14388) 53 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi008 2024-05-03T10:56:51.236 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-05-03T10:56:51.237 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-05-03T10:56:51.237 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-05-03T10:56:51.237 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-05-03T10:56:51.237 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-05-03T10:56:51.237 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-05-03T10:56:51.237 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-05-03T10:56:51.237 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-05-03T10:56:51.237 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-05-03T10:56:51.497 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-05-03T10:56:51.497 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2024-05-03T10:56:51.497 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2024-05-03T10:56:51.497 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2024-05-03T10:56:51.498 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2024-05-03T10:56:51.498 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-05-03T10:56:51.498 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-05-03T10:56:51.498 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-05-03T10:56:51.776 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:51 smithi143 bash[18601]: cluster 2024-05-03T10:56:50.086430+0000 mgr.y (mgr.14388) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:51.776 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-05-03T10:56:51.776 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-05-03T10:56:51.776 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-05-03T10:56:51.776 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-05-03T10:56:51.776 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-05-03T10:56:51.776 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-05-03T10:56:51.776 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-05-03T10:56:51.776 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-05-03T10:56:51.777 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-05-03T10:56:51.777 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-05-03T10:56:52.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:51 smithi008 bash[18503]: cluster 2024-05-03T10:56:50.086430+0000 mgr.y (mgr.14388) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:52.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:51 smithi008 bash[23571]: cluster 2024-05-03T10:56:50.086430+0000 mgr.y (mgr.14388) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:52.028 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:56:51 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:56:52.028 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-05-03T10:56:52.028 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-05-03T10:56:52.028 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2024-05-03T10:56:52.028 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-05-03T10:56:52.028 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:51 smithi143 bash[33742]: t=2024-05-03T10:56:51+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-05-03T10:56:52.028 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-05-03T10:56:52.029 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-05-03T10:56:52.281 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-05-03T10:56:52.281 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-05-03T10:56:52.281 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-05-03T10:56:52.281 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-05-03T10:56:52.281 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-05-03T10:56:52.281 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-05-03T10:56:52.281 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-05-03T10:56:52.281 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-05-03T10:56:52.550 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-05-03T10:56:52.551 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2024-05-03T10:56:52.551 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-05-03T10:56:52.551 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-05-03T10:56:52.551 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-05-03T10:56:52.551 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-05-03T10:56:52.551 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-05-03T10:56:52.551 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-05-03T10:56:52.803 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-05-03T10:56:52.803 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2024-05-03T10:56:52.804 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2024-05-03T10:56:52.804 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2024-05-03T10:56:52.804 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2024-05-03T10:56:52.804 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-05-03T10:56:52.804 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2024-05-03T10:56:52.804 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-05-03T10:56:52.804 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-05-03T10:56:53.098 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-05-03T10:56:53.098 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-05-03T10:56:53.099 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-05-03T10:56:53.099 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-05-03T10:56:53.099 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-05-03T10:56:53.099 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-05-03T10:56:53.099 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:52 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-05-03T10:56:53.099 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-05-03T10:56:53.099 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-05-03T10:56:53.099 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-05-03T10:56:53.099 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-05-03T10:56:53.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-05-03T10:56:53.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-05-03T10:56:53.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-05-03T10:56:53.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-05-03T10:56:53.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-05-03T10:56:53.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-05-03T10:56:53.353 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-05-03T10:56:53.353 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-05-03T10:56:53.353 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-05-03T10:56:53.629 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-05-03T10:56:53.629 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2024-05-03T10:56:53.629 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2024-05-03T10:56:53.629 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-05-03T10:56:53.630 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-05-03T10:56:53.630 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2024-05-03T10:56:53.630 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2024-05-03T10:56:53.630 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2024-05-03T10:56:53.630 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2024-05-03T10:56:53.898 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:53 smithi143 bash[18601]: cluster 2024-05-03T10:56:52.086943+0000 mgr.y (mgr.14388) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:53.899 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2024-05-03T10:56:53.899 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2024-05-03T10:56:53.899 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2024-05-03T10:56:53.899 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2024-05-03T10:56:53.899 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2024-05-03T10:56:53.899 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2024-05-03T10:56:53.900 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2024-05-03T10:56:53.900 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2024-05-03T10:56:53.900 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2024-05-03T10:56:54.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:53 smithi008 bash[18503]: cluster 2024-05-03T10:56:52.086943+0000 mgr.y (mgr.14388) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:54.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:53 smithi008 bash[23571]: cluster 2024-05-03T10:56:52.086943+0000 mgr.y (mgr.14388) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:54.168 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2024-05-03T10:56:54.168 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:53 smithi143 bash[33742]: t=2024-05-03T10:56:53+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2024-05-03T10:56:54.168 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-05-03T10:56:54.168 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-05-03T10:56:54.168 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2024-05-03T10:56:54.168 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2024-05-03T10:56:54.169 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2024-05-03T10:56:54.454 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-05-03T10:56:54.454 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2024-05-03T10:56:54.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2024-05-03T10:56:54.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-05-03T10:56:54.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2024-05-03T10:56:54.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2024-05-03T10:56:54.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2024-05-03T10:56:54.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-05-03T10:56:54.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2024-05-03T10:56:54.724 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2024-05-03T10:56:54.724 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2024-05-03T10:56:54.724 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2024-05-03T10:56:54.724 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-05-03T10:56:54.724 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2024-05-03T10:56:54.724 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2024-05-03T10:56:54.724 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2024-05-03T10:56:54.724 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2024-05-03T10:56:55.126 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:54 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2024-05-03T10:56:55.127 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-05-03T10:56:55.419 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2024-05-03T10:56:55.420 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2024-05-03T10:56:55.420 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-05-03T10:56:55.420 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2024-05-03T10:56:55.420 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-05-03T10:56:55.420 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2024-05-03T10:56:55.420 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2024-05-03T10:56:55.420 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2024-05-03T10:56:55.420 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2024-05-03T10:56:55.420 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2024-05-03T10:56:55.689 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2024-05-03T10:56:55.689 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2024-05-03T10:56:55.689 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-05-03T10:56:55.689 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2024-05-03T10:56:55.689 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2024-05-03T10:56:55.689 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2024-05-03T10:56:55.689 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2024-05-03T10:56:55.690 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2024-05-03T10:56:55.950 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:55 smithi143 bash[18601]: cluster 2024-05-03T10:56:54.087585+0000 mgr.y (mgr.14388) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:55.950 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2024-05-03T10:56:55.950 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2024-05-03T10:56:55.950 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2024-05-03T10:56:55.950 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2024-05-03T10:56:55.950 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2024-05-03T10:56:55.950 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2024-05-03T10:56:55.950 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2024-05-03T10:56:55.951 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2024-05-03T10:56:56.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:55 smithi008 bash[18503]: cluster 2024-05-03T10:56:54.087585+0000 mgr.y (mgr.14388) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:56.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:55 smithi008 bash[23571]: cluster 2024-05-03T10:56:54.087585+0000 mgr.y (mgr.14388) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:56.202 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2024-05-03T10:56:56.202 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:55 smithi143 bash[33742]: t=2024-05-03T10:56:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2024-05-03T10:56:56.202 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2024-05-03T10:56:56.203 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2024-05-03T10:56:56.203 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2024-05-03T10:56:56.203 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2024-05-03T10:56:56.203 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2024-05-03T10:56:56.203 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2024-05-03T10:56:56.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2024-05-03T10:56:56.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2024-05-03T10:56:56.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2024-05-03T10:56:56.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2024-05-03T10:56:56.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2024-05-03T10:56:56.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2024-05-03T10:56:56.455 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2024-05-03T10:56:56.456 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2024-05-03T10:56:56.716 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2024-05-03T10:56:56.716 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2024-05-03T10:56:56.716 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2024-05-03T10:56:56.716 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2024-05-03T10:56:56.716 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2024-05-03T10:56:56.716 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2024-05-03T10:56:56.717 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2024-05-03T10:56:56.717 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2024-05-03T10:56:56.717 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2024-05-03T10:56:56.968 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2024-05-03T10:56:56.968 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2024-05-03T10:56:56.968 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2024-05-03T10:56:56.968 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2024-05-03T10:56:56.968 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2024-05-03T10:56:56.969 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=12.481378068s 2024-05-03T10:56:56.969 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Created default organization" logger=sqlstore 2024-05-03T10:56:56.969 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2024-05-03T10:56:56.969 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2024-05-03T10:56:56.969 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2024-05-03T10:56:56.969 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2024-05-03T10:56:57.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:56 smithi143 bash[33742]: t=2024-05-03T10:56:56+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2024-05-03T10:56:57.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:57 smithi143 bash[33742]: t=2024-05-03T10:56:57+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-05-03T10:56:57.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:57 smithi143 bash[33742]: t=2024-05-03T10:56:57+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2024-05-03T10:56:57.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:57 smithi143 bash[33742]: t=2024-05-03T10:56:57+0000 lvl=info msg="warming cache for startup" logger=ngalert 2024-05-03T10:56:57.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:57 smithi143 bash[33742]: t=2024-05-03T10:56:57+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2024-05-03T10:56:57.352 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:56:57 smithi143 bash[33742]: t=2024-05-03T10:56:57+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-05-03T10:56:58.049 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:57 smithi008 bash[18503]: cluster 2024-05-03T10:56:56.087992+0000 mgr.y (mgr.14388) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:58.049 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:57 smithi008 bash[23571]: cluster 2024-05-03T10:56:56.087992+0000 mgr.y (mgr.14388) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:58.050 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:56:57 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:56:57] "GET /metrics HTTP/1.1" 200 191499 "" "Prometheus/2.33.4" 2024-05-03T10:56:58.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:57 smithi143 bash[18601]: cluster 2024-05-03T10:56:56.087992+0000 mgr.y (mgr.14388) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:56:59.045 INFO:teuthology.orchestra.run.smithi008.stdout:133143986218 2024-05-03T10:57:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:59 smithi008 bash[18503]: cluster 2024-05-03T10:56:58.088587+0000 mgr.y (mgr.14388) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:56:59 smithi008 bash[18503]: audit 2024-05-03T10:56:59.045238+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.8:0/469134977' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-03T10:57:00.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:59 smithi008 bash[23571]: cluster 2024-05-03T10:56:58.088587+0000 mgr.y (mgr.14388) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:00.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:56:59 smithi008 bash[23571]: audit 2024-05-03T10:56:59.045238+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.8:0/469134977' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-03T10:57:00.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:59 smithi143 bash[18601]: cluster 2024-05-03T10:56:58.088587+0000 mgr.y (mgr.14388) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:00.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:56:59 smithi143 bash[18601]: audit 2024-05-03T10:56:59.045238+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.8:0/469134977' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-03T10:57:00.133 INFO:teuthology.orchestra.run.smithi008.stdout:167503724578 2024-05-03T10:57:01.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:00 smithi008 bash[18503]: audit 2024-05-03T10:57:00.133628+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.8:0/684738220' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-03T10:57:01.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:00 smithi008 bash[23571]: audit 2024-05-03T10:57:00.133628+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.8:0/684738220' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-03T10:57:01.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:00 smithi143 bash[18601]: audit 2024-05-03T10:57:00.133628+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.8:0/684738220' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-03T10:57:02.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:01 smithi143 bash[18601]: cluster 2024-05-03T10:57:00.089118+0000 mgr.y (mgr.14388) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:02.102 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:57:01 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:57:02.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:01 smithi008 bash[18503]: cluster 2024-05-03T10:57:00.089118+0000 mgr.y (mgr.14388) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:02.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:01 smithi008 bash[23571]: cluster 2024-05-03T10:57:00.089118+0000 mgr.y (mgr.14388) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:02.629 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986215 got 133143986218 for osd.4 2024-05-03T10:57:02.629 DEBUG:teuthology.parallel:result is None 2024-05-03T10:57:04.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:03 smithi143 bash[18601]: cluster 2024-05-03T10:57:02.089686+0000 mgr.y (mgr.14388) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:04.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:03 smithi008 bash[18503]: cluster 2024-05-03T10:57:02.089686+0000 mgr.y (mgr.14388) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:04.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:03 smithi008 bash[23571]: cluster 2024-05-03T10:57:02.089686+0000 mgr.y (mgr.14388) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:04.557 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724574 got 167503724578 for osd.5 2024-05-03T10:57:04.557 DEBUG:teuthology.parallel:result is None 2024-05-03T10:57:04.903 INFO:teuthology.orchestra.run.smithi008.stdout:55834574911 2024-05-03T10:57:05.662 INFO:teuthology.orchestra.run.smithi008.stdout:34359738438 2024-05-03T10:57:05.990 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:05 smithi008 bash[18503]: cluster 2024-05-03T10:57:04.090318+0000 mgr.y (mgr.14388) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:05.990 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:05 smithi008 bash[18503]: audit 2024-05-03T10:57:04.903983+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.8:0/3967098787' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-03T10:57:05.990 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:05 smithi008 bash[18503]: audit 2024-05-03T10:57:05.662772+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.8:0/73287781' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-03T10:57:05.994 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:05 smithi008 bash[23571]: cluster 2024-05-03T10:57:04.090318+0000 mgr.y (mgr.14388) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:05.994 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:05 smithi008 bash[23571]: audit 2024-05-03T10:57:04.903983+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.8:0/3967098787' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-03T10:57:05.994 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:05 smithi008 bash[23571]: audit 2024-05-03T10:57:05.662772+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.8:0/73287781' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-03T10:57:06.041 INFO:teuthology.orchestra.run.smithi008.stdout:236223201302 2024-05-03T10:57:06.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:05 smithi143 bash[18601]: cluster 2024-05-03T10:57:04.090318+0000 mgr.y (mgr.14388) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:06.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:05 smithi143 bash[18601]: audit 2024-05-03T10:57:04.903983+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.8:0/3967098787' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-03T10:57:06.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:05 smithi143 bash[18601]: audit 2024-05-03T10:57:05.662772+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.8:0/73287781' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-03T10:57:06.267 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:06 smithi008 systemd[1]: Stopping Ceph alertmanager.a for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T10:57:06.267 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:06 smithi008 bash[41871]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-alertmanager.a 2024-05-03T10:57:06.654 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:06 smithi008 bash[38375]: level=info ts=2024-05-03T10:57:06.466Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-05-03T10:57:06.845 INFO:teuthology.orchestra.run.smithi008.stdout:77309411384 2024-05-03T10:57:06.919 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:06 smithi008 bash[18503]: audit 2024-05-03T10:57:06.042142+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.8:0/3187808019' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-05-03T10:57:06.919 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:06 smithi008 bash[23571]: audit 2024-05-03T10:57:06.042142+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.8:0/3187808019' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-05-03T10:57:07.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:06 smithi143 bash[18601]: audit 2024-05-03T10:57:06.042142+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.8:0/3187808019' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-05-03T10:57:07.116 INFO:teuthology.orchestra.run.smithi008.stdout:111669149745 2024-05-03T10:57:07.414 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574907 got 55834574911 for osd.1 2024-05-03T10:57:07.414 DEBUG:teuthology.parallel:result is None 2024-05-03T10:57:07.820 INFO:teuthology.orchestra.run.smithi008.stdout:201863462942 2024-05-03T10:57:08.042 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:07 smithi008 bash[18503]: cluster 2024-05-03T10:57:06.090694+0000 mgr.y (mgr.14388) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:08.043 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:07 smithi008 bash[18503]: audit 2024-05-03T10:57:06.846230+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.8:0/1303472269' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-03T10:57:08.043 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:07 smithi008 bash[18503]: audit 2024-05-03T10:57:07.116557+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.8:0/3345959347' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-03T10:57:08.043 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:57:07 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:57:07] "GET /metrics HTTP/1.1" 200 191502 "" "Prometheus/2.33.4" 2024-05-03T10:57:08.043 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:07 smithi008 bash[23571]: cluster 2024-05-03T10:57:06.090694+0000 mgr.y (mgr.14388) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:08.043 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:07 smithi008 bash[23571]: audit 2024-05-03T10:57:06.846230+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.8:0/1303472269' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-03T10:57:08.043 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:07 smithi008 bash[23571]: audit 2024-05-03T10:57:07.116557+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.8:0/3345959347' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-03T10:57:08.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:07 smithi143 bash[18601]: cluster 2024-05-03T10:57:06.090694+0000 mgr.y (mgr.14388) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:08.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:07 smithi143 bash[18601]: audit 2024-05-03T10:57:06.846230+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.8:0/1303472269' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-03T10:57:08.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:07 smithi143 bash[18601]: audit 2024-05-03T10:57:07.116557+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.8:0/3345959347' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-03T10:57:08.290 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738434 got 34359738438 for osd.0 2024-05-03T10:57:08.290 DEBUG:teuthology.parallel:result is None 2024-05-03T10:57:08.500 INFO:tasks.cephadm.ceph_manager.ceph:need seq 236223201298 got 236223201302 for osd.7 2024-05-03T10:57:08.501 DEBUG:teuthology.parallel:result is None 2024-05-03T10:57:09.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:08 smithi143 bash[18601]: audit 2024-05-03T10:57:07.820730+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.8:0/2974008310' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-05-03T10:57:09.170 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:08 smithi008 bash[18503]: audit 2024-05-03T10:57:07.820730+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.8:0/2974008310' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-05-03T10:57:09.171 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:08 smithi008 bash[23571]: audit 2024-05-03T10:57:07.820730+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.8:0/2974008310' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-05-03T10:57:09.323 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411380 got 77309411384 for osd.2 2024-05-03T10:57:09.323 DEBUG:teuthology.parallel:result is None 2024-05-03T10:57:09.435 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:09 smithi008 bash[41880]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-alertmanager-a 2024-05-03T10:57:09.436 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:09 smithi008 bash[42164]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-alertmanager.a 2024-05-03T10:57:09.874 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149741 got 111669149745 for osd.3 2024-05-03T10:57:09.875 DEBUG:teuthology.parallel:result is None 2024-05-03T10:57:10.089 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:09 smithi143 bash[18601]: cluster 2024-05-03T10:57:08.091070+0000 mgr.y (mgr.14388) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:10.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:09 smithi008 bash[18503]: cluster 2024-05-03T10:57:08.091070+0000 mgr.y (mgr.14388) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:10.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:09 smithi008 bash[23571]: cluster 2024-05-03T10:57:08.091070+0000 mgr.y (mgr.14388) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:10.268 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:09 smithi008 systemd[1]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-05-03T10:57:10.268 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:09 smithi008 systemd[1]: Stopped Ceph alertmanager.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:57:10.268 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:09 smithi008 systemd[1]: Started Ceph alertmanager.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:57:10.405 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462938 got 201863462942 for osd.6 2024-05-03T10:57:10.406 DEBUG:teuthology.parallel:result is None 2024-05-03T10:57:10.406 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-03T10:57:10.406 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-03T10:57:11.151 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:10 smithi143 bash[18601]: audit 2024-05-03T10:57:09.883658+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:11.160 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:10 smithi143 bash[18601]: cephadm 2024-05-03T10:57:09.885469+0000 mgr.y (mgr.14388) 64 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-05-03T10:57:11.160 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:10 smithi143 bash[18601]: cephadm 2024-05-03T10:57:09.888778+0000 mgr.y (mgr.14388) 65 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi143 2024-05-03T10:57:11.161 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:10 smithi008 bash[18503]: audit 2024-05-03T10:57:09.883658+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:11.161 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:10 smithi008 bash[18503]: cephadm 2024-05-03T10:57:09.885469+0000 mgr.y (mgr.14388) 64 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-05-03T10:57:11.161 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:10 smithi008 bash[18503]: cephadm 2024-05-03T10:57:09.888778+0000 mgr.y (mgr.14388) 65 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi143 2024-05-03T10:57:11.162 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:10 smithi008 bash[23571]: audit 2024-05-03T10:57:09.883658+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:11.162 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:10 smithi008 bash[23571]: cephadm 2024-05-03T10:57:09.885469+0000 mgr.y (mgr.14388) 64 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-05-03T10:57:11.162 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:10 smithi008 bash[23571]: cephadm 2024-05-03T10:57:09.888778+0000 mgr.y (mgr.14388) 65 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi143 2024-05-03T10:57:11.163 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:11 smithi008 bash[42193]: level=info ts=2024-05-03T10:57:11.119Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-05-03T10:57:11.163 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:11 smithi008 bash[42193]: level=info ts=2024-05-03T10:57:11.119Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-05-03T10:57:11.163 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:11 smithi008 bash[42193]: level=info ts=2024-05-03T10:57:11.121Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.8 port=9094 2024-05-03T10:57:11.163 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:11 smithi008 bash[42193]: level=info ts=2024-05-03T10:57:11.122Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-05-03T10:57:11.517 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:11 smithi008 bash[42193]: level=info ts=2024-05-03T10:57:11.155Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-05-03T10:57:11.518 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:11 smithi008 bash[42193]: level=info ts=2024-05-03T10:57:11.156Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-05-03T10:57:11.518 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:11 smithi008 bash[42193]: level=info ts=2024-05-03T10:57:11.159Z caller=main.go:518 msg=Listening address=:9093 2024-05-03T10:57:11.518 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:11 smithi008 bash[42193]: level=info ts=2024-05-03T10:57:11.159Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-05-03T10:57:12.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:11 smithi143 bash[18601]: cluster 2024-05-03T10:57:10.091606+0000 mgr.y (mgr.14388) 66 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:12.102 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:57:11 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:57:12.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:11 smithi008 bash[18503]: cluster 2024-05-03T10:57:10.091606+0000 mgr.y (mgr.14388) 66 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:12.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:11 smithi008 bash[23571]: cluster 2024-05-03T10:57:10.091606+0000 mgr.y (mgr.14388) 66 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:13.146 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:57:13.517 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:13 smithi008 bash[42193]: level=info ts=2024-05-03T10:57:13.122Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000687405s 2024-05-03T10:57:13.852 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 systemd[1]: Stopping Ceph prometheus.a for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T10:57:13.852 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[34280]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-prometheus.a 2024-05-03T10:57:13.852 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[32898]: ts=2024-05-03T10:57:13.656Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-05-03T10:57:13.852 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[32898]: ts=2024-05-03T10:57:13.656Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-05-03T10:57:13.852 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[32898]: ts=2024-05-03T10:57:13.656Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-05-03T10:57:13.852 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[32898]: ts=2024-05-03T10:57:13.656Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-05-03T10:57:13.852 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[32898]: ts=2024-05-03T10:57:13.656Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-05-03T10:57:13.853 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[32898]: ts=2024-05-03T10:57:13.656Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-05-03T10:57:13.853 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[32898]: ts=2024-05-03T10:57:13.656Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-05-03T10:57:13.853 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[32898]: ts=2024-05-03T10:57:13.656Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-05-03T10:57:13.853 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[32898]: ts=2024-05-03T10:57:13.656Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-05-03T10:57:13.853 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[32898]: ts=2024-05-03T10:57:13.657Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-05-03T10:57:13.853 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[32898]: ts=2024-05-03T10:57:13.657Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-05-03T10:57:13.853 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:13 smithi143 bash[32898]: ts=2024-05-03T10:57:13.657Z caller=main.go:1066 level=info msg="See you next time!" 2024-05-03T10:57:14.149 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:13 smithi008 bash[18503]: cluster 2024-05-03T10:57:12.092290+0000 mgr.y (mgr.14388) 67 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:14.149 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:13 smithi008 bash[23571]: cluster 2024-05-03T10:57:12.092290+0000 mgr.y (mgr.14388) 67 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:14.184 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:13 smithi143 bash[18601]: cluster 2024-05-03T10:57:12.092290+0000 mgr.y (mgr.14388) 67 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:14.439 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:14 smithi143 bash[34290]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-prometheus-a 2024-05-03T10:57:14.439 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:14 smithi143 bash[34324]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-prometheus.a 2024-05-03T10:57:14.439 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:14 smithi143 systemd[1]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-05-03T10:57:14.439 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:14 smithi143 systemd[1]: Stopped Ceph prometheus.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:57:14.439 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:14 smithi143 systemd[1]: Started Ceph prometheus.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T10:57:15.639 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.478Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-05-03T10:57:15.639 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.478Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-05-03T10:57:15.639 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.478Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-05-03T10:57:15.639 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.478Z caller=main.go:518 level=info host_details="(Linux 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 smithi143 (none))" 2024-05-03T10:57:15.639 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.478Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-05-03T10:57:15.639 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.478Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-05-03T10:57:15.639 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.480Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-05-03T10:57:15.639 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.480Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-05-03T10:57:15.639 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.481Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-05-03T10:57:15.640 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.484Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-05-03T10:57:15.640 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.484Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.954µs 2024-05-03T10:57:15.640 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.484Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-05-03T10:57:15.640 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.641Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-05-03T10:57:15.640 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: cluster 2024-05-03T10:57:14.092916+0000 mgr.y (mgr.14388) 68 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:15.640 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.445574+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:15.640 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.456108+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-03T10:57:15.640 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.457109+0000 mgr.y (mgr.14388) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-03T10:57:15.641 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.459456+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.8:9093"}]: dispatch 2024-05-03T10:57:15.641 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.460371+0000 mgr.y (mgr.14388) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.8:9093"}]: dispatch 2024-05-03T10:57:15.641 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.469775+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:15.641 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.484164+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-03T10:57:15.641 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.485547+0000 mgr.y (mgr.14388) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-03T10:57:15.641 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.501145+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.143:9095"}]: dispatch 2024-05-03T10:57:15.641 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.502169+0000 mgr.y (mgr.14388) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.143:9095"}]: dispatch 2024-05-03T10:57:15.641 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.514960+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:15.641 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.526815+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-03T10:57:15.641 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.527942+0000 mgr.y (mgr.14388) 73 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-03T10:57:15.641 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.539248+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.143:3000"}]: dispatch 2024-05-03T10:57:15.641 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.540277+0000 mgr.y (mgr.14388) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.143:3000"}]: dispatch 2024-05-03T10:57:15.642 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.553212+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:15.642 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.560141+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:57:15.642 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.562955+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:15.642 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:15 smithi143 bash[18601]: audit 2024-05-03T10:57:14.565204+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:57:15.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: cluster 2024-05-03T10:57:14.092916+0000 mgr.y (mgr.14388) 68 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:15.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.445574+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:15.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.456108+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.457109+0000 mgr.y (mgr.14388) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.459456+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.8:9093"}]: dispatch 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.460371+0000 mgr.y (mgr.14388) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.8:9093"}]: dispatch 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.469775+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.484164+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.485547+0000 mgr.y (mgr.14388) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.501145+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.143:9095"}]: dispatch 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.502169+0000 mgr.y (mgr.14388) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.143:9095"}]: dispatch 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.514960+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.526815+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.527942+0000 mgr.y (mgr.14388) 73 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.539248+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.143:3000"}]: dispatch 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.540277+0000 mgr.y (mgr.14388) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.143:3000"}]: dispatch 2024-05-03T10:57:15.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.553212+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:15.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.560141+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:57:15.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.562955+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:15.770 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:15 smithi008 bash[18503]: audit 2024-05-03T10:57:14.565204+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:57:15.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: cluster 2024-05-03T10:57:14.092916+0000 mgr.y (mgr.14388) 68 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:15.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.445574+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:15.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.456108+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-03T10:57:15.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.457109+0000 mgr.y (mgr.14388) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-03T10:57:15.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.459456+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.8:9093"}]: dispatch 2024-05-03T10:57:15.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.460371+0000 mgr.y (mgr.14388) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.8:9093"}]: dispatch 2024-05-03T10:57:15.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.469775+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:15.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.484164+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-03T10:57:15.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.485547+0000 mgr.y (mgr.14388) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-03T10:57:15.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.501145+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.143:9095"}]: dispatch 2024-05-03T10:57:15.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.502169+0000 mgr.y (mgr.14388) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.143:9095"}]: dispatch 2024-05-03T10:57:15.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.514960+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:15.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.526815+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-03T10:57:15.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.527942+0000 mgr.y (mgr.14388) 73 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-03T10:57:15.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.539248+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.143:3000"}]: dispatch 2024-05-03T10:57:15.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.540277+0000 mgr.y (mgr.14388) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.143:3000"}]: dispatch 2024-05-03T10:57:15.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.553212+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:15.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.560141+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:57:15.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.562955+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:15.771 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:15 smithi008 bash[23571]: audit 2024-05-03T10:57:14.565204+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:57:15.906 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-03T10:57:15.908 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2024-05-03T10:57:16.102 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.642Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-05-03T10:57:16.102 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.642Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=33.023µs wal_replay_duration=157.453042ms total_replay_duration=157.499686ms 2024-05-03T10:57:16.102 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.645Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-05-03T10:57:16.102 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.645Z caller=main.go:947 level=info msg="TSDB started" 2024-05-03T10:57:16.102 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.645Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-05-03T10:57:16.102 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.675Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=30.423619ms db_storage=1.468µs remote_storage=2.388µs web_handler=656ns query_engine=1.136µs scrape=391.337µs scrape_sd=40.905µs notify=47.946µs notify_sd=17.726µs rules=29.331739ms 2024-05-03T10:57:16.103 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:57:15 smithi143 bash[34353]: ts=2024-05-03T10:57:15.675Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-05-03T10:57:16.558 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":47,"stamp":"2024-05-03T10:57:14.092650+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":1586784,"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":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48904,"kb_used_data":6152,"kb_used_omap":0,"kb_used_meta":42688,"kb_avail":749912312,"statfs":{"total":767960285184,"available":767910207488,"internally_reserved":0,"allocated":6299648,"data_stored":3511004,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43712512},"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.003225"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-05-03T10:55:46.228774+0000","last_change":"2024-05-03T10:55:24.304774+0000","last_active":"2024-05-03T10:55:46.228774+0000","last_peered":"2024-05-03T10:55:46.228774+0000","last_clean":"2024-05-03T10:55:46.228774+0000","last_became_active":"2024-05-03T10:55:24.304262+0000","last_became_peered":"2024-05-03T10:55:24.304262+0000","last_unstale":"2024-05-03T10:55:46.228774+0000","last_undegraded":"2024-05-03T10:55:46.228774+0000","last_fullsized":"2024-05-03T10:55:46.228774+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-03T10:52:32.221770+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-03T10:52:32.221770+0000","last_clean_scrub_stamp":"2024-05-03T10:52:32.221770+0000","objects_scrubbed":0,"log_size":128,"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-05-04T17:10:05.080926+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":1586784,"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":1586784,"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":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":55,"seq":236223201304,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6096,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739056,"statfs":{"total":95995035648,"available":95988793344,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.998,"15min":0.998},"min":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.2689999999999999,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":1.008}]},{"osd":1,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.778,"5min":1.778,"15min":1.778},"last":0.85099999999999998},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":0.86499999999999999}]},{"osd":2,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.97599999999999998,"15min":0.97599999999999998},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.9530000000000001,"5min":1.9530000000000001,"15min":1.9530000000000001},"last":0.81499999999999995},{"interface":"front","average":{"1min":1.075,"5min":1.075,"15min":1.075},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.47,"5min":1.47,"15min":1.47},"last":0.77400000000000002}]},{"osd":3,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":1,"5min":1,"15min":1},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.865,"5min":1.865,"15min":1.865},"last":0.90600000000000003},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.605,"5min":1.605,"15min":1.605},"last":0.93100000000000005}]},{"osd":4,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":0.96099999999999997},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.98199999999999998}]},{"osd":5,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":1.0880000000000001,"5min":1.0880000000000001,"15min":1.0880000000000001},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.589,"5min":1.589,"15min":1.589},"last":0.89000000000000001},{"interface":"front","average":{"1min":1.077,"5min":1.077,"15min":1.077},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.508,"5min":1.508,"15min":1.508},"last":1.0529999999999999}]},{"osd":6,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.077,"15min":1.077},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.093},{"interface":"front","average":{"1min":1.1020000000000001,"5min":1.1020000000000001,"15min":1.1020000000000001},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":2.0110000000000001,"5min":2.0110000000000001,"15min":2.0110000000000001},"last":1.3080000000000001}]}]},{"osd":6,"up_from":47,"seq":201863462944,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6152,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739000,"statfs":{"total":95995035648,"available":95988736000,"internally_reserved":0,"allocated":1114112,"data_stored":769058,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:56:50 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.84499999999999997,"15min":0.84299999999999997},"min":{"1min":0.60399999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":1.1679999999999999},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.92000000000000004,"15min":0.92400000000000004},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":1.181}]},{"osd":1,"last update":"Fri May 3 10:56:50 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.89200000000000002,"15min":0.89300000000000002},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":0.90100000000000002},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.93700000000000006,"15min":0.93600000000000005},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.2829999999999999,"5min":1.292,"15min":1.292},"last":0.999}]},{"osd":2,"last update":"Fri May 3 10:56:50 2024","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":0.91200000000000003,"15min":0.90500000000000003},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.3009999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":1.073},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.95699999999999996,"15min":0.95299999999999996},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.3460000000000001,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.92300000000000004}]},{"osd":3,"last update":"Fri May 3 10:56:50 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.95599999999999996,"15min":0.96799999999999997},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.2589999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":1.026},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.96199999999999997,"15min":0.96099999999999997},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.1259999999999999}]},{"osd":4,"last update":"Fri May 3 10:56:50 2024","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.84799999999999998,"15min":0.83399999999999996},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":1.0409999999999999},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.85699999999999998,"15min":0.84899999999999998},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.97599999999999998}]},{"osd":5,"last update":"Fri May 3 10:56:50 2024","interfaces":[{"interface":"back","average":{"1min":0.995,"5min":0.92400000000000004,"15min":0.91200000000000003},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.137},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.98399999999999999,"15min":0.98199999999999998},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.542,"5min":1.542,"15min":1.542},"last":1.095}]},{"osd":7,"last update":"Fri May 3 10:56:20 2024","interfaces":[{"interface":"back","average":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.4670000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.2649999999999999},{"interface":"front","average":{"1min":1.125,"5min":1.125,"15min":1.125},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.5740000000000001,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":1.2290000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574913,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6344,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738808,"statfs":{"total":95995035648,"available":95988539392,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:56:10 2024","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.66300000000000003,"15min":0.59099999999999997},"min":{"1min":0.42999999999999999,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.71799999999999997,"15min":0.627},"min":{"1min":0.496,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.79400000000000004}]},{"osd":2,"last update":"Fri May 3 10:56:34 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.79700000000000004,"15min":0.72299999999999998},"min":{"1min":0.56100000000000005,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.246,"5min":1.246,"15min":1.246},"last":0.93999999999999995},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.75,"15min":0.68899999999999995},"min":{"1min":0.39100000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":1.4199999999999999,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.90200000000000002}]},{"osd":3,"last update":"Fri May 3 10:56:10 2024","interfaces":[{"interface":"back","average":{"1min":0.78400000000000003,"5min":0.76200000000000001,"15min":0.748},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.131,"5min":1.131,"15min":1.131},"last":0.98299999999999998},{"interface":"front","average":{"1min":1.0029999999999999,"5min":0.90900000000000003,"15min":0.877},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.4179999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.0469999999999999}]},{"osd":4,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.91400000000000003,"15min":0.90100000000000002},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.165,"5min":1.2,"15min":1.2},"last":1.0740000000000001},{"interface":"front","average":{"1min":1.113,"5min":1.048,"15min":1.0109999999999999},"min":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.4770000000000001,"5min":1.524,"15min":1.524},"last":1.585}]},{"osd":5,"last update":"Fri May 3 10:56:13 2024","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0900000000000001,"15min":1.0920000000000001},"min":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.855,"5min":1.855,"15min":1.855},"last":1.089},{"interface":"front","average":{"1min":1.081,"5min":1.071,"15min":1.069},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.4490000000000001,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":1.264}]},{"osd":6,"last update":"Fri May 3 10:56:51 2024","interfaces":[{"interface":"back","average":{"1min":1.1879999999999999,"5min":1.202,"15min":1.204},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.6299999999999999,"5min":1.6299999999999999,"15min":1.6299999999999999},"last":1.5169999999999999},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.157,"15min":1.1599999999999999},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.5669999999999999,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.165}]},{"osd":7,"last update":"Fri May 3 10:56:20 2024","interfaces":[{"interface":"back","average":{"1min":1.145,"5min":1.145,"15min":1.145},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.4830000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.347},{"interface":"front","average":{"1min":1.2829999999999999,"5min":1.2829999999999999,"15min":1.2829999999999999},"min":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":1.633}]}]},{"osd":0,"up_from":8,"seq":34359738440,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6928,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738224,"statfs":{"total":95995035648,"available":95987941376,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"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":[],"network_ping_times":[{"osd":1,"last update":"Fri May 3 10:57:04 2024","interfaces":[{"interface":"back","average":{"1min":0.72199999999999998,"5min":0.68799999999999994,"15min":0.57999999999999996},"min":{"1min":0.39900000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.70299999999999996,"15min":0.61699999999999999},"min":{"1min":0.371,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.85999999999999999,"5min":1.095,"15min":1.095},"last":0.27200000000000002}]},{"osd":2,"last update":"Fri May 3 10:56:39 2024","interfaces":[{"interface":"back","average":{"1min":0.74299999999999999,"5min":0.77300000000000002,"15min":0.72499999999999998},"min":{"1min":0.48399999999999999,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.71399999999999997,"5min":0.74099999999999999,"15min":0.69799999999999995},"min":{"1min":0.42699999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":1.091,"5min":1.274,"15min":1.274},"last":0.28399999999999997}]},{"osd":3,"last update":"Fri May 3 10:56:11 2024","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.86299999999999999,"15min":0.84699999999999998},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.84099999999999997,"5min":0.86499999999999999,"15min":0.85999999999999999},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.28,"5min":1.28,"15min":1.28},"last":0.315}]},{"osd":4,"last update":"Fri May 3 10:56:47 2024","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":1.0249999999999999,"15min":1.0189999999999999},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.2310000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.98099999999999998,"15min":0.97099999999999997},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.2609999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.55100000000000005}]},{"osd":5,"last update":"Fri May 3 10:56:16 2024","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":1.0609999999999999,"15min":1.0680000000000001},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.498,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":0.72299999999999998},{"interface":"front","average":{"1min":1,"5min":1.0009999999999999,"15min":1.0009999999999999},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.268,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.623}]},{"osd":6,"last update":"Fri May 3 10:56:49 2024","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.157,"15min":1.167},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.6859999999999999,"5min":1.6859999999999999,"15min":1.6859999999999999},"last":0.61399999999999999},{"interface":"front","average":{"1min":1.012,"5min":1.1890000000000001,"15min":1.2190000000000001},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.4419999999999999,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":0.77300000000000002}]},{"osd":7,"last update":"Fri May 3 10:56:21 2024","interfaces":[{"interface":"back","average":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":0.56299999999999994},{"interface":"front","average":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.7470000000000001,"5min":1.7470000000000001,"15min":1.7470000000000001},"last":0.70099999999999996}]}]},{"osd":2,"up_from":18,"seq":77309411386,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6276,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738876,"statfs":{"total":95995035648,"available":95988609024,"internally_reserved":0,"allocated":585728,"data_stored":240395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.751,"5min":0.73599999999999999,"15min":0.67000000000000004},"min":{"1min":0.53500000000000003,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.0329999999999999,"5min":3.6669999999999998,"15min":3.6669999999999998},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.78600000000000003,"5min":0.747,"15min":0.67600000000000005},"min":{"1min":0.32700000000000001,"5min":0.307,"15min":0.307},"max":{"1min":1.1699999999999999,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.96799999999999997}]},{"osd":1,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.75800000000000001,"5min":0.77100000000000002,"15min":0.71299999999999997},"min":{"1min":0.39500000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":1.2310000000000001,"5min":2.1760000000000002,"15min":2.1760000000000002},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.82199999999999995,"15min":0.755},"min":{"1min":0.59799999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.169,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":1.016}]},{"osd":3,"last update":"Fri May 3 10:56:15 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.84699999999999998,"15min":0.81599999999999995},"min":{"1min":0.58499999999999996,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.577,"5min":2.7400000000000002,"15min":2.7400000000000002},"last":1.137},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.89500000000000002},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":1.244,"5min":2.4470000000000001,"15min":2.4470000000000001},"last":0.75700000000000001}]},{"osd":4,"last update":"Fri May 3 10:56:49 2024","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":1.03,"15min":1.034},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":1.266},{"interface":"front","average":{"1min":1.048,"5min":1.0649999999999999,"15min":1.0640000000000001},"min":{"1min":0.745,"5min":0.745,"15min":0.745},"max":{"1min":1.4379999999999999,"5min":2.3599999999999999,"15min":2.3599999999999999},"last":1.232}]},{"osd":5,"last update":"Fri May 3 10:56:15 2024","interfaces":[{"interface":"back","average":{"1min":1.1259999999999999,"5min":1.206,"15min":1.22},"min":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.4630000000000001,"5min":2.3969999999999998,"15min":2.3969999999999998},"last":1.1200000000000001},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.123,"15min":1.1259999999999999},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.4279999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.2010000000000001}]},{"osd":6,"last update":"Fri May 3 10:56:49 2024","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.21,"15min":1.226},"min":{"1min":0.93000000000000005,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.3500000000000001,"5min":1.6579999999999999,"15min":1.6579999999999999},"last":1.339},{"interface":"front","average":{"1min":1.22,"5min":1.272,"15min":1.28},"min":{"1min":0.95699999999999996,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.51,"5min":1.7430000000000001,"15min":1.7430000000000001},"last":1.1639999999999999}]},{"osd":7,"last update":"Fri May 3 10:56:25 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.696,"5min":1.696,"15min":1.696},"last":1.3200000000000001},{"interface":"front","average":{"1min":1.232,"5min":1.232,"15min":1.232},"min":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.629,"5min":1.629,"15min":1.629},"last":1.4219999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149747,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:56:12 2024","interfaces":[{"interface":"back","average":{"1min":0.69899999999999995,"5min":0.69499999999999995,"15min":0.68899999999999995},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.95899999999999996,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.78200000000000003,"5min":0.80400000000000005,"15min":0.79600000000000004},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.391,"5min":1.391,"15min":1.391},"last":1.0429999999999999}]},{"osd":1,"last update":"Fri May 3 10:56:12 2024","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.82699999999999996,"15min":0.82099999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.3,"5min":1.3,"15min":1.3},"last":0.94999999999999996},{"interface":"front","average":{"1min":0.80900000000000005,"5min":0.78400000000000003,"15min":0.76800000000000002},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.63600000000000001}]},{"osd":2,"last update":"Fri May 3 10:56:12 2024","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.84699999999999998,"15min":0.83999999999999997},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.246,"5min":1.246,"15min":1.246},"last":1.246},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.84299999999999997,"15min":0.83599999999999997},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.6100000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":0.82999999999999996}]},{"osd":4,"last update":"Fri May 3 10:56:45 2024","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":0.95299999999999996,"15min":0.93500000000000005},"min":{"1min":0.75900000000000001,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.91100000000000003},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.044,"15min":1.028},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.516,"5min":1.516,"15min":1.516},"last":1.266}]},{"osd":5,"last update":"Fri May 3 10:56:12 2024","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.0680000000000001,"15min":1.0700000000000001},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":1.119},{"interface":"front","average":{"1min":1.052,"5min":1.0800000000000001,"15min":1.0840000000000001},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.351,"5min":1.351,"15min":1.351},"last":1.147}]},{"osd":6,"last update":"Fri May 3 10:56:52 2024","interfaces":[{"interface":"back","average":{"1min":1.208,"5min":1.1399999999999999,"15min":1.129},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":1.018},{"interface":"front","average":{"1min":1.202,"5min":1.2030000000000001,"15min":1.2030000000000001},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.494,"5min":1.667,"15min":1.667},"last":1.1990000000000001}]},{"osd":7,"last update":"Fri May 3 10:56:20 2024","interfaces":[{"interface":"back","average":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":1.2949999999999999},{"interface":"front","average":{"1min":1.206,"5min":1.206,"15min":1.206},"min":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":1.093}]}]},{"osd":4,"up_from":31,"seq":133143986221,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5768,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739384,"statfs":{"total":95995035648,"available":95989129216,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.94599999999999995,"15min":0.94399999999999995},"min":{"1min":0.49199999999999999,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.3149999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.83399999999999996},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.95099999999999996,"15min":0.93600000000000005},"min":{"1min":0.57699999999999996,"5min":0.5,"15min":0.5},"max":{"1min":1.3480000000000001,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.56599999999999995}]},{"osd":1,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.82799999999999996,"15min":0.81499999999999995},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.163,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.871,"15min":0.85199999999999998},"min":{"1min":0.441,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.2729999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.877}]},{"osd":2,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.87,"15min":0.84199999999999997},"min":{"1min":0.54800000000000004,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.349,"5min":1.427,"15min":1.427},"last":1.0209999999999999},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.89600000000000002,"15min":0.88800000000000001},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.2549999999999999,"5min":1.367,"15min":1.367},"last":0.70499999999999996}]},{"osd":3,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.90300000000000002,"15min":0.89100000000000001},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":1.1830000000000001,"5min":1.1919999999999999,"15min":1.1919999999999999},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.873,"15min":0.86099999999999999},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.274,"5min":1.274,"15min":1.274},"last":0.73899999999999999}]},{"osd":5,"last update":"Fri May 3 10:56:14 2024","interfaces":[{"interface":"back","average":{"1min":0.84099999999999997,"5min":0.69299999999999995,"15min":0.66800000000000004},"min":{"1min":0.49199999999999999,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":1.1799999999999999},{"interface":"front","average":{"1min":0.88,"5min":0.749,"15min":0.72699999999999998},"min":{"1min":0.47599999999999998,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.98799999999999999}]},{"osd":6,"last update":"Fri May 3 10:56:46 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.92000000000000004,"15min":0.90600000000000003},"min":{"1min":0.38300000000000001,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":1.3320000000000001,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":0.998},{"interface":"front","average":{"1min":1.0740000000000001,"5min":0.95999999999999996,"15min":0.94099999999999995},"min":{"1min":0.39500000000000002,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.335,"5min":1.361,"15min":1.361},"last":1.139}]},{"osd":7,"last update":"Fri May 3 10:56:21 2024","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":1.032,"15min":1.032},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.351,"5min":1.351,"15min":1.351},"last":1.093},{"interface":"front","average":{"1min":1.036,"5min":1.036,"15min":1.036},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.3740000000000001,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":0.92900000000000005}]}]},{"osd":5,"up_from":39,"seq":167503724581,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5636,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739516,"statfs":{"total":95995035648,"available":95989264384,"internally_reserved":0,"allocated":585728,"data_stored":240395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:56:15 2024","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.84199999999999997,"15min":0.82599999999999996},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":2.6930000000000001,"5min":2.6930000000000001,"15min":2.6930000000000001},"last":0.89200000000000002},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.94499999999999995,"15min":0.95499999999999996},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":0.85899999999999999}]},{"osd":1,"last update":"Fri May 3 10:56:15 2024","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.84699999999999998,"15min":0.83699999999999997},"min":{"1min":0.626,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.2849999999999999,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.94099999999999995,"15min":0.93300000000000005},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":2.883,"5min":2.883,"15min":2.883},"last":1.006}]},{"osd":2,"last update":"Fri May 3 10:56:15 2024","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.90800000000000003,"15min":0.91400000000000003},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.69099999999999995},{"interface":"front","average":{"1min":1.0429999999999999,"5min":0.98399999999999999,"15min":0.97399999999999998},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":2.0779999999999998,"5min":2.0779999999999998,"15min":2.0779999999999998},"last":0.71699999999999997}]},{"osd":3,"last update":"Fri May 3 10:56:15 2024","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.94599999999999995,"15min":0.94999999999999996},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.258,"5min":1.258,"15min":1.258},"last":0.94499999999999995},{"interface":"front","average":{"1min":1.105,"5min":1.0089999999999999,"15min":0.99299999999999999},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":3.262,"5min":3.262,"15min":3.262},"last":0.75800000000000001}]},{"osd":4,"last update":"Fri May 3 10:56:15 2024","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.81200000000000006,"15min":0.79800000000000004},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":2.798,"5min":2.798,"15min":2.798},"last":0.76700000000000002},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.84999999999999998,"15min":0.83199999999999996},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.80100000000000005}]},{"osd":6,"last update":"Fri May 3 10:56:47 2024","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":1.0189999999999999,"15min":1.0169999999999999},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.4810000000000001,"5min":2.1749999999999998,"15min":2.1749999999999998},"last":0.83499999999999996},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.0920000000000001,"15min":1.0960000000000001},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.4350000000000001,"5min":3.379,"15min":3.379},"last":1.097}]},{"osd":7,"last update":"Fri May 3 10:56:24 2024","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.069,"15min":1.069},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":3.4820000000000002,"5min":3.4820000000000002,"15min":3.4820000000000002},"last":1.1799999999999999},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.619,"5min":1.619,"15min":1.619},"last":1.04}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"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":532480,"data_stored":528928,"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-03T10:57:16.560 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-03T10:57:16.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:16 smithi008 bash[18503]: audit 2024-05-03T10:57:15.899598+0000 mgr.y (mgr.14388) 75 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-03T10:57:16.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:16 smithi008 bash[23571]: audit 2024-05-03T10:57:15.899598+0000 mgr.y (mgr.14388) 75 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-03T10:57:16.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:16 smithi143 bash[18601]: audit 2024-05-03T10:57:15.899598+0000 mgr.y (mgr.14388) 75 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-03T10:57:17.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:17 smithi008 bash[18503]: cluster 2024-05-03T10:57:16.093451+0000 mgr.y (mgr.14388) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:17.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:17 smithi008 bash[23571]: cluster 2024-05-03T10:57:16.093451+0000 mgr.y (mgr.14388) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:17.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:17 smithi143 bash[18601]: cluster 2024-05-03T10:57:16.093451+0000 mgr.y (mgr.14388) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:18.345 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:57:19.179 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:18 smithi008 bash[23571]: audit 2024-05-03T10:57:17.900282+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:19.179 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:18 smithi008 bash[23571]: audit 2024-05-03T10:57:17.953079+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:19.179 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:18 smithi008 bash[23571]: audit 2024-05-03T10:57:18.202174+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:19.179 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:18 smithi008 bash[23571]: audit 2024-05-03T10:57:18.212113+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:57:19.179 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:18 smithi008 bash[23571]: audit 2024-05-03T10:57:18.214002+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:19.179 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:18 smithi008 bash[23571]: audit 2024-05-03T10:57:18.215254+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:57:19.180 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:18 smithi008 bash[18503]: audit 2024-05-03T10:57:17.900282+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:19.180 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:18 smithi008 bash[18503]: audit 2024-05-03T10:57:17.953079+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:19.180 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:18 smithi008 bash[18503]: audit 2024-05-03T10:57:18.202174+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:19.180 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:18 smithi008 bash[18503]: audit 2024-05-03T10:57:18.212113+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:57:19.180 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:18 smithi008 bash[18503]: audit 2024-05-03T10:57:18.214002+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:19.180 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:18 smithi008 bash[18503]: audit 2024-05-03T10:57:18.215254+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:57:19.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:18 smithi143 bash[18601]: audit 2024-05-03T10:57:17.900282+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:19.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:18 smithi143 bash[18601]: audit 2024-05-03T10:57:17.953079+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:19.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:18 smithi143 bash[18601]: audit 2024-05-03T10:57:18.202174+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:19.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:18 smithi143 bash[18601]: audit 2024-05-03T10:57:18.212113+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-03T10:57:19.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:18 smithi143 bash[18601]: audit 2024-05-03T10:57:18.214002+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:19.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:18 smithi143 bash[18601]: audit 2024-05-03T10:57:18.215254+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:57:20.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:19 smithi008 bash[18503]: cluster 2024-05-03T10:57:18.094101+0000 mgr.y (mgr.14388) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:20.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:19 smithi008 bash[23571]: cluster 2024-05-03T10:57:18.094101+0000 mgr.y (mgr.14388) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:20.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:19 smithi143 bash[18601]: cluster 2024-05-03T10:57:18.094101+0000 mgr.y (mgr.14388) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:20.911 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-03T10:57:20.913 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2024-05-03T10:57:21.267 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:21 smithi008 bash[42193]: level=info ts=2024-05-03T10:57:21.125Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003097424s 2024-05-03T10:57:21.546 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":50,"stamp":"2024-05-03T10:57:20.094393+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":1586784,"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":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48904,"kb_used_data":6152,"kb_used_omap":0,"kb_used_meta":42688,"kb_avail":749912312,"statfs":{"total":767960285184,"available":767910207488,"internally_reserved":0,"allocated":6299648,"data_stored":3511004,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43712512},"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.003492"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-05-03T10:55:46.228774+0000","last_change":"2024-05-03T10:55:24.304774+0000","last_active":"2024-05-03T10:55:46.228774+0000","last_peered":"2024-05-03T10:55:46.228774+0000","last_clean":"2024-05-03T10:55:46.228774+0000","last_became_active":"2024-05-03T10:55:24.304262+0000","last_became_peered":"2024-05-03T10:55:24.304262+0000","last_unstale":"2024-05-03T10:55:46.228774+0000","last_undegraded":"2024-05-03T10:55:46.228774+0000","last_fullsized":"2024-05-03T10:55:46.228774+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-03T10:52:32.221770+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-03T10:52:32.221770+0000","last_clean_scrub_stamp":"2024-05-03T10:52:32.221770+0000","objects_scrubbed":0,"log_size":128,"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-05-04T17:10:05.080926+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":1586784,"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":1586784,"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":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":55,"seq":236223201305,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6096,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739056,"statfs":{"total":95995035648,"available":95988793344,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.998,"15min":0.998},"min":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.2689999999999999,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.72899999999999998}]},{"osd":1,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.778,"5min":1.778,"15min":1.778},"last":0.84599999999999997},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":0.96099999999999997}]},{"osd":2,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.97599999999999998,"15min":0.97599999999999998},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.9530000000000001,"5min":1.9530000000000001,"15min":1.9530000000000001},"last":1.226},{"interface":"front","average":{"1min":1.075,"5min":1.075,"15min":1.075},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.47,"5min":1.47,"15min":1.47},"last":1.0600000000000001}]},{"osd":3,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":1,"5min":1,"15min":1},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.865,"5min":1.865,"15min":1.865},"last":1.0129999999999999},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.605,"5min":1.605,"15min":1.605},"last":0.93400000000000005}]},{"osd":4,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":1.0940000000000001},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":1.1299999999999999}]},{"osd":5,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":1.0880000000000001,"5min":1.0880000000000001,"15min":1.0880000000000001},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.589,"5min":1.589,"15min":1.589},"last":1.198},{"interface":"front","average":{"1min":1.077,"5min":1.077,"15min":1.077},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.508,"5min":1.508,"15min":1.508},"last":1.2549999999999999}]},{"osd":6,"last update":"Fri May 3 10:56:22 2024","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.077,"15min":1.077},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.1799999999999999},{"interface":"front","average":{"1min":1.1020000000000001,"5min":1.1020000000000001,"15min":1.1020000000000001},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":2.0110000000000001,"5min":2.0110000000000001,"15min":2.0110000000000001},"last":1.296}]}]},{"osd":6,"up_from":47,"seq":201863462945,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6152,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739000,"statfs":{"total":95995035648,"available":95988736000,"internally_reserved":0,"allocated":1114112,"data_stored":769058,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:56:50 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.84499999999999997,"15min":0.84299999999999997},"min":{"1min":0.60399999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":0.625},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.92000000000000004,"15min":0.92400000000000004},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":0.53900000000000003}]},{"osd":1,"last update":"Fri May 3 10:56:50 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.89200000000000002,"15min":0.89300000000000002},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":0.501},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.93700000000000006,"15min":0.93600000000000005},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.2829999999999999,"5min":1.292,"15min":1.292},"last":0.58399999999999996}]},{"osd":2,"last update":"Fri May 3 10:56:50 2024","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":0.91200000000000003,"15min":0.90500000000000003},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.3009999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.95699999999999996,"15min":0.95299999999999996},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.3460000000000001,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.61499999999999999}]},{"osd":3,"last update":"Fri May 3 10:56:50 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.95599999999999996,"15min":0.96799999999999997},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.2589999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.96199999999999997,"15min":0.96099999999999997},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.54600000000000004}]},{"osd":4,"last update":"Fri May 3 10:56:50 2024","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.84799999999999998,"15min":0.83399999999999996},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.85699999999999998,"15min":0.84899999999999998},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.39900000000000002}]},{"osd":5,"last update":"Fri May 3 10:56:50 2024","interfaces":[{"interface":"back","average":{"1min":0.995,"5min":0.92400000000000004,"15min":0.91200000000000003},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.379},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.98399999999999999,"15min":0.98199999999999998},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.542,"5min":1.542,"15min":1.542},"last":0.438}]},{"osd":7,"last update":"Fri May 3 10:56:20 2024","interfaces":[{"interface":"back","average":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.4670000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":0.47199999999999998},{"interface":"front","average":{"1min":1.125,"5min":1.125,"15min":1.125},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.5740000000000001,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":0.44700000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574914,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6344,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738808,"statfs":{"total":95995035648,"available":95988539392,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:57:12 2024","interfaces":[{"interface":"back","average":{"1min":0.78700000000000003,"5min":0.70899999999999996,"15min":0.60699999999999998},"min":{"1min":0.41599999999999998,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":1.3560000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.76300000000000001,"5min":0.754,"15min":0.63900000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":1.2290000000000001,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.36599999999999999}]},{"osd":2,"last update":"Fri May 3 10:56:34 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.79700000000000004,"15min":0.72299999999999998},"min":{"1min":0.56100000000000005,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.246,"5min":1.246,"15min":1.246},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.75,"15min":0.68899999999999995},"min":{"1min":0.39100000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":1.4199999999999999,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.31900000000000001}]},{"osd":3,"last update":"Fri May 3 10:57:12 2024","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.76300000000000001,"15min":0.748},"min":{"1min":0.44900000000000001,"5min":0.439,"15min":0.439},"max":{"1min":1.002,"5min":1.131,"15min":1.131},"last":0.378},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.90900000000000003,"15min":0.877},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":1.167,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.40200000000000002}]},{"osd":4,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.91400000000000003,"15min":0.90100000000000002},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.165,"5min":1.2,"15min":1.2},"last":0.65200000000000002},{"interface":"front","average":{"1min":1.113,"5min":1.048,"15min":1.0109999999999999},"min":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.4770000000000001,"5min":1.524,"15min":1.524},"last":0.873}]},{"osd":5,"last update":"Fri May 3 10:57:16 2024","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":1.081,"15min":1.089},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.3899999999999999,"5min":1.855,"15min":1.855},"last":0.749},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0620000000000001,"15min":1.0660000000000001},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.345,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":0.82399999999999995}]},{"osd":6,"last update":"Fri May 3 10:56:51 2024","interfaces":[{"interface":"back","average":{"1min":1.1879999999999999,"5min":1.202,"15min":1.204},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.6299999999999999,"5min":1.6299999999999999,"15min":1.6299999999999999},"last":0.81200000000000006},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.157,"15min":1.1599999999999999},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.5669999999999999,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":0.63900000000000001}]},{"osd":7,"last update":"Fri May 3 10:56:20 2024","interfaces":[{"interface":"back","average":{"1min":1.145,"5min":1.145,"15min":1.145},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.4830000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":0.68700000000000006},{"interface":"front","average":{"1min":1.2829999999999999,"5min":1.2829999999999999,"15min":1.2829999999999999},"min":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":0.85099999999999998}]}]},{"osd":0,"up_from":8,"seq":34359738441,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6928,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738224,"statfs":{"total":95995035648,"available":95987941376,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"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":[],"network_ping_times":[{"osd":1,"last update":"Fri May 3 10:57:04 2024","interfaces":[{"interface":"back","average":{"1min":0.72199999999999998,"5min":0.68799999999999994,"15min":0.57999999999999996},"min":{"1min":0.39900000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":0.308},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.70299999999999996,"15min":0.61699999999999999},"min":{"1min":0.371,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.85999999999999999,"5min":1.095,"15min":1.095},"last":0.26800000000000002}]},{"osd":2,"last update":"Fri May 3 10:56:39 2024","interfaces":[{"interface":"back","average":{"1min":0.74299999999999999,"5min":0.77300000000000002,"15min":0.72499999999999998},"min":{"1min":0.48399999999999999,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.37},{"interface":"front","average":{"1min":0.71399999999999997,"5min":0.74099999999999999,"15min":0.69799999999999995},"min":{"1min":0.42699999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":1.091,"5min":1.274,"15min":1.274},"last":0.32400000000000001}]},{"osd":3,"last update":"Fri May 3 10:57:13 2024","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.85599999999999998,"15min":0.84399999999999997},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.83799999999999997,"15min":0.85099999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":1.143,"5min":1.28,"15min":1.28},"last":0.35099999999999998}]},{"osd":4,"last update":"Fri May 3 10:56:47 2024","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":1.0249999999999999,"15min":1.0189999999999999},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.2310000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.98099999999999998,"15min":0.97099999999999997},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.2609999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.55200000000000005}]},{"osd":5,"last update":"Fri May 3 10:56:16 2024","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":1.0609999999999999,"15min":1.0680000000000001},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.498,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":0.52900000000000003},{"interface":"front","average":{"1min":1,"5min":1.0009999999999999,"15min":1.0009999999999999},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.268,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.65400000000000003}]},{"osd":6,"last update":"Fri May 3 10:56:49 2024","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.157,"15min":1.167},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.6859999999999999,"5min":1.6859999999999999,"15min":1.6859999999999999},"last":0.63400000000000001},{"interface":"front","average":{"1min":1.012,"5min":1.1890000000000001,"15min":1.2190000000000001},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.4419999999999999,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":0.74299999999999999}]},{"osd":7,"last update":"Fri May 3 10:56:21 2024","interfaces":[{"interface":"back","average":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":0.68600000000000005},{"interface":"front","average":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.7470000000000001,"5min":1.7470000000000001,"15min":1.7470000000000001},"last":0.755}]}]},{"osd":2,"up_from":18,"seq":77309411387,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6276,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738876,"statfs":{"total":95995035648,"available":95988609024,"internally_reserved":0,"allocated":585728,"data_stored":240395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.751,"5min":0.73599999999999999,"15min":0.67000000000000004},"min":{"1min":0.53500000000000003,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.0329999999999999,"5min":3.6669999999999998,"15min":3.6669999999999998},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.78600000000000003,"5min":0.747,"15min":0.67600000000000005},"min":{"1min":0.32700000000000001,"5min":0.307,"15min":0.307},"max":{"1min":1.1699999999999999,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.69599999999999995}]},{"osd":1,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.75800000000000001,"5min":0.77100000000000002,"15min":0.71299999999999997},"min":{"1min":0.39500000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":1.2310000000000001,"5min":2.1760000000000002,"15min":2.1760000000000002},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.82199999999999995,"15min":0.755},"min":{"1min":0.59799999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.169,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.74199999999999999}]},{"osd":3,"last update":"Fri May 3 10:56:15 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.84699999999999998,"15min":0.81599999999999995},"min":{"1min":0.58499999999999996,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.577,"5min":2.7400000000000002,"15min":2.7400000000000002},"last":0.91600000000000004},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.89500000000000002},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":1.244,"5min":2.4470000000000001,"15min":2.4470000000000001},"last":1.0029999999999999}]},{"osd":4,"last update":"Fri May 3 10:56:49 2024","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":1.03,"15min":1.034},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":1.0269999999999999},{"interface":"front","average":{"1min":1.048,"5min":1.0649999999999999,"15min":1.0640000000000001},"min":{"1min":0.745,"5min":0.745,"15min":0.745},"max":{"1min":1.4379999999999999,"5min":2.3599999999999999,"15min":2.3599999999999999},"last":1.1519999999999999}]},{"osd":5,"last update":"Fri May 3 10:56:15 2024","interfaces":[{"interface":"back","average":{"1min":1.1259999999999999,"5min":1.206,"15min":1.22},"min":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.4630000000000001,"5min":2.3969999999999998,"15min":2.3969999999999998},"last":0.80100000000000005},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.123,"15min":1.1259999999999999},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.4279999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.206}]},{"osd":6,"last update":"Fri May 3 10:56:49 2024","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.21,"15min":1.226},"min":{"1min":0.93000000000000005,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.3500000000000001,"5min":1.6579999999999999,"15min":1.6579999999999999},"last":1.0760000000000001},{"interface":"front","average":{"1min":1.22,"5min":1.272,"15min":1.28},"min":{"1min":0.95699999999999996,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.51,"5min":1.7430000000000001,"15min":1.7430000000000001},"last":0.95799999999999996}]},{"osd":7,"last update":"Fri May 3 10:56:25 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.696,"5min":1.696,"15min":1.696},"last":1.1140000000000001},{"interface":"front","average":{"1min":1.232,"5min":1.232,"15min":1.232},"min":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.629,"5min":1.629,"15min":1.629},"last":0.85999999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149748,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:57:14 2024","interfaces":[{"interface":"back","average":{"1min":0.70699999999999996,"5min":0.69899999999999995,"15min":0.69099999999999995},"min":{"1min":0.47099999999999997,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.091,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.79900000000000004,"15min":0.79400000000000004},"min":{"1min":0.41499999999999998,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.2010000000000001,"5min":1.391,"15min":1.391},"last":0.55900000000000005}]},{"osd":1,"last update":"Fri May 3 10:57:14 2024","interfaces":[{"interface":"back","average":{"1min":0.81100000000000005,"5min":0.82599999999999996,"15min":0.81999999999999995},"min":{"1min":0.46400000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.131,"5min":1.3,"15min":1.3},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.754,"5min":0.78300000000000003,"15min":0.76700000000000002},"min":{"1min":0.38900000000000001,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":1.228,"5min":1.228,"15min":1.228},"last":0.63400000000000001}]},{"osd":2,"last update":"Fri May 3 10:57:14 2024","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.84999999999999998,"15min":0.84099999999999997},"min":{"1min":0.48599999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.246,"5min":1.246,"15min":1.246},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.81699999999999995,"5min":0.83999999999999997,"15min":0.83499999999999996},"min":{"1min":0.52700000000000002,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.3200000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":0.73299999999999998}]},{"osd":4,"last update":"Fri May 3 10:56:45 2024","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":0.95299999999999996,"15min":0.93500000000000005},"min":{"1min":0.75900000000000001,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.046},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.044,"15min":1.028},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.516,"5min":1.516,"15min":1.516},"last":0.70499999999999996}]},{"osd":5,"last update":"Fri May 3 10:57:14 2024","interfaces":[{"interface":"back","average":{"1min":1.0840000000000001,"5min":1.0700000000000001,"15min":1.0700000000000001},"min":{"1min":0.84599999999999997,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.548,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":0.79200000000000004},{"interface":"front","average":{"1min":1.091,"5min":1.0800000000000001,"15min":1.0840000000000001},"min":{"1min":0.71199999999999997,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.91200000000000003}]},{"osd":6,"last update":"Fri May 3 10:56:52 2024","interfaces":[{"interface":"back","average":{"1min":1.208,"5min":1.1399999999999999,"15min":1.129},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":0.95399999999999996},{"interface":"front","average":{"1min":1.202,"5min":1.2030000000000001,"15min":1.2030000000000001},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.494,"5min":1.667,"15min":1.667},"last":0.81799999999999995}]},{"osd":7,"last update":"Fri May 3 10:56:20 2024","interfaces":[{"interface":"back","average":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":0.77100000000000002},{"interface":"front","average":{"1min":1.206,"5min":1.206,"15min":1.206},"min":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":1.123}]}]},{"osd":4,"up_from":31,"seq":133143986222,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5768,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739384,"statfs":{"total":95995035648,"available":95989129216,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.94599999999999995,"15min":0.94399999999999995},"min":{"1min":0.49199999999999999,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.3149999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.95099999999999996,"15min":0.93600000000000005},"min":{"1min":0.57699999999999996,"5min":0.5,"15min":0.5},"max":{"1min":1.3480000000000001,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":1.0700000000000001}]},{"osd":1,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.82799999999999996,"15min":0.81499999999999995},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.163,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.871,"15min":0.85199999999999998},"min":{"1min":0.441,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.2729999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.94899999999999995}]},{"osd":2,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.87,"15min":0.84199999999999997},"min":{"1min":0.54800000000000004,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.349,"5min":1.427,"15min":1.427},"last":1.1160000000000001},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.89600000000000002,"15min":0.88800000000000001},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.2549999999999999,"5min":1.367,"15min":1.367},"last":0.876}]},{"osd":3,"last update":"Fri May 3 10:56:40 2024","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.90300000000000002,"15min":0.89100000000000001},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":1.1830000000000001,"5min":1.1919999999999999,"15min":1.1919999999999999},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.873,"15min":0.86099999999999999},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.274,"5min":1.274,"15min":1.274},"last":0.83899999999999997}]},{"osd":5,"last update":"Fri May 3 10:56:14 2024","interfaces":[{"interface":"back","average":{"1min":0.84099999999999997,"5min":0.69299999999999995,"15min":0.66800000000000004},"min":{"1min":0.49199999999999999,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":1.0189999999999999},{"interface":"front","average":{"1min":0.88,"5min":0.749,"15min":0.72699999999999998},"min":{"1min":0.47599999999999998,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.98099999999999998}]},{"osd":6,"last update":"Fri May 3 10:56:46 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.92000000000000004,"15min":0.90600000000000003},"min":{"1min":0.38300000000000001,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":1.3320000000000001,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":0.92900000000000005},{"interface":"front","average":{"1min":1.0740000000000001,"5min":0.95999999999999996,"15min":0.94099999999999995},"min":{"1min":0.39500000000000002,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.335,"5min":1.361,"15min":1.361},"last":1.1639999999999999}]},{"osd":7,"last update":"Fri May 3 10:56:21 2024","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":1.032,"15min":1.032},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.351,"5min":1.351,"15min":1.351},"last":1.206},{"interface":"front","average":{"1min":1.036,"5min":1.036,"15min":1.036},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.3740000000000001,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.0469999999999999}]}]},{"osd":5,"up_from":39,"seq":167503724582,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5636,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739516,"statfs":{"total":95995035648,"available":95989264384,"internally_reserved":0,"allocated":585728,"data_stored":240395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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":[],"network_ping_times":[{"osd":0,"last update":"Fri May 3 10:57:16 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.87,"15min":0.83499999999999996},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2170000000000001,"5min":2.6930000000000001,"15min":2.6930000000000001},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.94699999999999995,"15min":0.95499999999999996},"min":{"1min":0.68700000000000006,"5min":0.501,"15min":0.501},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.1599999999999999}]},{"osd":1,"last update":"Fri May 3 10:57:16 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.86799999999999999,"15min":0.84399999999999997},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.2,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.97299999999999998,"5min":0.94999999999999996,"15min":0.93600000000000005},"min":{"1min":0.72099999999999997,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.2709999999999999,"5min":2.883,"15min":2.883},"last":1.1200000000000001}]},{"osd":2,"last update":"Fri May 3 10:57:16 2024","interfaces":[{"interface":"back","average":{"1min":0.89000000000000001,"5min":0.90300000000000002,"15min":0.91200000000000003},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.98399999999999999},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.97899999999999998,"15min":0.97299999999999998},"min":{"1min":0.71699999999999997,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.3819999999999999,"5min":2.0779999999999998,"15min":2.0779999999999998},"last":0.91400000000000003}]},{"osd":3,"last update":"Fri May 3 10:57:16 2024","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.94499999999999995,"15min":0.94999999999999996},"min":{"1min":0.73699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.27,"5min":1.27,"15min":1.27},"last":1.27},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.02,"15min":0.997},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.3939999999999999,"5min":3.262,"15min":3.262},"last":1.0580000000000001}]},{"osd":4,"last update":"Fri May 3 10:57:16 2024","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.83199999999999996,"15min":0.80500000000000005},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.256,"5min":2.798,"15min":2.798},"last":1.0229999999999999},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.88100000000000001,"15min":0.84299999999999997},"min":{"1min":0.441,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.5369999999999999,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.087}]},{"osd":6,"last update":"Fri May 3 10:56:47 2024","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":1.0189999999999999,"15min":1.0169999999999999},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.4810000000000001,"5min":2.1749999999999998,"15min":2.1749999999999998},"last":1.252},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.0920000000000001,"15min":1.0960000000000001},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.4350000000000001,"5min":3.379,"15min":3.379},"last":1.294}]},{"osd":7,"last update":"Fri May 3 10:56:24 2024","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.069,"15min":1.069},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":3.4820000000000002,"5min":3.4820000000000002,"15min":3.4820000000000002},"last":1.2250000000000001},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.619,"5min":1.619,"15min":1.619},"last":1.2}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"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":532480,"data_stored":528928,"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-03T10:57:21.547 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-03T10:57:21.547 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-03T10:57:21.547 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-03T10:57:21.548 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-03T10:57:22.101 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:57:21 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:57:22.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:21 smithi143 bash[18601]: cluster 2024-05-03T10:57:20.094693+0000 mgr.y (mgr.14388) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:22.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:21 smithi143 bash[18601]: audit 2024-05-03T10:57:20.908582+0000 mgr.y (mgr.14388) 79 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-03T10:57:22.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:21 smithi143 bash[18601]: audit 2024-05-03T10:57:21.574132+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:22.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:21 smithi143 bash[18601]: audit 2024-05-03T10:57:21.584592+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:22.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:21 smithi008 bash[18503]: cluster 2024-05-03T10:57:20.094693+0000 mgr.y (mgr.14388) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:22.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:21 smithi008 bash[18503]: audit 2024-05-03T10:57:20.908582+0000 mgr.y (mgr.14388) 79 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-03T10:57:22.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:21 smithi008 bash[18503]: audit 2024-05-03T10:57:21.574132+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:22.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:21 smithi008 bash[18503]: audit 2024-05-03T10:57:21.584592+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:22.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:21 smithi008 bash[23571]: cluster 2024-05-03T10:57:20.094693+0000 mgr.y (mgr.14388) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:22.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:21 smithi008 bash[23571]: audit 2024-05-03T10:57:20.908582+0000 mgr.y (mgr.14388) 79 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-03T10:57:22.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:21 smithi008 bash[23571]: audit 2024-05-03T10:57:21.574132+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:22.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:21 smithi008 bash[23571]: audit 2024-05-03T10:57:21.584592+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:24.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:23 smithi008 bash[18503]: cluster 2024-05-03T10:57:22.095261+0000 mgr.y (mgr.14388) 80 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:24.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:23 smithi008 bash[23571]: cluster 2024-05-03T10:57:22.095261+0000 mgr.y (mgr.14388) 80 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:24.276 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/mon.a/config 2024-05-03T10:57:24.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:23 smithi143 bash[18601]: cluster 2024-05-03T10:57:22.095261+0000 mgr.y (mgr.14388) 80 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:26.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:25 smithi008 bash[18503]: cluster 2024-05-03T10:57:24.095862+0000 mgr.y (mgr.14388) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:26.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:25 smithi008 bash[23571]: cluster 2024-05-03T10:57:24.095862+0000 mgr.y (mgr.14388) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:26.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:25 smithi143 bash[18601]: cluster 2024-05-03T10:57:24.095862+0000 mgr.y (mgr.14388) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:26.820 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-03T10:57:26.820 INFO:teuthology.orchestra.run.smithi008.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-03T10:57:27.468 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-03T10:57:27.468 INFO:tasks.cephadm:Setup complete, yielding 2024-05-03T10:57:27.469 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-03T10:57:27.479 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi008.front.sepia.ceph.com 2024-05-03T10:57:27.479 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-05-03T10:57:27.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:27 smithi143 bash[18601]: cluster 2024-05-03T10:57:26.096419+0000 mgr.y (mgr.14388) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:27.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:27 smithi143 bash[18601]: audit 2024-05-03T10:57:26.820945+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.8:0/4176207301' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-03T10:57:27.666 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:27 smithi008 bash[18503]: cluster 2024-05-03T10:57:26.096419+0000 mgr.y (mgr.14388) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:27.666 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:27 smithi008 bash[18503]: audit 2024-05-03T10:57:26.820945+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.8:0/4176207301' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-03T10:57:27.666 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:27 smithi008 bash[23571]: cluster 2024-05-03T10:57:26.096419+0000 mgr.y (mgr.14388) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:27.666 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:27 smithi008 bash[23571]: audit 2024-05-03T10:57:26.820945+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.8:0/4176207301' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-03T10:57:28.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:57:27 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:57:27] "GET /metrics HTTP/1.1" 200 191497 "" "Prometheus/2.33.4" 2024-05-03T10:57:29.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:29 smithi008 bash[23571]: cluster 2024-05-03T10:57:28.097029+0000 mgr.y (mgr.14388) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:29.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:29 smithi008 bash[18503]: cluster 2024-05-03T10:57:28.097029+0000 mgr.y (mgr.14388) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:29.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:29 smithi143 bash[18601]: cluster 2024-05-03T10:57:28.097029+0000 mgr.y (mgr.14388) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:30.875 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-03T10:57:30.884 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi008.front.sepia.ceph.com 2024-05-03T10:57:30.884 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-05-03T10:57:31.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:31 smithi008 bash[23571]: cluster 2024-05-03T10:57:30.097690+0000 mgr.y (mgr.14388) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:31.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:31 smithi008 bash[23571]: audit 2024-05-03T10:57:30.207357+0000 mon.a (mon.0) 658 : audit [INF] from='client.? 172.21.15.8:0/683177008' entity='client.admin' 2024-05-03T10:57:31.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:31 smithi008 bash[23571]: audit 2024-05-03T10:57:30.231568+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:31.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:31 smithi008 bash[23571]: audit 2024-05-03T10:57:30.232424+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:57:31.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:31 smithi008 bash[23571]: audit 2024-05-03T10:57:30.237633+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:31.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:31 smithi008 bash[18503]: cluster 2024-05-03T10:57:30.097690+0000 mgr.y (mgr.14388) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:31.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:31 smithi008 bash[18503]: audit 2024-05-03T10:57:30.207357+0000 mon.a (mon.0) 658 : audit [INF] from='client.? 172.21.15.8:0/683177008' entity='client.admin' 2024-05-03T10:57:31.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:31 smithi008 bash[18503]: audit 2024-05-03T10:57:30.231568+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:31.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:31 smithi008 bash[18503]: audit 2024-05-03T10:57:30.232424+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:57:31.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:31 smithi008 bash[18503]: audit 2024-05-03T10:57:30.237633+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:31.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:31 smithi143 bash[18601]: cluster 2024-05-03T10:57:30.097690+0000 mgr.y (mgr.14388) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:31.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:31 smithi143 bash[18601]: audit 2024-05-03T10:57:30.207357+0000 mon.a (mon.0) 658 : audit [INF] from='client.? 172.21.15.8:0/683177008' entity='client.admin' 2024-05-03T10:57:31.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:31 smithi143 bash[18601]: audit 2024-05-03T10:57:30.231568+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:31.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:31 smithi143 bash[18601]: audit 2024-05-03T10:57:30.232424+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:57:31.602 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:31 smithi143 bash[18601]: audit 2024-05-03T10:57:30.237633+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:32.101 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:57:31 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:57:33.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:33 smithi143 bash[18601]: cluster 2024-05-03T10:57:32.098339+0000 mgr.y (mgr.14388) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:33.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:33 smithi008 bash[18503]: cluster 2024-05-03T10:57:32.098339+0000 mgr.y (mgr.14388) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:33.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:33 smithi008 bash[23571]: cluster 2024-05-03T10:57:32.098339+0000 mgr.y (mgr.14388) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:35.403 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-05-03T10:57:35.404 INFO:teuthology.orchestra.run.smithi008.stdout: "id": "f07e0c3f-1547-4717-9071-7e659aa23a0a", 2024-05-03T10:57:35.404 INFO:teuthology.orchestra.run.smithi008.stdout: "name": "r", 2024-05-03T10:57:35.404 INFO:teuthology.orchestra.run.smithi008.stdout: "current_period": "fc05d7a3-34bb-4af3-80b5-962a4ac3b8af", 2024-05-03T10:57:35.404 INFO:teuthology.orchestra.run.smithi008.stdout: "epoch": 1 2024-05-03T10:57:35.404 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-05-03T10:57:35.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:35 smithi143 bash[18601]: cluster 2024-05-03T10:57:34.098891+0000 mgr.y (mgr.14388) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:35.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:35 smithi143 bash[18601]: cluster 2024-05-03T10:57:34.334840+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-05-03T10:57:35.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:35 smithi143 bash[18601]: audit 2024-05-03T10:57:34.337408+0000 mon.a (mon.0) 661 : audit [INF] from='client.? 172.21.15.8:0/2214419843' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-03T10:57:35.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:35 smithi008 bash[18503]: cluster 2024-05-03T10:57:34.098891+0000 mgr.y (mgr.14388) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:35.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:35 smithi008 bash[18503]: cluster 2024-05-03T10:57:34.334840+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-05-03T10:57:35.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:35 smithi008 bash[18503]: audit 2024-05-03T10:57:34.337408+0000 mon.a (mon.0) 661 : audit [INF] from='client.? 172.21.15.8:0/2214419843' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-03T10:57:35.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:35 smithi008 bash[23571]: cluster 2024-05-03T10:57:34.098891+0000 mgr.y (mgr.14388) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:35.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:35 smithi008 bash[23571]: cluster 2024-05-03T10:57:34.334840+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-05-03T10:57:35.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:35 smithi008 bash[23571]: audit 2024-05-03T10:57:34.337408+0000 mon.a (mon.0) 661 : audit [INF] from='client.? 172.21.15.8:0/2214419843' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-03T10:57:36.002 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-05-03T10:57:36.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:36 smithi008 bash[23571]: audit 2024-05-03T10:57:35.338726+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.8:0/2214419843' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-03T10:57:36.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:36 smithi008 bash[23571]: cluster 2024-05-03T10:57:35.339270+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-05-03T10:57:36.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:36 smithi008 bash[18503]: audit 2024-05-03T10:57:35.338726+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.8:0/2214419843' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-03T10:57:36.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:36 smithi008 bash[18503]: cluster 2024-05-03T10:57:35.339270+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-05-03T10:57:36.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:36 smithi143 bash[18601]: audit 2024-05-03T10:57:35.338726+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.8:0/2214419843' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-03T10:57:36.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:36 smithi143 bash[18601]: cluster 2024-05-03T10:57:35.339270+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-05-03T10:57:37.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:37 smithi008 bash[23571]: cluster 2024-05-03T10:57:36.099455+0000 mgr.y (mgr.14388) 87 : cluster [DBG] pgmap v60: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:37.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:37 smithi008 bash[23571]: cluster 2024-05-03T10:57:36.355749+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-05-03T10:57:37.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:37 smithi008 bash[18503]: cluster 2024-05-03T10:57:36.099455+0000 mgr.y (mgr.14388) 87 : cluster [DBG] pgmap v60: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:37.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:37 smithi008 bash[18503]: cluster 2024-05-03T10:57:36.355749+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-05-03T10:57:37.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:37 smithi143 bash[18601]: cluster 2024-05-03T10:57:36.099455+0000 mgr.y (mgr.14388) 87 : cluster [DBG] pgmap v60: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:57:37.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:37 smithi143 bash[18601]: cluster 2024-05-03T10:57:36.355749+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-05-03T10:57:38.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:57:37 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:57:37] "GET /metrics HTTP/1.1" 200 191495 "" "Prometheus/2.33.4" 2024-05-03T10:57:38.559 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-05-03T10:57:38.560 INFO:teuthology.orchestra.run.smithi008.stdout: "id": "c9c7317a-1aa1-4fcb-9caf-50230c1e772c", 2024-05-03T10:57:38.560 INFO:teuthology.orchestra.run.smithi008.stdout: "name": "default", 2024-05-03T10:57:38.560 INFO:teuthology.orchestra.run.smithi008.stdout: "api_name": "default", 2024-05-03T10:57:38.560 INFO:teuthology.orchestra.run.smithi008.stdout: "is_master": "true", 2024-05-03T10:57:38.560 INFO:teuthology.orchestra.run.smithi008.stdout: "endpoints": [], 2024-05-03T10:57:38.560 INFO:teuthology.orchestra.run.smithi008.stdout: "hostnames": [], 2024-05-03T10:57:38.560 INFO:teuthology.orchestra.run.smithi008.stdout: "hostnames_s3website": [], 2024-05-03T10:57:38.560 INFO:teuthology.orchestra.run.smithi008.stdout: "master_zone": "", 2024-05-03T10:57:38.560 INFO:teuthology.orchestra.run.smithi008.stdout: "zones": [], 2024-05-03T10:57:38.560 INFO:teuthology.orchestra.run.smithi008.stdout: "placement_targets": [], 2024-05-03T10:57:38.560 INFO:teuthology.orchestra.run.smithi008.stdout: "default_placement": "", 2024-05-03T10:57:38.561 INFO:teuthology.orchestra.run.smithi008.stdout: "realm_id": "f07e0c3f-1547-4717-9071-7e659aa23a0a", 2024-05-03T10:57:38.561 INFO:teuthology.orchestra.run.smithi008.stdout: "sync_policy": { 2024-05-03T10:57:38.561 INFO:teuthology.orchestra.run.smithi008.stdout: "groups": [] 2024-05-03T10:57:38.561 INFO:teuthology.orchestra.run.smithi008.stdout: } 2024-05-03T10:57:38.561 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-05-03T10:57:39.179 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-05-03T10:57:39.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:39 smithi008 bash[23571]: cluster 2024-05-03T10:57:38.100254+0000 mgr.y (mgr.14388) 88 : cluster [DBG] pgmap v62: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-05-03T10:57:39.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:39 smithi008 bash[18503]: cluster 2024-05-03T10:57:38.100254+0000 mgr.y (mgr.14388) 88 : cluster [DBG] pgmap v62: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-05-03T10:57:39.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:39 smithi143 bash[18601]: cluster 2024-05-03T10:57:38.100254+0000 mgr.y (mgr.14388) 88 : cluster [DBG] pgmap v62: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-05-03T10:57:41.653 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-05-03T10:57:41.653 INFO:teuthology.orchestra.run.smithi008.stdout: "id": "ab8585c9-a4e5-40ce-a2b5-224071968a9b", 2024-05-03T10:57:41.653 INFO:teuthology.orchestra.run.smithi008.stdout: "name": "z", 2024-05-03T10:57:41.653 INFO:teuthology.orchestra.run.smithi008.stdout: "domain_root": "z.rgw.meta:root", 2024-05-03T10:57:41.653 INFO:teuthology.orchestra.run.smithi008.stdout: "control_pool": "z.rgw.control", 2024-05-03T10:57:41.653 INFO:teuthology.orchestra.run.smithi008.stdout: "gc_pool": "z.rgw.log:gc", 2024-05-03T10:57:41.653 INFO:teuthology.orchestra.run.smithi008.stdout: "lc_pool": "z.rgw.log:lc", 2024-05-03T10:57:41.653 INFO:teuthology.orchestra.run.smithi008.stdout: "log_pool": "z.rgw.log", 2024-05-03T10:57:41.653 INFO:teuthology.orchestra.run.smithi008.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-05-03T10:57:41.653 INFO:teuthology.orchestra.run.smithi008.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: "roles_pool": "z.rgw.meta:roles", 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: "otp_pool": "z.rgw.otp", 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: "system_key": { 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: "access_key": "", 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: "secret_key": "" 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: "placement_pools": [ 2024-05-03T10:57:41.654 INFO:teuthology.orchestra.run.smithi008.stdout: { 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: "key": "default-placement", 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: "val": { 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: "index_pool": "z.rgw.buckets.index", 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: "storage_classes": { 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: "STANDARD": { 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: "data_pool": "z.rgw.buckets.data" 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: } 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: "index_type": 0 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: } 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: } 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: ], 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: "realm_id": "f07e0c3f-1547-4717-9071-7e659aa23a0a", 2024-05-03T10:57:41.655 INFO:teuthology.orchestra.run.smithi008.stdout: "notif_pool": "z.rgw.log:notif" 2024-05-03T10:57:41.656 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-05-03T10:57:41.657 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:41 smithi008 bash[18503]: cluster 2024-05-03T10:57:40.100863+0000 mgr.y (mgr.14388) 89 : cluster [DBG] pgmap v63: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-05-03T10:57:41.657 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:41 smithi008 bash[23571]: cluster 2024-05-03T10:57:40.100863+0000 mgr.y (mgr.14388) 89 : cluster [DBG] pgmap v63: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-05-03T10:57:41.839 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:41 smithi143 bash[18601]: cluster 2024-05-03T10:57:40.100863+0000 mgr.y (mgr.14388) 89 : cluster [DBG] pgmap v63: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-05-03T10:57:42.101 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:57:41 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:57:42.218 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-05-03T10:57:43.464 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:43 smithi008 bash[23571]: cluster 2024-05-03T10:57:42.101691+0000 mgr.y (mgr.14388) 90 : cluster [DBG] pgmap v64: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 131 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-05-03T10:57:43.464 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:43 smithi008 bash[18503]: cluster 2024-05-03T10:57:42.101691+0000 mgr.y (mgr.14388) 90 : cluster [DBG] pgmap v64: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 131 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-05-03T10:57:43.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:43 smithi143 bash[18601]: cluster 2024-05-03T10:57:42.101691+0000 mgr.y (mgr.14388) 90 : cluster [DBG] pgmap v64: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 131 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-05-03T10:57:45.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:45 smithi008 bash[18503]: cluster 2024-05-03T10:57:44.102562+0000 mgr.y (mgr.14388) 91 : cluster [DBG] pgmap v65: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 817 B/s rd, 1.8 KiB/s wr, 3 op/s 2024-05-03T10:57:45.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:45 smithi008 bash[23571]: cluster 2024-05-03T10:57:44.102562+0000 mgr.y (mgr.14388) 91 : cluster [DBG] pgmap v65: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 817 B/s rd, 1.8 KiB/s wr, 3 op/s 2024-05-03T10:57:45.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:45 smithi143 bash[18601]: cluster 2024-05-03T10:57:44.102562+0000 mgr.y (mgr.14388) 91 : cluster [DBG] pgmap v65: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 817 B/s rd, 1.8 KiB/s wr, 3 op/s 2024-05-03T10:57:46.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:46 smithi008 bash[23571]: cluster 2024-05-03T10:57:45.389029+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-05-03T10:57:46.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:46 smithi008 bash[23571]: audit 2024-05-03T10:57:45.393795+0000 mon.c (mon.1) 63 : audit [INF] from='client.? 172.21.15.8:0/981412702' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-05-03T10:57:46.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:46 smithi008 bash[23571]: audit 2024-05-03T10:57:45.396819+0000 mon.a (mon.0) 666 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-05-03T10:57:46.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:46 smithi008 bash[23571]: audit 2024-05-03T10:57:46.185376+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:57:46.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:46 smithi008 bash[23571]: audit 2024-05-03T10:57:46.186417+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:57:46.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:46 smithi008 bash[23571]: audit 2024-05-03T10:57:46.202609+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:57:46.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:46 smithi008 bash[23571]: audit 2024-05-03T10:57:46.203497+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:57:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:46 smithi008 bash[18503]: cluster 2024-05-03T10:57:45.389029+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-05-03T10:57:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:46 smithi008 bash[18503]: audit 2024-05-03T10:57:45.393795+0000 mon.c (mon.1) 63 : audit [INF] from='client.? 172.21.15.8:0/981412702' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-05-03T10:57:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:46 smithi008 bash[18503]: audit 2024-05-03T10:57:45.396819+0000 mon.a (mon.0) 666 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-05-03T10:57:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:46 smithi008 bash[18503]: audit 2024-05-03T10:57:46.185376+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:57:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:46 smithi008 bash[18503]: audit 2024-05-03T10:57:46.186417+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:57:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:46 smithi008 bash[18503]: audit 2024-05-03T10:57:46.202609+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:57:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:46 smithi008 bash[18503]: audit 2024-05-03T10:57:46.203497+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:57:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:46 smithi143 bash[18601]: cluster 2024-05-03T10:57:45.389029+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-05-03T10:57:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:46 smithi143 bash[18601]: audit 2024-05-03T10:57:45.393795+0000 mon.c (mon.1) 63 : audit [INF] from='client.? 172.21.15.8:0/981412702' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-05-03T10:57:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:46 smithi143 bash[18601]: audit 2024-05-03T10:57:45.396819+0000 mon.a (mon.0) 666 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-05-03T10:57:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:46 smithi143 bash[18601]: audit 2024-05-03T10:57:46.185376+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:57:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:46 smithi143 bash[18601]: audit 2024-05-03T10:57:46.186417+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:57:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:46 smithi143 bash[18601]: audit 2024-05-03T10:57:46.202609+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:57:46.852 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:46 smithi143 bash[18601]: audit 2024-05-03T10:57:46.203497+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:57:47.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:47 smithi008 bash[18503]: cluster 2024-05-03T10:57:46.103140+0000 mgr.y (mgr.14388) 92 : cluster [DBG] pgmap v67: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 735 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-05-03T10:57:47.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:47 smithi008 bash[18503]: audit 2024-05-03T10:57:46.405977+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-05-03T10:57:47.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:47 smithi008 bash[18503]: cluster 2024-05-03T10:57:46.406288+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-05-03T10:57:47.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:47 smithi008 bash[23571]: cluster 2024-05-03T10:57:46.103140+0000 mgr.y (mgr.14388) 92 : cluster [DBG] pgmap v67: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 735 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-05-03T10:57:47.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:47 smithi008 bash[23571]: audit 2024-05-03T10:57:46.405977+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-05-03T10:57:47.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:47 smithi008 bash[23571]: cluster 2024-05-03T10:57:46.406288+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-05-03T10:57:47.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:47 smithi143 bash[18601]: cluster 2024-05-03T10:57:46.103140+0000 mgr.y (mgr.14388) 92 : cluster [DBG] pgmap v67: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 735 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-05-03T10:57:47.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:47 smithi143 bash[18601]: audit 2024-05-03T10:57:46.405977+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-05-03T10:57:47.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:47 smithi143 bash[18601]: cluster 2024-05-03T10:57:46.406288+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-05-03T10:57:48.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:57:47 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:57:47] "GET /metrics HTTP/1.1" 200 194264 "" "Prometheus/2.33.4" 2024-05-03T10:57:48.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:48 smithi008 bash[18503]: cluster 2024-05-03T10:57:47.409920+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-05-03T10:57:48.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:48 smithi008 bash[18503]: audit 2024-05-03T10:57:47.413492+0000 mon.c (mon.1) 66 : audit [INF] from='client.? 172.21.15.8:0/981412702' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-05-03T10:57:48.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:48 smithi008 bash[18503]: audit 2024-05-03T10:57:47.414664+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-05-03T10:57:48.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:48 smithi008 bash[23571]: cluster 2024-05-03T10:57:47.409920+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-05-03T10:57:48.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:48 smithi008 bash[23571]: audit 2024-05-03T10:57:47.413492+0000 mon.c (mon.1) 66 : audit [INF] from='client.? 172.21.15.8:0/981412702' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-05-03T10:57:48.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:48 smithi008 bash[23571]: audit 2024-05-03T10:57:47.414664+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-05-03T10:57:48.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:48 smithi143 bash[18601]: cluster 2024-05-03T10:57:47.409920+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-05-03T10:57:48.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:48 smithi143 bash[18601]: audit 2024-05-03T10:57:47.413492+0000 mon.c (mon.1) 66 : audit [INF] from='client.? 172.21.15.8:0/981412702' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-05-03T10:57:48.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:48 smithi143 bash[18601]: audit 2024-05-03T10:57:47.414664+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-05-03T10:57:49.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:49 smithi008 bash[18503]: cluster 2024-05-03T10:57:48.103778+0000 mgr.y (mgr.14388) 93 : cluster [DBG] pgmap v70: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2024-05-03T10:57:49.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:49 smithi008 bash[18503]: audit 2024-05-03T10:57:48.421001+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-05-03T10:57:49.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:49 smithi008 bash[18503]: cluster 2024-05-03T10:57:48.421425+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-05-03T10:57:49.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:49 smithi008 bash[23571]: cluster 2024-05-03T10:57:48.103778+0000 mgr.y (mgr.14388) 93 : cluster [DBG] pgmap v70: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2024-05-03T10:57:49.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:49 smithi008 bash[23571]: audit 2024-05-03T10:57:48.421001+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-05-03T10:57:49.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:49 smithi008 bash[23571]: cluster 2024-05-03T10:57:48.421425+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-05-03T10:57:49.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:49 smithi143 bash[18601]: cluster 2024-05-03T10:57:48.103778+0000 mgr.y (mgr.14388) 93 : cluster [DBG] pgmap v70: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2024-05-03T10:57:49.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:49 smithi143 bash[18601]: audit 2024-05-03T10:57:48.421001+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-05-03T10:57:49.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:49 smithi143 bash[18601]: cluster 2024-05-03T10:57:48.421425+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-05-03T10:57:50.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:50 smithi008 bash[18503]: cluster 2024-05-03T10:57:49.425557+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-05-03T10:57:50.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:50 smithi008 bash[18503]: audit 2024-05-03T10:57:49.432045+0000 mon.c (mon.1) 67 : audit [INF] from='client.? 172.21.15.8:0/2671586136' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-05-03T10:57:50.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:50 smithi008 bash[18503]: audit 2024-05-03T10:57:49.450262+0000 mon.a (mon.0) 676 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-05-03T10:57:50.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:50 smithi008 bash[18503]: audit 2024-05-03T10:57:50.424557+0000 mon.a (mon.0) 677 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-05-03T10:57:50.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:50 smithi008 bash[18503]: cluster 2024-05-03T10:57:50.424830+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-05-03T10:57:50.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:50 smithi008 bash[23571]: cluster 2024-05-03T10:57:49.425557+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-05-03T10:57:50.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:50 smithi008 bash[23571]: audit 2024-05-03T10:57:49.432045+0000 mon.c (mon.1) 67 : audit [INF] from='client.? 172.21.15.8:0/2671586136' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-05-03T10:57:50.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:50 smithi008 bash[23571]: audit 2024-05-03T10:57:49.450262+0000 mon.a (mon.0) 676 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-05-03T10:57:50.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:50 smithi008 bash[23571]: audit 2024-05-03T10:57:50.424557+0000 mon.a (mon.0) 677 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-05-03T10:57:50.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:50 smithi008 bash[23571]: cluster 2024-05-03T10:57:50.424830+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-05-03T10:57:50.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:50 smithi143 bash[18601]: cluster 2024-05-03T10:57:49.425557+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-05-03T10:57:50.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:50 smithi143 bash[18601]: audit 2024-05-03T10:57:49.432045+0000 mon.c (mon.1) 67 : audit [INF] from='client.? 172.21.15.8:0/2671586136' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-05-03T10:57:50.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:50 smithi143 bash[18601]: audit 2024-05-03T10:57:49.450262+0000 mon.a (mon.0) 676 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-05-03T10:57:50.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:50 smithi143 bash[18601]: audit 2024-05-03T10:57:50.424557+0000 mon.a (mon.0) 677 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-05-03T10:57:50.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:50 smithi143 bash[18601]: cluster 2024-05-03T10:57:50.424830+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-05-03T10:57:51.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:51 smithi008 bash[18503]: cluster 2024-05-03T10:57:50.104457+0000 mgr.y (mgr.14388) 94 : cluster [DBG] pgmap v73: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-05-03T10:57:51.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:51 smithi008 bash[18503]: audit 2024-05-03T10:57:50.437995+0000 mon.c (mon.1) 68 : audit [INF] from='client.? 172.21.15.8:0/2671586136' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-03T10:57:51.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:51 smithi008 bash[18503]: audit 2024-05-03T10:57:50.440019+0000 mon.a (mon.0) 679 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-03T10:57:51.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:51 smithi008 bash[18503]: audit 2024-05-03T10:57:51.427415+0000 mon.a (mon.0) 680 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-03T10:57:51.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:51 smithi008 bash[18503]: cluster 2024-05-03T10:57:51.427633+0000 mon.a (mon.0) 681 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-05-03T10:57:51.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:51 smithi008 bash[18503]: audit 2024-05-03T10:57:51.429844+0000 mon.c (mon.1) 69 : audit [INF] from='client.? 172.21.15.8:0/2671586136' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-05-03T10:57:51.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:51 smithi008 bash[18503]: audit 2024-05-03T10:57:51.430680+0000 mon.a (mon.0) 682 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-05-03T10:57:51.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:51 smithi008 bash[23571]: cluster 2024-05-03T10:57:50.104457+0000 mgr.y (mgr.14388) 94 : cluster [DBG] pgmap v73: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-05-03T10:57:51.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:51 smithi008 bash[23571]: audit 2024-05-03T10:57:50.437995+0000 mon.c (mon.1) 68 : audit [INF] from='client.? 172.21.15.8:0/2671586136' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-03T10:57:51.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:51 smithi008 bash[23571]: audit 2024-05-03T10:57:50.440019+0000 mon.a (mon.0) 679 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-03T10:57:51.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:51 smithi008 bash[23571]: audit 2024-05-03T10:57:51.427415+0000 mon.a (mon.0) 680 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-03T10:57:51.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:51 smithi008 bash[23571]: cluster 2024-05-03T10:57:51.427633+0000 mon.a (mon.0) 681 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-05-03T10:57:51.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:51 smithi008 bash[23571]: audit 2024-05-03T10:57:51.429844+0000 mon.c (mon.1) 69 : audit [INF] from='client.? 172.21.15.8:0/2671586136' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-05-03T10:57:51.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:51 smithi008 bash[23571]: audit 2024-05-03T10:57:51.430680+0000 mon.a (mon.0) 682 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-05-03T10:57:51.840 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:51 smithi143 bash[18601]: cluster 2024-05-03T10:57:50.104457+0000 mgr.y (mgr.14388) 94 : cluster [DBG] pgmap v73: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-05-03T10:57:51.840 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:51 smithi143 bash[18601]: audit 2024-05-03T10:57:50.437995+0000 mon.c (mon.1) 68 : audit [INF] from='client.? 172.21.15.8:0/2671586136' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-03T10:57:51.840 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:51 smithi143 bash[18601]: audit 2024-05-03T10:57:50.440019+0000 mon.a (mon.0) 679 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-03T10:57:51.840 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:51 smithi143 bash[18601]: audit 2024-05-03T10:57:51.427415+0000 mon.a (mon.0) 680 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-03T10:57:51.840 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:51 smithi143 bash[18601]: cluster 2024-05-03T10:57:51.427633+0000 mon.a (mon.0) 681 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-05-03T10:57:51.840 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:51 smithi143 bash[18601]: audit 2024-05-03T10:57:51.429844+0000 mon.c (mon.1) 69 : audit [INF] from='client.? 172.21.15.8:0/2671586136' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-05-03T10:57:51.840 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:51 smithi143 bash[18601]: audit 2024-05-03T10:57:51.430680+0000 mon.a (mon.0) 682 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-05-03T10:57:52.101 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:57:51 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:57:52.532 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-05-03T10:57:52.532 INFO:teuthology.orchestra.run.smithi008.stdout: "id": "78b8ea30-7673-4940-a052-19c0fd510bee", 2024-05-03T10:57:52.532 INFO:teuthology.orchestra.run.smithi008.stdout: "epoch": 1, 2024-05-03T10:57:52.532 INFO:teuthology.orchestra.run.smithi008.stdout: "predecessor_uuid": "fc05d7a3-34bb-4af3-80b5-962a4ac3b8af", 2024-05-03T10:57:52.532 INFO:teuthology.orchestra.run.smithi008.stdout: "sync_status": [], 2024-05-03T10:57:52.532 INFO:teuthology.orchestra.run.smithi008.stdout: "period_map": { 2024-05-03T10:57:52.532 INFO:teuthology.orchestra.run.smithi008.stdout: "id": "78b8ea30-7673-4940-a052-19c0fd510bee", 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: "zonegroups": [ 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: { 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: "id": "c9c7317a-1aa1-4fcb-9caf-50230c1e772c", 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: "name": "default", 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: "api_name": "default", 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: "is_master": "true", 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: "endpoints": [], 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: "hostnames": [], 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: "hostnames_s3website": [], 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: "master_zone": "ab8585c9-a4e5-40ce-a2b5-224071968a9b", 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: "zones": [ 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: { 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: "id": "ab8585c9-a4e5-40ce-a2b5-224071968a9b", 2024-05-03T10:57:52.533 INFO:teuthology.orchestra.run.smithi008.stdout: "name": "z", 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: "endpoints": [], 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: "log_meta": "false", 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: "log_data": "false", 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: "bucket_index_max_shards": 11, 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: "read_only": "false", 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: "tier_type": "", 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: "sync_from_all": "true", 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: "sync_from": [], 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: "redirect_zone": "" 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: } 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: ], 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: "placement_targets": [ 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: { 2024-05-03T10:57:52.534 INFO:teuthology.orchestra.run.smithi008.stdout: "name": "default-placement", 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: "tags": [], 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: "storage_classes": [ 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: "STANDARD" 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: ] 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: } 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: ], 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: "default_placement": "default-placement", 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: "realm_id": "f07e0c3f-1547-4717-9071-7e659aa23a0a", 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: "sync_policy": { 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: "groups": [] 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: } 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: } 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: ], 2024-05-03T10:57:52.535 INFO:teuthology.orchestra.run.smithi008.stdout: "short_zone_ids": [ 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: { 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: "key": "ab8585c9-a4e5-40ce-a2b5-224071968a9b", 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: "val": 3885804878 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: } 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: ] 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: "master_zonegroup": "c9c7317a-1aa1-4fcb-9caf-50230c1e772c", 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: "master_zone": "ab8585c9-a4e5-40ce-a2b5-224071968a9b", 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: "period_config": { 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: "bucket_quota": { 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: "enabled": false, 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: "check_on_raw": false, 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: "max_size": -1, 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: "max_size_kb": 0, 2024-05-03T10:57:52.536 INFO:teuthology.orchestra.run.smithi008.stdout: "max_objects": -1 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: "user_quota": { 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: "enabled": false, 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: "check_on_raw": false, 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: "max_size": -1, 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: "max_size_kb": 0, 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: "max_objects": -1 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: "user_ratelimit": { 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: "max_read_ops": 0, 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: "max_write_ops": 0, 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: "max_read_bytes": 0, 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: "max_write_bytes": 0, 2024-05-03T10:57:52.537 INFO:teuthology.orchestra.run.smithi008.stdout: "enabled": false 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: "bucket_ratelimit": { 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: "max_read_ops": 0, 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: "max_write_ops": 0, 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: "max_read_bytes": 0, 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: "max_write_bytes": 0, 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: "enabled": false 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: "anonymous_ratelimit": { 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: "max_read_ops": 0, 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: "max_write_ops": 0, 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: "max_read_bytes": 0, 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: "max_write_bytes": 0, 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: "enabled": false 2024-05-03T10:57:52.538 INFO:teuthology.orchestra.run.smithi008.stdout: } 2024-05-03T10:57:52.539 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T10:57:52.539 INFO:teuthology.orchestra.run.smithi008.stdout: "realm_id": "f07e0c3f-1547-4717-9071-7e659aa23a0a", 2024-05-03T10:57:52.539 INFO:teuthology.orchestra.run.smithi008.stdout: "realm_name": "r", 2024-05-03T10:57:52.539 INFO:teuthology.orchestra.run.smithi008.stdout: "realm_epoch": 2 2024-05-03T10:57:52.539 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-05-03T10:57:53.354 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2024-05-03T10:57:53.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:53 smithi008 bash[23571]: cluster 2024-05-03T10:57:52.105486+0000 mgr.y (mgr.14388) 95 : cluster [DBG] pgmap v76: 129 pgs: 28 unknown, 101 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-05-03T10:57:53.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:53 smithi008 bash[23571]: audit 2024-05-03T10:57:52.430205+0000 mon.a (mon.0) 683 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-05-03T10:57:53.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:53 smithi008 bash[23571]: cluster 2024-05-03T10:57:52.430420+0000 mon.a (mon.0) 684 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-05-03T10:57:53.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:53 smithi008 bash[18503]: cluster 2024-05-03T10:57:52.105486+0000 mgr.y (mgr.14388) 95 : cluster [DBG] pgmap v76: 129 pgs: 28 unknown, 101 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-05-03T10:57:53.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:53 smithi008 bash[18503]: audit 2024-05-03T10:57:52.430205+0000 mon.a (mon.0) 683 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-05-03T10:57:53.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:53 smithi008 bash[18503]: cluster 2024-05-03T10:57:52.430420+0000 mon.a (mon.0) 684 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-05-03T10:57:53.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:53 smithi143 bash[18601]: cluster 2024-05-03T10:57:52.105486+0000 mgr.y (mgr.14388) 95 : cluster [DBG] pgmap v76: 129 pgs: 28 unknown, 101 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-05-03T10:57:53.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:53 smithi143 bash[18601]: audit 2024-05-03T10:57:52.430205+0000 mon.a (mon.0) 683 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-05-03T10:57:53.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:53 smithi143 bash[18601]: cluster 2024-05-03T10:57:52.430420+0000 mon.a (mon.0) 684 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-05-03T10:57:55.739 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:55 smithi008 bash[18503]: cluster 2024-05-03T10:57:54.106208+0000 mgr.y (mgr.14388) 96 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 218 B/s rd, 436 B/s wr, 1 op/s 2024-05-03T10:57:55.739 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:55 smithi008 bash[23571]: cluster 2024-05-03T10:57:54.106208+0000 mgr.y (mgr.14388) 96 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 218 B/s rd, 436 B/s wr, 1 op/s 2024-05-03T10:57:55.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:55 smithi143 bash[18601]: cluster 2024-05-03T10:57:54.106208+0000 mgr.y (mgr.14388) 96 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 218 B/s rd, 436 B/s wr, 1 op/s 2024-05-03T10:57:56.100 INFO:teuthology.orchestra.run.smithi008.stdout:Scheduled rgw.foo update... 2024-05-03T10:57:57.202 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph orch apply rgw smpl' 2024-05-03T10:57:57.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.090598+0000 mgr.y (mgr.14388) 97 : audit [DBG] from='client.24538 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:57:57.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: cephadm 2024-05-03T10:57:56.092362+0000 mgr.y (mgr.14388) 98 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-05-03T10:57:57.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.099525+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: cluster 2024-05-03T10:57:56.106702+0000 mgr.y (mgr.14388) 99 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-05-03T10:57:57.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.140787+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:57.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.141780+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:57:57.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.147469+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.155122+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.160963+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: cephadm 2024-05-03T10:57:56.161943+0000 mgr.y (mgr.14388) 100 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-05-03T10:57:57.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.166466+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.167409+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi008.vadwcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:57:57.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.167720+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi008.vadwcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:57:57.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.171372+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi008.vadwcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-03T10:57:57.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.176094+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: audit 2024-05-03T10:57:56.176916+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:57.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:57 smithi143 bash[18601]: cephadm 2024-05-03T10:57:56.177694+0000 mgr.y (mgr.14388) 101 : cephadm [INF] Deploying daemon rgw.foo.smithi008.vadwcp on smithi008 2024-05-03T10:57:57.382 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.090598+0000 mgr.y (mgr.14388) 97 : audit [DBG] from='client.24538 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: cephadm 2024-05-03T10:57:56.092362+0000 mgr.y (mgr.14388) 98 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.099525+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: cluster 2024-05-03T10:57:56.106702+0000 mgr.y (mgr.14388) 99 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.140787+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.141780+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.147469+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.155122+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.160963+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: cephadm 2024-05-03T10:57:56.161943+0000 mgr.y (mgr.14388) 100 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.166466+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.167409+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi008.vadwcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.167720+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi008.vadwcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:57:57.383 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.171372+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi008.vadwcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-03T10:57:57.384 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.176094+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.384 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: audit 2024-05-03T10:57:56.176916+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:57.384 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:57 smithi008 bash[23571]: cephadm 2024-05-03T10:57:56.177694+0000 mgr.y (mgr.14388) 101 : cephadm [INF] Deploying daemon rgw.foo.smithi008.vadwcp on smithi008 2024-05-03T10:57:57.384 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.090598+0000 mgr.y (mgr.14388) 97 : audit [DBG] from='client.24538 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:57:57.384 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: cephadm 2024-05-03T10:57:56.092362+0000 mgr.y (mgr.14388) 98 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-05-03T10:57:57.384 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.099525+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.384 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: cluster 2024-05-03T10:57:56.106702+0000 mgr.y (mgr.14388) 99 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-05-03T10:57:57.384 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.140787+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:57.384 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.141780+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:57:57.384 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.147469+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.384 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.155122+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.385 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.160963+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.385 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: cephadm 2024-05-03T10:57:56.161943+0000 mgr.y (mgr.14388) 100 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-05-03T10:57:57.385 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.166466+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.385 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.167409+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi008.vadwcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:57:57.385 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.167720+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi008.vadwcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:57:57.385 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.171372+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi008.vadwcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-03T10:57:57.385 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.176094+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:57:57.385 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: audit 2024-05-03T10:57:56.176916+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:57:57.385 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:57 smithi008 bash[18503]: cephadm 2024-05-03T10:57:56.177694+0000 mgr.y (mgr.14388) 101 : cephadm [INF] Deploying daemon rgw.foo.smithi008.vadwcp on smithi008 2024-05-03T10:57:58.017 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:57:57 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:57:57] "GET /metrics HTTP/1.1" 200 194264 "" "Prometheus/2.33.4" 2024-05-03T10:57:59.232 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:59 smithi008 bash[18503]: cluster 2024-05-03T10:57:58.107533+0000 mgr.y (mgr.14388) 102 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-05-03T10:57:59.232 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.232 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:59 smithi008 bash[23571]: cluster 2024-05-03T10:57:58.107533+0000 mgr.y (mgr.14388) 102 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-05-03T10:57:59.232 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.233 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.233 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.233 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.234 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.234 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.235 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.235 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.503 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.503 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.503 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.503 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.504 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.504 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.504 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.505 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.505 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:57:59 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:57:59.539 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:57:59 smithi143 bash[18601]: cluster 2024-05-03T10:57:58.107533+0000 mgr.y (mgr.14388) 102 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-05-03T10:58:00.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:00 smithi008 bash[18503]: audit 2024-05-03T10:57:59.513858+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:00.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:00 smithi008 bash[18503]: audit 2024-05-03T10:57:59.515582+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.qiqgjj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:00.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:00 smithi008 bash[18503]: audit 2024-05-03T10:57:59.515965+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.qiqgjj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:00.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:00 smithi008 bash[18503]: audit 2024-05-03T10:57:59.519413+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.qiqgjj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-03T10:58:00.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:00 smithi008 bash[18503]: audit 2024-05-03T10:57:59.527432+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:00.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:00 smithi008 bash[18503]: audit 2024-05-03T10:57:59.528257+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:00.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:00 smithi008 bash[18503]: cephadm 2024-05-03T10:57:59.529012+0000 mgr.y (mgr.14388) 103 : cephadm [INF] Deploying daemon rgw.foo.smithi143.qiqgjj on smithi143 2024-05-03T10:58:00.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:00 smithi008 bash[23571]: audit 2024-05-03T10:57:59.513858+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:00.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:00 smithi008 bash[23571]: audit 2024-05-03T10:57:59.515582+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.qiqgjj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:00.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:00 smithi008 bash[23571]: audit 2024-05-03T10:57:59.515965+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.qiqgjj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:00.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:00 smithi008 bash[23571]: audit 2024-05-03T10:57:59.519413+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.qiqgjj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-03T10:58:00.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:00 smithi008 bash[23571]: audit 2024-05-03T10:57:59.527432+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:00.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:00 smithi008 bash[23571]: audit 2024-05-03T10:57:59.528257+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:00.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:00 smithi008 bash[23571]: cephadm 2024-05-03T10:57:59.529012+0000 mgr.y (mgr.14388) 103 : cephadm [INF] Deploying daemon rgw.foo.smithi143.qiqgjj on smithi143 2024-05-03T10:58:00.779 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:00 smithi143 bash[18601]: audit 2024-05-03T10:57:59.513858+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:00.780 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:00 smithi143 bash[18601]: audit 2024-05-03T10:57:59.515582+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.qiqgjj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:00.780 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:00 smithi143 bash[18601]: audit 2024-05-03T10:57:59.515965+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.qiqgjj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:00.780 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:00 smithi143 bash[18601]: audit 2024-05-03T10:57:59.519413+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.qiqgjj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-03T10:58:00.780 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:00 smithi143 bash[18601]: audit 2024-05-03T10:57:59.527432+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:00.780 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:00 smithi143 bash[18601]: audit 2024-05-03T10:57:59.528257+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:00.780 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:00 smithi143 bash[18601]: cephadm 2024-05-03T10:57:59.529012+0000 mgr.y (mgr.14388) 103 : cephadm [INF] Deploying daemon rgw.foo.smithi143.qiqgjj on smithi143 2024-05-03T10:58:01.636 INFO:teuthology.orchestra.run.smithi008.stdout:Scheduled rgw.smpl update... 2024-05-03T10:58:01.771 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:01.771 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:01.772 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:01.772 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:01.772 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:01.773 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:01.773 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:01.773 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:01.774 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:01 smithi143 bash[18601]: cluster 2024-05-03T10:58:00.108220+0000 mgr.y (mgr.14388) 104 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 943 B/s rd, 1.0 KiB/s wr, 2 op/s 2024-05-03T10:58:01.774 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:02.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:01 smithi008 bash[23571]: cluster 2024-05-03T10:58:00.108220+0000 mgr.y (mgr.14388) 104 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 943 B/s rd, 1.0 KiB/s wr, 2 op/s 2024-05-03T10:58:02.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:01 smithi008 bash[18503]: cluster 2024-05-03T10:58:00.108220+0000 mgr.y (mgr.14388) 104 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 943 B/s rd, 1.0 KiB/s wr, 2 op/s 2024-05-03T10:58:02.031 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:02.031 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:02.032 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:02.032 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:02.032 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:58:01 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:58:02.033 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:02.033 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:02.033 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:02.033 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:02.034 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:01 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:02.308 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph osd pool create foo' 2024-05-03T10:58:02.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:02 smithi008 bash[23571]: audit 2024-05-03T10:58:01.630817+0000 mgr.y (mgr.14388) 105 : audit [DBG] from='client.14655 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:58:02.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:02 smithi008 bash[23571]: cephadm 2024-05-03T10:58:01.631826+0000 mgr.y (mgr.14388) 106 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-05-03T10:58:02.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:02 smithi008 bash[23571]: audit 2024-05-03T10:58:01.636447+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:02.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:02 smithi008 bash[23571]: audit 2024-05-03T10:58:02.054156+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:02.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:02 smithi008 bash[23571]: audit 2024-05-03T10:58:02.059281+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:02.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:02 smithi008 bash[23571]: audit 2024-05-03T10:58:02.061231+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:58:02.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:02 smithi008 bash[18503]: audit 2024-05-03T10:58:01.630817+0000 mgr.y (mgr.14388) 105 : audit [DBG] from='client.14655 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:58:02.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:02 smithi008 bash[18503]: cephadm 2024-05-03T10:58:01.631826+0000 mgr.y (mgr.14388) 106 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-05-03T10:58:02.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:02 smithi008 bash[18503]: audit 2024-05-03T10:58:01.636447+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:02.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:02 smithi008 bash[18503]: audit 2024-05-03T10:58:02.054156+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:02.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:02 smithi008 bash[18503]: audit 2024-05-03T10:58:02.059281+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:02.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:02 smithi008 bash[18503]: audit 2024-05-03T10:58:02.061231+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:58:03.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:02 smithi143 bash[18601]: audit 2024-05-03T10:58:01.630817+0000 mgr.y (mgr.14388) 105 : audit [DBG] from='client.14655 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:58:03.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:02 smithi143 bash[18601]: cephadm 2024-05-03T10:58:01.631826+0000 mgr.y (mgr.14388) 106 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-05-03T10:58:03.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:02 smithi143 bash[18601]: audit 2024-05-03T10:58:01.636447+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:03.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:02 smithi143 bash[18601]: audit 2024-05-03T10:58:02.054156+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:03.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:02 smithi143 bash[18601]: audit 2024-05-03T10:58:02.059281+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:03.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:02 smithi143 bash[18601]: audit 2024-05-03T10:58:02.061231+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:58:04.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:03 smithi008 bash[18503]: cluster 2024-05-03T10:58:02.109202+0000 mgr.y (mgr.14388) 107 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 40 KiB/s rd, 3.7 KiB/s wr, 97 op/s 2024-05-03T10:58:04.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:03 smithi008 bash[23571]: cluster 2024-05-03T10:58:02.109202+0000 mgr.y (mgr.14388) 107 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 40 KiB/s rd, 3.7 KiB/s wr, 97 op/s 2024-05-03T10:58:04.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:03 smithi143 bash[18601]: cluster 2024-05-03T10:58:02.109202+0000 mgr.y (mgr.14388) 107 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 40 KiB/s rd, 3.7 KiB/s wr, 97 op/s 2024-05-03T10:58:05.665 INFO:teuthology.orchestra.run.smithi008.stderr:pool 'foo' created 2024-05-03T10:58:06.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:05 smithi008 bash[23571]: cluster 2024-05-03T10:58:04.110148+0000 mgr.y (mgr.14388) 108 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 40 KiB/s rd, 3.4 KiB/s wr, 97 op/s 2024-05-03T10:58:06.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:05 smithi008 bash[23571]: audit 2024-05-03T10:58:05.166430+0000 mon.c (mon.1) 78 : audit [INF] from='client.? 172.21.15.8:0/3495856564' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-05-03T10:58:06.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:05 smithi008 bash[23571]: audit 2024-05-03T10:58:05.166782+0000 mon.a (mon.0) 699 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-05-03T10:58:06.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:05 smithi008 bash[23571]: audit 2024-05-03T10:58:05.617348+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:06.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:05 smithi008 bash[18503]: cluster 2024-05-03T10:58:04.110148+0000 mgr.y (mgr.14388) 108 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 40 KiB/s rd, 3.4 KiB/s wr, 97 op/s 2024-05-03T10:58:06.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:05 smithi008 bash[18503]: audit 2024-05-03T10:58:05.166430+0000 mon.c (mon.1) 78 : audit [INF] from='client.? 172.21.15.8:0/3495856564' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-05-03T10:58:06.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:05 smithi008 bash[18503]: audit 2024-05-03T10:58:05.166782+0000 mon.a (mon.0) 699 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-05-03T10:58:06.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:05 smithi008 bash[18503]: audit 2024-05-03T10:58:05.617348+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:06.100 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:05 smithi143 bash[18601]: cluster 2024-05-03T10:58:04.110148+0000 mgr.y (mgr.14388) 108 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 40 KiB/s rd, 3.4 KiB/s wr, 97 op/s 2024-05-03T10:58:06.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:05 smithi143 bash[18601]: audit 2024-05-03T10:58:05.166430+0000 mon.c (mon.1) 78 : audit [INF] from='client.? 172.21.15.8:0/3495856564' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-05-03T10:58:06.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:05 smithi143 bash[18601]: audit 2024-05-03T10:58:05.166782+0000 mon.a (mon.0) 699 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-05-03T10:58:06.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:05 smithi143 bash[18601]: audit 2024-05-03T10:58:05.617348+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:06.364 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'rbd pool init foo' 2024-05-03T10:58:06.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:06 smithi143 bash[18601]: audit 2024-05-03T10:58:05.650032+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-05-03T10:58:06.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:06 smithi143 bash[18601]: cluster 2024-05-03T10:58:05.650107+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-05-03T10:58:06.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:06 smithi143 bash[18601]: audit 2024-05-03T10:58:06.215630+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:06.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:06 smithi143 bash[18601]: audit 2024-05-03T10:58:06.508390+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:06.976 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:06 smithi008 bash[18503]: audit 2024-05-03T10:58:05.650032+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-05-03T10:58:06.976 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:06 smithi008 bash[18503]: cluster 2024-05-03T10:58:05.650107+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-05-03T10:58:06.976 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:06 smithi008 bash[18503]: audit 2024-05-03T10:58:06.215630+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:06.976 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:06 smithi008 bash[18503]: audit 2024-05-03T10:58:06.508390+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:06.976 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:06 smithi008 bash[23571]: audit 2024-05-03T10:58:05.650032+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-05-03T10:58:06.976 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:06 smithi008 bash[23571]: cluster 2024-05-03T10:58:05.650107+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-05-03T10:58:06.977 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:06 smithi008 bash[23571]: audit 2024-05-03T10:58:06.215630+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:06.977 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:06 smithi008 bash[23571]: audit 2024-05-03T10:58:06.508390+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:07.920 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: cluster 2024-05-03T10:58:06.111090+0000 mgr.y (mgr.14388) 109 : cluster [DBG] pgmap v85: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 4.0 KiB/s wr, 113 op/s 2024-05-03T10:58:07.920 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: cephadm 2024-05-03T10:58:06.518119+0000 mgr.y (mgr.14388) 110 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-03T10:58:07.920 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: cluster 2024-05-03T10:58:06.653002+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-05-03T10:58:07.920 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: audit 2024-05-03T10:58:06.928680+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:07.920 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: audit 2024-05-03T10:58:06.935820+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:07.920 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: audit 2024-05-03T10:58:06.943260+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:07.920 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: audit 2024-05-03T10:58:06.951689+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:07.920 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: audit 2024-05-03T10:58:06.953606+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi008.ujbgrk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:07.920 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: audit 2024-05-03T10:58:06.953919+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi008.ujbgrk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:07.920 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: audit 2024-05-03T10:58:06.958826+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi008.ujbgrk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: audit 2024-05-03T10:58:06.966824+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: audit 2024-05-03T10:58:06.967676+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:07 smithi008 bash[18503]: cluster 2024-05-03T10:58:07.659429+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: cluster 2024-05-03T10:58:06.111090+0000 mgr.y (mgr.14388) 109 : cluster [DBG] pgmap v85: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 4.0 KiB/s wr, 113 op/s 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: cephadm 2024-05-03T10:58:06.518119+0000 mgr.y (mgr.14388) 110 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: cluster 2024-05-03T10:58:06.653002+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: audit 2024-05-03T10:58:06.928680+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: audit 2024-05-03T10:58:06.935820+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: audit 2024-05-03T10:58:06.943260+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: audit 2024-05-03T10:58:06.951689+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: audit 2024-05-03T10:58:06.953606+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi008.ujbgrk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: audit 2024-05-03T10:58:06.953919+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi008.ujbgrk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:07.921 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: audit 2024-05-03T10:58:06.958826+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi008.ujbgrk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-03T10:58:07.922 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: audit 2024-05-03T10:58:06.966824+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:07.922 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: audit 2024-05-03T10:58:06.967676+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:07.922 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:07 smithi008 bash[23571]: cluster 2024-05-03T10:58:07.659429+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-05-03T10:58:08.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: cluster 2024-05-03T10:58:06.111090+0000 mgr.y (mgr.14388) 109 : cluster [DBG] pgmap v85: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 4.0 KiB/s wr, 113 op/s 2024-05-03T10:58:08.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: cephadm 2024-05-03T10:58:06.518119+0000 mgr.y (mgr.14388) 110 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-03T10:58:08.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: cluster 2024-05-03T10:58:06.653002+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-05-03T10:58:08.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: audit 2024-05-03T10:58:06.928680+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:08.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: audit 2024-05-03T10:58:06.935820+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:08.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: audit 2024-05-03T10:58:06.943260+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:08.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: audit 2024-05-03T10:58:06.951689+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:08.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: audit 2024-05-03T10:58:06.953606+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi008.ujbgrk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:08.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: audit 2024-05-03T10:58:06.953919+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi008.ujbgrk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:08.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: audit 2024-05-03T10:58:06.958826+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi008.ujbgrk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-03T10:58:08.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: audit 2024-05-03T10:58:06.966824+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:08.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: audit 2024-05-03T10:58:06.967676+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:08.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:07 smithi143 bash[18601]: cluster 2024-05-03T10:58:07.659429+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-05-03T10:58:08.179 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:58:07 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:58:07] "GET /metrics HTTP/1.1" 200 196851 "" "Prometheus/2.33.4" 2024-05-03T10:58:08.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:08 smithi008 bash[18503]: cephadm 2024-05-03T10:58:06.948046+0000 mgr.y (mgr.14388) 111 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-05-03T10:58:08.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:08 smithi008 bash[18503]: cephadm 2024-05-03T10:58:06.968651+0000 mgr.y (mgr.14388) 112 : cephadm [INF] Deploying daemon rgw.smpl.smithi008.ujbgrk on smithi008 2024-05-03T10:58:08.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:08 smithi008 bash[23571]: cephadm 2024-05-03T10:58:06.948046+0000 mgr.y (mgr.14388) 111 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-05-03T10:58:08.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:08 smithi008 bash[23571]: cephadm 2024-05-03T10:58:06.968651+0000 mgr.y (mgr.14388) 112 : cephadm [INF] Deploying daemon rgw.smpl.smithi008.ujbgrk on smithi008 2024-05-03T10:58:09.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:08 smithi143 bash[18601]: cephadm 2024-05-03T10:58:06.948046+0000 mgr.y (mgr.14388) 111 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-05-03T10:58:09.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:08 smithi143 bash[18601]: cephadm 2024-05-03T10:58:06.968651+0000 mgr.y (mgr.14388) 112 : cephadm [INF] Deploying daemon rgw.smpl.smithi008.ujbgrk on smithi008 2024-05-03T10:58:09.835 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:09.836 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:09.836 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:09.836 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:09.837 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:09 smithi008 bash[18503]: cluster 2024-05-03T10:58:08.111767+0000 mgr.y (mgr.14388) 113 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 127 KiB/s rd, 1.2 KiB/s wr, 202 op/s 2024-05-03T10:58:09.837 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:09.837 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:09 smithi008 bash[23571]: cluster 2024-05-03T10:58:08.111767+0000 mgr.y (mgr.14388) 113 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 127 KiB/s rd, 1.2 KiB/s wr, 202 op/s 2024-05-03T10:58:09.837 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:09.837 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:09.838 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:09.838 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:10.092 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:10.093 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:10.093 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:10.093 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:10.094 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:10.094 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:10.094 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:10.094 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:10.095 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:58:09 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:10.100 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:09 smithi143 bash[18601]: cluster 2024-05-03T10:58:08.111767+0000 mgr.y (mgr.14388) 113 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 127 KiB/s rd, 1.2 KiB/s wr, 202 op/s 2024-05-03T10:58:11.307 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:11 smithi008 bash[23571]: cluster 2024-05-03T10:58:10.112218+0000 mgr.y (mgr.14388) 114 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2024-05-03T10:58:11.307 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:11 smithi008 bash[23571]: audit 2024-05-03T10:58:10.134400+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:11.307 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:11 smithi008 bash[23571]: audit 2024-05-03T10:58:10.137036+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi143.jpumip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:11.307 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:11 smithi008 bash[23571]: audit 2024-05-03T10:58:10.137539+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi143.jpumip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:11.307 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:11 smithi008 bash[23571]: audit 2024-05-03T10:58:10.142725+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi143.jpumip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-03T10:58:11.308 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:11 smithi008 bash[23571]: audit 2024-05-03T10:58:10.149000+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:11.308 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:11 smithi008 bash[23571]: audit 2024-05-03T10:58:10.151762+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:11.308 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:11 smithi008 bash[23571]: cephadm 2024-05-03T10:58:10.152710+0000 mgr.y (mgr.14388) 115 : cephadm [INF] Deploying daemon rgw.smpl.smithi143.jpumip on smithi143 2024-05-03T10:58:11.308 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:11 smithi008 bash[23571]: audit 2024-05-03T10:58:10.164856+0000 mon.c (mon.1) 83 : audit [INF] from='client.? 172.21.15.8:0/447142227' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-05-03T10:58:11.308 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:11 smithi008 bash[23571]: audit 2024-05-03T10:58:10.165201+0000 mon.a (mon.0) 718 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-05-03T10:58:11.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:11 smithi008 bash[18503]: cluster 2024-05-03T10:58:10.112218+0000 mgr.y (mgr.14388) 114 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2024-05-03T10:58:11.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:11 smithi008 bash[18503]: audit 2024-05-03T10:58:10.134400+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:11.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:11 smithi008 bash[18503]: audit 2024-05-03T10:58:10.137036+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi143.jpumip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:11.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:11 smithi008 bash[18503]: audit 2024-05-03T10:58:10.137539+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi143.jpumip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:11.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:11 smithi008 bash[18503]: audit 2024-05-03T10:58:10.142725+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi143.jpumip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-03T10:58:11.309 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:11 smithi008 bash[18503]: audit 2024-05-03T10:58:10.149000+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:11.309 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:11 smithi008 bash[18503]: audit 2024-05-03T10:58:10.151762+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:11.309 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:11 smithi008 bash[18503]: cephadm 2024-05-03T10:58:10.152710+0000 mgr.y (mgr.14388) 115 : cephadm [INF] Deploying daemon rgw.smpl.smithi143.jpumip on smithi143 2024-05-03T10:58:11.309 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:11 smithi008 bash[18503]: audit 2024-05-03T10:58:10.164856+0000 mon.c (mon.1) 83 : audit [INF] from='client.? 172.21.15.8:0/447142227' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-05-03T10:58:11.309 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:11 smithi008 bash[18503]: audit 2024-05-03T10:58:10.165201+0000 mon.a (mon.0) 718 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-05-03T10:58:11.598 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:11 smithi143 bash[18601]: cluster 2024-05-03T10:58:10.112218+0000 mgr.y (mgr.14388) 114 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2024-05-03T10:58:11.598 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:11 smithi143 bash[18601]: audit 2024-05-03T10:58:10.134400+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:11.598 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:11 smithi143 bash[18601]: audit 2024-05-03T10:58:10.137036+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi143.jpumip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:11.598 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:11 smithi143 bash[18601]: audit 2024-05-03T10:58:10.137539+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi143.jpumip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-03T10:58:11.598 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:11 smithi143 bash[18601]: audit 2024-05-03T10:58:10.142725+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi143.jpumip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-03T10:58:11.598 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:11 smithi143 bash[18601]: audit 2024-05-03T10:58:10.149000+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:11.598 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:11 smithi143 bash[18601]: audit 2024-05-03T10:58:10.151762+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:11.598 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:11 smithi143 bash[18601]: cephadm 2024-05-03T10:58:10.152710+0000 mgr.y (mgr.14388) 115 : cephadm [INF] Deploying daemon rgw.smpl.smithi143.jpumip on smithi143 2024-05-03T10:58:11.598 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:11 smithi143 bash[18601]: audit 2024-05-03T10:58:10.164856+0000 mon.c (mon.1) 83 : audit [INF] from='client.? 172.21.15.8:0/447142227' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-05-03T10:58:11.598 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:11 smithi143 bash[18601]: audit 2024-05-03T10:58:10.165201+0000 mon.a (mon.0) 718 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-05-03T10:58:11.850 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:58:11 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:58:12.467 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:12 smithi143 bash[18601]: audit 2024-05-03T10:58:11.150849+0000 mon.a (mon.0) 719 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-05-03T10:58:12.468 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:12 smithi143 bash[18601]: cluster 2024-05-03T10:58:11.151007+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-05-03T10:58:12.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:12 smithi008 bash[18503]: audit 2024-05-03T10:58:11.150849+0000 mon.a (mon.0) 719 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-05-03T10:58:12.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:12 smithi008 bash[18503]: cluster 2024-05-03T10:58:11.151007+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-05-03T10:58:12.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:12 smithi008 bash[23571]: audit 2024-05-03T10:58:11.150849+0000 mon.a (mon.0) 719 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-05-03T10:58:12.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:12 smithi008 bash[23571]: cluster 2024-05-03T10:58:11.151007+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-05-03T10:58:12.824 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:12.824 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:12.824 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:12.825 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:12.825 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:12.825 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:12.825 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:12.826 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:12.826 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:13.100 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:13.101 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:13.101 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:13.101 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:13.101 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:13.102 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:13.102 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:13.102 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:13.102 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 10:58:12 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:13.377 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:13 smithi008 bash[18503]: cluster 2024-05-03T10:58:12.113904+0000 mgr.y (mgr.14388) 116 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail; 223 KiB/s rd, 682 B/s wr, 342 op/s 2024-05-03T10:58:13.377 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:13 smithi008 bash[18503]: cluster 2024-05-03T10:58:12.157126+0000 mon.a (mon.0) 721 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-05-03T10:58:13.377 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:13 smithi008 bash[18503]: audit 2024-05-03T10:58:12.992799+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:13.377 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:13 smithi008 bash[18503]: audit 2024-05-03T10:58:12.997835+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:13.377 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:13 smithi008 bash[18503]: audit 2024-05-03T10:58:12.999857+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:58:13.378 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:13 smithi008 bash[23571]: cluster 2024-05-03T10:58:12.113904+0000 mgr.y (mgr.14388) 116 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail; 223 KiB/s rd, 682 B/s wr, 342 op/s 2024-05-03T10:58:13.378 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:13 smithi008 bash[23571]: cluster 2024-05-03T10:58:12.157126+0000 mon.a (mon.0) 721 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-05-03T10:58:13.378 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:13 smithi008 bash[23571]: audit 2024-05-03T10:58:12.992799+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:13.378 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:13 smithi008 bash[23571]: audit 2024-05-03T10:58:12.997835+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:13.378 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:13 smithi008 bash[23571]: audit 2024-05-03T10:58:12.999857+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:58:13.600 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:13 smithi143 bash[18601]: cluster 2024-05-03T10:58:12.113904+0000 mgr.y (mgr.14388) 116 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail; 223 KiB/s rd, 682 B/s wr, 342 op/s 2024-05-03T10:58:13.600 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:13 smithi143 bash[18601]: cluster 2024-05-03T10:58:12.157126+0000 mon.a (mon.0) 721 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-05-03T10:58:13.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:13 smithi143 bash[18601]: audit 2024-05-03T10:58:12.992799+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:13.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:13 smithi143 bash[18601]: audit 2024-05-03T10:58:12.997835+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:13.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:13 smithi143 bash[18601]: audit 2024-05-03T10:58:12.999857+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:58:13.940 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph orch apply iscsi foo u p' 2024-05-03T10:58:14.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:14 smithi008 bash[18503]: cluster 2024-05-03T10:58:13.178255+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-05-03T10:58:14.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:14 smithi008 bash[23571]: cluster 2024-05-03T10:58:13.178255+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-05-03T10:58:14.380 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:14 smithi143 bash[18601]: cluster 2024-05-03T10:58:13.178255+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-05-03T10:58:15.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:15 smithi008 bash[18503]: cluster 2024-05-03T10:58:14.114368+0000 mgr.y (mgr.14388) 117 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2024-05-03T10:58:15.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:15 smithi008 bash[23571]: cluster 2024-05-03T10:58:14.114368+0000 mgr.y (mgr.14388) 117 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2024-05-03T10:58:15.600 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:15 smithi143 bash[18601]: cluster 2024-05-03T10:58:14.114368+0000 mgr.y (mgr.14388) 117 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2024-05-03T10:58:16.759 INFO:teuthology.orchestra.run.smithi008.stdout:Scheduled iscsi.foo update... 2024-05-03T10:58:17.381 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'sleep 120' 2024-05-03T10:58:17.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:17 smithi008 bash[18503]: cluster 2024-05-03T10:58:16.115128+0000 mgr.y (mgr.14388) 118 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2024-05-03T10:58:17.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:17 smithi008 bash[18503]: audit 2024-05-03T10:58:16.241632+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:17.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:17 smithi008 bash[18503]: audit 2024-05-03T10:58:16.754219+0000 mgr.y (mgr.14388) 119 : audit [DBG] from='client.14763 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:58:17.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:17 smithi008 bash[18503]: cephadm 2024-05-03T10:58:16.755743+0000 mgr.y (mgr.14388) 120 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-05-03T10:58:17.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:17 smithi008 bash[18503]: audit 2024-05-03T10:58:16.759738+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:17.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:17 smithi008 bash[18503]: audit 2024-05-03T10:58:16.792616+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:17.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:17 smithi008 bash[23571]: cluster 2024-05-03T10:58:16.115128+0000 mgr.y (mgr.14388) 118 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2024-05-03T10:58:17.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:17 smithi008 bash[23571]: audit 2024-05-03T10:58:16.241632+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:17.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:17 smithi008 bash[23571]: audit 2024-05-03T10:58:16.754219+0000 mgr.y (mgr.14388) 119 : audit [DBG] from='client.14763 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:58:17.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:17 smithi008 bash[23571]: cephadm 2024-05-03T10:58:16.755743+0000 mgr.y (mgr.14388) 120 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-05-03T10:58:17.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:17 smithi008 bash[23571]: audit 2024-05-03T10:58:16.759738+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:17.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:17 smithi008 bash[23571]: audit 2024-05-03T10:58:16.792616+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:17.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:17 smithi143 bash[18601]: cluster 2024-05-03T10:58:16.115128+0000 mgr.y (mgr.14388) 118 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2024-05-03T10:58:17.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:17 smithi143 bash[18601]: audit 2024-05-03T10:58:16.241632+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:17.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:17 smithi143 bash[18601]: audit 2024-05-03T10:58:16.754219+0000 mgr.y (mgr.14388) 119 : audit [DBG] from='client.14763 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T10:58:17.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:17 smithi143 bash[18601]: cephadm 2024-05-03T10:58:16.755743+0000 mgr.y (mgr.14388) 120 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-05-03T10:58:17.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:17 smithi143 bash[18601]: audit 2024-05-03T10:58:16.759738+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:17.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:17 smithi143 bash[18601]: audit 2024-05-03T10:58:16.792616+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:18.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:58:17 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:58:17] "GET /metrics HTTP/1.1" 200 213410 "" "Prometheus/2.33.4" 2024-05-03T10:58:18.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:18 smithi008 bash[18503]: audit 2024-05-03T10:58:17.426178+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:18.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:18 smithi008 bash[18503]: cephadm 2024-05-03T10:58:17.432838+0000 mgr.y (mgr.14388) 121 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-03T10:58:18.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:18 smithi008 bash[18503]: audit 2024-05-03T10:58:17.696885+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:18.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:18 smithi008 bash[18503]: cephadm 2024-05-03T10:58:17.702234+0000 mgr.y (mgr.14388) 122 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-05-03T10:58:18.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:18 smithi008 bash[18503]: audit 2024-05-03T10:58:17.709765+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi008.osyiag", "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-05-03T10:58:18.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:18 smithi008 bash[18503]: audit 2024-05-03T10:58:17.710124+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi008.osyiag", "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-05-03T10:58:18.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:18 smithi008 bash[18503]: audit 2024-05-03T10:58:17.714226+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi008.osyiag", "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-05-03T10:58:18.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:18 smithi008 bash[18503]: audit 2024-05-03T10:58:17.719920+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:18.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:18 smithi008 bash[18503]: cephadm 2024-05-03T10:58:17.721090+0000 mgr.y (mgr.14388) 123 : cephadm [INF] Deploying daemon iscsi.foo.smithi008.osyiag on smithi008 2024-05-03T10:58:18.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:18 smithi008 bash[23571]: audit 2024-05-03T10:58:17.426178+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:18.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:18 smithi008 bash[23571]: cephadm 2024-05-03T10:58:17.432838+0000 mgr.y (mgr.14388) 121 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-03T10:58:18.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:18 smithi008 bash[23571]: audit 2024-05-03T10:58:17.696885+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:18.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:18 smithi008 bash[23571]: cephadm 2024-05-03T10:58:17.702234+0000 mgr.y (mgr.14388) 122 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-05-03T10:58:18.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:18 smithi008 bash[23571]: audit 2024-05-03T10:58:17.709765+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi008.osyiag", "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-05-03T10:58:18.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:18 smithi008 bash[23571]: audit 2024-05-03T10:58:17.710124+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi008.osyiag", "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-05-03T10:58:18.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:18 smithi008 bash[23571]: audit 2024-05-03T10:58:17.714226+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi008.osyiag", "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-05-03T10:58:18.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:18 smithi008 bash[23571]: audit 2024-05-03T10:58:17.719920+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:18.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:18 smithi008 bash[23571]: cephadm 2024-05-03T10:58:17.721090+0000 mgr.y (mgr.14388) 123 : cephadm [INF] Deploying daemon iscsi.foo.smithi008.osyiag on smithi008 2024-05-03T10:58:18.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:18 smithi143 bash[18601]: audit 2024-05-03T10:58:17.426178+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:18.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:18 smithi143 bash[18601]: cephadm 2024-05-03T10:58:17.432838+0000 mgr.y (mgr.14388) 121 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-03T10:58:18.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:18 smithi143 bash[18601]: audit 2024-05-03T10:58:17.696885+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:18.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:18 smithi143 bash[18601]: cephadm 2024-05-03T10:58:17.702234+0000 mgr.y (mgr.14388) 122 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-05-03T10:58:18.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:18 smithi143 bash[18601]: audit 2024-05-03T10:58:17.709765+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi008.osyiag", "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-05-03T10:58:18.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:18 smithi143 bash[18601]: audit 2024-05-03T10:58:17.710124+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi008.osyiag", "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-05-03T10:58:18.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:18 smithi143 bash[18601]: audit 2024-05-03T10:58:17.714226+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi008.osyiag", "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-05-03T10:58:18.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:18 smithi143 bash[18601]: audit 2024-05-03T10:58:17.719920+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:18.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:18 smithi143 bash[18601]: cephadm 2024-05-03T10:58:17.721090+0000 mgr.y (mgr.14388) 123 : cephadm [INF] Deploying daemon iscsi.foo.smithi008.osyiag on smithi008 2024-05-03T10:58:20.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:19 smithi008 bash[18503]: cluster 2024-05-03T10:58:18.117369+0000 mgr.y (mgr.14388) 124 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 187 KiB/s rd, 587 B/s wr, 289 op/s 2024-05-03T10:58:20.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:19 smithi008 bash[18503]: cluster 2024-05-03T10:58:18.731611+0000 mon.a (mon.0) 731 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2024-05-03T10:58:20.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:19 smithi008 bash[23571]: cluster 2024-05-03T10:58:18.117369+0000 mgr.y (mgr.14388) 124 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 187 KiB/s rd, 587 B/s wr, 289 op/s 2024-05-03T10:58:20.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:19 smithi008 bash[23571]: cluster 2024-05-03T10:58:18.731611+0000 mon.a (mon.0) 731 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2024-05-03T10:58:20.100 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:19 smithi143 bash[18601]: cluster 2024-05-03T10:58:18.117369+0000 mgr.y (mgr.14388) 124 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 187 KiB/s rd, 587 B/s wr, 289 op/s 2024-05-03T10:58:20.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:19 smithi143 bash[18601]: cluster 2024-05-03T10:58:18.731611+0000 mon.a (mon.0) 731 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2024-05-03T10:58:20.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.520 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.520 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.520 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.520 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.521 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.521 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.521 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.522 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.778 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.778 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.778 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.779 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.779 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.779 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.780 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.780 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:20.780 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:58:20 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T10:58:22.100 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:58:21 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:58:22.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:21 smithi143 bash[18601]: cluster 2024-05-03T10:58:20.118176+0000 mgr.y (mgr.14388) 125 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 383 B/s wr, 126 op/s 2024-05-03T10:58:22.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:21 smithi143 bash[18601]: audit 2024-05-03T10:58:20.826752+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:22.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:21 smithi143 bash[18601]: audit 2024-05-03T10:58:20.829679+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:22.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:21 smithi143 bash[18601]: audit 2024-05-03T10:58:20.830671+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:58:22.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:21 smithi143 bash[18601]: audit 2024-05-03T10:58:21.250643+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:22.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:21 smithi143 bash[18601]: cluster 2024-05-03T10:58:21.333992+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-05-03T10:58:22.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:21 smithi008 bash[18503]: cluster 2024-05-03T10:58:20.118176+0000 mgr.y (mgr.14388) 125 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 383 B/s wr, 126 op/s 2024-05-03T10:58:22.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:21 smithi008 bash[18503]: audit 2024-05-03T10:58:20.826752+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:22.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:21 smithi008 bash[18503]: audit 2024-05-03T10:58:20.829679+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:22.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:21 smithi008 bash[18503]: audit 2024-05-03T10:58:20.830671+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:58:22.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:21 smithi008 bash[18503]: audit 2024-05-03T10:58:21.250643+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:22.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:21 smithi008 bash[18503]: cluster 2024-05-03T10:58:21.333992+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-05-03T10:58:22.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:21 smithi008 bash[23571]: cluster 2024-05-03T10:58:20.118176+0000 mgr.y (mgr.14388) 125 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 383 B/s wr, 126 op/s 2024-05-03T10:58:22.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:21 smithi008 bash[23571]: audit 2024-05-03T10:58:20.826752+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:22.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:21 smithi008 bash[23571]: audit 2024-05-03T10:58:20.829679+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:22.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:21 smithi008 bash[23571]: audit 2024-05-03T10:58:20.830671+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:58:22.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:21 smithi008 bash[23571]: audit 2024-05-03T10:58:21.250643+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:22.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:21 smithi008 bash[23571]: cluster 2024-05-03T10:58:21.333992+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-05-03T10:58:24.100 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:23 smithi143 bash[18601]: cluster 2024-05-03T10:58:22.119432+0000 mgr.y (mgr.14388) 126 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 343 B/s wr, 116 op/s 2024-05-03T10:58:24.100 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:23 smithi143 bash[18601]: audit 2024-05-03T10:58:23.448393+0000 mon.c (mon.1) 90 : audit [DBG] from='client.? 172.21.15.8:0/117393430' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-05-03T10:58:24.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:23 smithi143 bash[18601]: audit 2024-05-03T10:58:23.792777+0000 mon.a (mon.0) 735 : audit [INF] from='client.? 172.21.15.8:0/2784192492' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1887462893"}]: dispatch 2024-05-03T10:58:24.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:23 smithi008 bash[18503]: cluster 2024-05-03T10:58:22.119432+0000 mgr.y (mgr.14388) 126 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 343 B/s wr, 116 op/s 2024-05-03T10:58:24.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:23 smithi008 bash[18503]: audit 2024-05-03T10:58:23.448393+0000 mon.c (mon.1) 90 : audit [DBG] from='client.? 172.21.15.8:0/117393430' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-05-03T10:58:24.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:23 smithi008 bash[18503]: audit 2024-05-03T10:58:23.792777+0000 mon.a (mon.0) 735 : audit [INF] from='client.? 172.21.15.8:0/2784192492' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1887462893"}]: dispatch 2024-05-03T10:58:24.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:23 smithi008 bash[23571]: cluster 2024-05-03T10:58:22.119432+0000 mgr.y (mgr.14388) 126 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 343 B/s wr, 116 op/s 2024-05-03T10:58:24.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:23 smithi008 bash[23571]: audit 2024-05-03T10:58:23.448393+0000 mon.c (mon.1) 90 : audit [DBG] from='client.? 172.21.15.8:0/117393430' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-05-03T10:58:24.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:23 smithi008 bash[23571]: audit 2024-05-03T10:58:23.792777+0000 mon.a (mon.0) 735 : audit [INF] from='client.? 172.21.15.8:0/2784192492' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1887462893"}]: dispatch 2024-05-03T10:58:25.100 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:24 smithi143 bash[18601]: audit 2024-05-03T10:58:23.836737+0000 mon.a (mon.0) 736 : audit [INF] from='client.? 172.21.15.8:0/2784192492' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1887462893"}]': finished 2024-05-03T10:58:25.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:24 smithi143 bash[18601]: cluster 2024-05-03T10:58:23.836918+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-05-03T10:58:25.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:24 smithi143 bash[18601]: audit 2024-05-03T10:58:24.187395+0000 mon.c (mon.1) 91 : audit [INF] from='client.? 172.21.15.8:0/2853548344' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1426062181"}]: dispatch 2024-05-03T10:58:25.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:24 smithi143 bash[18601]: audit 2024-05-03T10:58:24.188762+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1426062181"}]: dispatch 2024-05-03T10:58:25.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:24 smithi008 bash[18503]: audit 2024-05-03T10:58:23.836737+0000 mon.a (mon.0) 736 : audit [INF] from='client.? 172.21.15.8:0/2784192492' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1887462893"}]': finished 2024-05-03T10:58:25.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:24 smithi008 bash[18503]: cluster 2024-05-03T10:58:23.836918+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-05-03T10:58:25.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:24 smithi008 bash[18503]: audit 2024-05-03T10:58:24.187395+0000 mon.c (mon.1) 91 : audit [INF] from='client.? 172.21.15.8:0/2853548344' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1426062181"}]: dispatch 2024-05-03T10:58:25.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:24 smithi008 bash[18503]: audit 2024-05-03T10:58:24.188762+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1426062181"}]: dispatch 2024-05-03T10:58:25.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:24 smithi008 bash[23571]: audit 2024-05-03T10:58:23.836737+0000 mon.a (mon.0) 736 : audit [INF] from='client.? 172.21.15.8:0/2784192492' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1887462893"}]': finished 2024-05-03T10:58:25.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:24 smithi008 bash[23571]: cluster 2024-05-03T10:58:23.836918+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-05-03T10:58:25.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:24 smithi008 bash[23571]: audit 2024-05-03T10:58:24.187395+0000 mon.c (mon.1) 91 : audit [INF] from='client.? 172.21.15.8:0/2853548344' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1426062181"}]: dispatch 2024-05-03T10:58:25.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:24 smithi008 bash[23571]: audit 2024-05-03T10:58:24.188762+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1426062181"}]: dispatch 2024-05-03T10:58:25.877 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: cluster 2024-05-03T10:58:24.120090+0000 mgr.y (mgr.14388) 127 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 85 KiB/s rd, 383 B/s wr, 130 op/s 2024-05-03T10:58:25.877 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: audit 2024-05-03T10:58:24.851803+0000 mon.a (mon.0) 739 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1426062181"}]': finished 2024-05-03T10:58:25.877 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: cluster 2024-05-03T10:58:24.851886+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-05-03T10:58:25.877 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: audit 2024-05-03T10:58:25.206647+0000 mon.c (mon.1) 92 : audit [INF] from='client.? 172.21.15.8:0/4077985960' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2043968829"}]: dispatch 2024-05-03T10:58:25.877 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: audit 2024-05-03T10:58:25.207212+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2043968829"}]: dispatch 2024-05-03T10:58:25.877 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: audit 2024-05-03T10:58:25.367604+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:25.877 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: audit 2024-05-03T10:58:25.635127+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:25.878 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: audit 2024-05-03T10:58:25.654089+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-05-03T10:58:25.878 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: audit 2024-05-03T10:58:25.656772+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-05-03T10:58:25.878 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: audit 2024-05-03T10:58:25.662744+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:25.878 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: audit 2024-05-03T10:58:25.669532+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi008"}]: dispatch 2024-05-03T10:58:25.878 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: audit 2024-05-03T10:58:25.685980+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:25.878 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: audit 2024-05-03T10:58:25.691469+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:25.878 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:25 smithi008 bash[18503]: audit 2024-05-03T10:58:25.693115+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:58:25.878 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: cluster 2024-05-03T10:58:24.120090+0000 mgr.y (mgr.14388) 127 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 85 KiB/s rd, 383 B/s wr, 130 op/s 2024-05-03T10:58:25.878 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: audit 2024-05-03T10:58:24.851803+0000 mon.a (mon.0) 739 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1426062181"}]': finished 2024-05-03T10:58:25.878 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: cluster 2024-05-03T10:58:24.851886+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-05-03T10:58:25.878 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: audit 2024-05-03T10:58:25.206647+0000 mon.c (mon.1) 92 : audit [INF] from='client.? 172.21.15.8:0/4077985960' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2043968829"}]: dispatch 2024-05-03T10:58:25.879 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: audit 2024-05-03T10:58:25.207212+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2043968829"}]: dispatch 2024-05-03T10:58:25.879 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: audit 2024-05-03T10:58:25.367604+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:25.879 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: audit 2024-05-03T10:58:25.635127+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:25.879 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: audit 2024-05-03T10:58:25.654089+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-05-03T10:58:25.879 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: audit 2024-05-03T10:58:25.656772+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-05-03T10:58:25.879 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: audit 2024-05-03T10:58:25.662744+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:25.879 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: audit 2024-05-03T10:58:25.669532+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi008"}]: dispatch 2024-05-03T10:58:25.879 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: audit 2024-05-03T10:58:25.685980+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:25.879 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: audit 2024-05-03T10:58:25.691469+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:25.879 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:25 smithi008 bash[23571]: audit 2024-05-03T10:58:25.693115+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:58:26.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: cluster 2024-05-03T10:58:24.120090+0000 mgr.y (mgr.14388) 127 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 85 KiB/s rd, 383 B/s wr, 130 op/s 2024-05-03T10:58:26.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: audit 2024-05-03T10:58:24.851803+0000 mon.a (mon.0) 739 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1426062181"}]': finished 2024-05-03T10:58:26.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: cluster 2024-05-03T10:58:24.851886+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-05-03T10:58:26.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: audit 2024-05-03T10:58:25.206647+0000 mon.c (mon.1) 92 : audit [INF] from='client.? 172.21.15.8:0/4077985960' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2043968829"}]: dispatch 2024-05-03T10:58:26.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: audit 2024-05-03T10:58:25.207212+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2043968829"}]: dispatch 2024-05-03T10:58:26.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: audit 2024-05-03T10:58:25.367604+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:26.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: audit 2024-05-03T10:58:25.635127+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:26.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: audit 2024-05-03T10:58:25.654089+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-05-03T10:58:26.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: audit 2024-05-03T10:58:25.656772+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-05-03T10:58:26.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: audit 2024-05-03T10:58:25.662744+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:26.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: audit 2024-05-03T10:58:25.669532+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi008"}]: dispatch 2024-05-03T10:58:26.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: audit 2024-05-03T10:58:25.685980+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:26.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: audit 2024-05-03T10:58:25.691469+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:58:26.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:25 smithi143 bash[18601]: audit 2024-05-03T10:58:25.693115+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:58:27.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:26 smithi008 bash[18503]: audit 2024-05-03T10:58:25.654789+0000 mgr.y (mgr.14388) 128 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-05-03T10:58:27.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:26 smithi008 bash[18503]: cephadm 2024-05-03T10:58:25.656288+0000 mgr.y (mgr.14388) 129 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.8:5000 to Dashboard 2024-05-03T10:58:27.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:26 smithi008 bash[18503]: audit 2024-05-03T10:58:25.657366+0000 mgr.y (mgr.14388) 130 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-05-03T10:58:27.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:26 smithi008 bash[18503]: audit 2024-05-03T10:58:25.670234+0000 mgr.y (mgr.14388) 131 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi008"}]: dispatch 2024-05-03T10:58:27.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:26 smithi008 bash[18503]: cephadm 2024-05-03T10:58:25.702483+0000 mgr.y (mgr.14388) 132 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-03T10:58:27.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:26 smithi008 bash[18503]: audit 2024-05-03T10:58:25.863351+0000 mon.a (mon.0) 746 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2043968829"}]': finished 2024-05-03T10:58:27.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:26 smithi008 bash[18503]: cluster 2024-05-03T10:58:25.863422+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-05-03T10:58:27.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:26 smithi008 bash[18503]: audit 2024-05-03T10:58:25.980944+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:27.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:26 smithi008 bash[18503]: audit 2024-05-03T10:58:26.195009+0000 mon.c (mon.1) 98 : audit [INF] from='client.? 172.21.15.8:0/917895140' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/4145330274"}]: dispatch 2024-05-03T10:58:27.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:26 smithi008 bash[18503]: audit 2024-05-03T10:58:26.195609+0000 mon.a (mon.0) 749 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/4145330274"}]: dispatch 2024-05-03T10:58:27.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:26 smithi008 bash[23571]: audit 2024-05-03T10:58:25.654789+0000 mgr.y (mgr.14388) 128 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-05-03T10:58:27.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:26 smithi008 bash[23571]: cephadm 2024-05-03T10:58:25.656288+0000 mgr.y (mgr.14388) 129 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.8:5000 to Dashboard 2024-05-03T10:58:27.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:26 smithi008 bash[23571]: audit 2024-05-03T10:58:25.657366+0000 mgr.y (mgr.14388) 130 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-05-03T10:58:27.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:26 smithi008 bash[23571]: audit 2024-05-03T10:58:25.670234+0000 mgr.y (mgr.14388) 131 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi008"}]: dispatch 2024-05-03T10:58:27.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:26 smithi008 bash[23571]: cephadm 2024-05-03T10:58:25.702483+0000 mgr.y (mgr.14388) 132 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-03T10:58:27.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:26 smithi008 bash[23571]: audit 2024-05-03T10:58:25.863351+0000 mon.a (mon.0) 746 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2043968829"}]': finished 2024-05-03T10:58:27.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:26 smithi008 bash[23571]: cluster 2024-05-03T10:58:25.863422+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-05-03T10:58:27.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:26 smithi008 bash[23571]: audit 2024-05-03T10:58:25.980944+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:27.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:26 smithi008 bash[23571]: audit 2024-05-03T10:58:26.195009+0000 mon.c (mon.1) 98 : audit [INF] from='client.? 172.21.15.8:0/917895140' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/4145330274"}]: dispatch 2024-05-03T10:58:27.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:26 smithi008 bash[23571]: audit 2024-05-03T10:58:26.195609+0000 mon.a (mon.0) 749 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/4145330274"}]: dispatch 2024-05-03T10:58:27.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:26 smithi143 bash[18601]: audit 2024-05-03T10:58:25.654789+0000 mgr.y (mgr.14388) 128 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-05-03T10:58:27.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:26 smithi143 bash[18601]: cephadm 2024-05-03T10:58:25.656288+0000 mgr.y (mgr.14388) 129 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.8:5000 to Dashboard 2024-05-03T10:58:27.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:26 smithi143 bash[18601]: audit 2024-05-03T10:58:25.657366+0000 mgr.y (mgr.14388) 130 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-05-03T10:58:27.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:26 smithi143 bash[18601]: audit 2024-05-03T10:58:25.670234+0000 mgr.y (mgr.14388) 131 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi008"}]: dispatch 2024-05-03T10:58:27.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:26 smithi143 bash[18601]: cephadm 2024-05-03T10:58:25.702483+0000 mgr.y (mgr.14388) 132 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-03T10:58:27.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:26 smithi143 bash[18601]: audit 2024-05-03T10:58:25.863351+0000 mon.a (mon.0) 746 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2043968829"}]': finished 2024-05-03T10:58:27.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:26 smithi143 bash[18601]: cluster 2024-05-03T10:58:25.863422+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-05-03T10:58:27.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:26 smithi143 bash[18601]: audit 2024-05-03T10:58:25.980944+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:58:27.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:26 smithi143 bash[18601]: audit 2024-05-03T10:58:26.195009+0000 mon.c (mon.1) 98 : audit [INF] from='client.? 172.21.15.8:0/917895140' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/4145330274"}]: dispatch 2024-05-03T10:58:27.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:26 smithi143 bash[18601]: audit 2024-05-03T10:58:26.195609+0000 mon.a (mon.0) 749 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/4145330274"}]: dispatch 2024-05-03T10:58:28.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:27 smithi008 bash[18503]: cluster 2024-05-03T10:58:26.120982+0000 mgr.y (mgr.14388) 133 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 6 op/s 2024-05-03T10:58:28.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:27 smithi008 bash[18503]: audit 2024-05-03T10:58:26.986733+0000 mon.a (mon.0) 750 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/4145330274"}]': finished 2024-05-03T10:58:28.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:27 smithi008 bash[18503]: cluster 2024-05-03T10:58:26.986938+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-05-03T10:58:28.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:27 smithi008 bash[18503]: audit 2024-05-03T10:58:27.336445+0000 mon.a (mon.0) 752 : audit [INF] from='client.? 172.21.15.8:0/296544646' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/929270807"}]: dispatch 2024-05-03T10:58:28.268 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:58:27 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:58:27] "GET /metrics HTTP/1.1" 200 213410 "" "Prometheus/2.33.4" 2024-05-03T10:58:28.269 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:27 smithi008 bash[23571]: cluster 2024-05-03T10:58:26.120982+0000 mgr.y (mgr.14388) 133 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 6 op/s 2024-05-03T10:58:28.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:27 smithi008 bash[23571]: audit 2024-05-03T10:58:26.986733+0000 mon.a (mon.0) 750 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/4145330274"}]': finished 2024-05-03T10:58:28.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:27 smithi008 bash[23571]: cluster 2024-05-03T10:58:26.986938+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-05-03T10:58:28.270 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:27 smithi008 bash[23571]: audit 2024-05-03T10:58:27.336445+0000 mon.a (mon.0) 752 : audit [INF] from='client.? 172.21.15.8:0/296544646' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/929270807"}]: dispatch 2024-05-03T10:58:28.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:27 smithi143 bash[18601]: cluster 2024-05-03T10:58:26.120982+0000 mgr.y (mgr.14388) 133 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 6 op/s 2024-05-03T10:58:28.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:27 smithi143 bash[18601]: audit 2024-05-03T10:58:26.986733+0000 mon.a (mon.0) 750 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/4145330274"}]': finished 2024-05-03T10:58:28.352 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:27 smithi143 bash[18601]: cluster 2024-05-03T10:58:26.986938+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-05-03T10:58:28.353 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:27 smithi143 bash[18601]: audit 2024-05-03T10:58:27.336445+0000 mon.a (mon.0) 752 : audit [INF] from='client.? 172.21.15.8:0/296544646' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/929270807"}]: dispatch 2024-05-03T10:58:29.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:29 smithi008 bash[18503]: audit 2024-05-03T10:58:28.001301+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.8:0/296544646' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/929270807"}]': finished 2024-05-03T10:58:29.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:29 smithi008 bash[18503]: cluster 2024-05-03T10:58:28.001747+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-05-03T10:58:29.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:29 smithi008 bash[18503]: cluster 2024-05-03T10:58:28.121554+0000 mgr.y (mgr.14388) 134 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 255 B/s wr, 11 op/s 2024-05-03T10:58:29.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:29 smithi008 bash[18503]: audit 2024-05-03T10:58:28.348747+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.8:0/178491155' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/929270807"}]: dispatch 2024-05-03T10:58:29.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:29 smithi008 bash[23571]: audit 2024-05-03T10:58:28.001301+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.8:0/296544646' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/929270807"}]': finished 2024-05-03T10:58:29.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:29 smithi008 bash[23571]: cluster 2024-05-03T10:58:28.001747+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-05-03T10:58:29.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:29 smithi008 bash[23571]: cluster 2024-05-03T10:58:28.121554+0000 mgr.y (mgr.14388) 134 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 255 B/s wr, 11 op/s 2024-05-03T10:58:29.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:29 smithi008 bash[23571]: audit 2024-05-03T10:58:28.348747+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.8:0/178491155' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/929270807"}]: dispatch 2024-05-03T10:58:29.350 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:29 smithi143 bash[18601]: audit 2024-05-03T10:58:28.001301+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.8:0/296544646' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/929270807"}]': finished 2024-05-03T10:58:29.350 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:29 smithi143 bash[18601]: cluster 2024-05-03T10:58:28.001747+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-05-03T10:58:29.350 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:29 smithi143 bash[18601]: cluster 2024-05-03T10:58:28.121554+0000 mgr.y (mgr.14388) 134 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 255 B/s wr, 11 op/s 2024-05-03T10:58:29.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:29 smithi143 bash[18601]: audit 2024-05-03T10:58:28.348747+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.8:0/178491155' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/929270807"}]: dispatch 2024-05-03T10:58:30.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:30 smithi008 bash[18503]: audit 2024-05-03T10:58:29.010153+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.8:0/178491155' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/929270807"}]': finished 2024-05-03T10:58:30.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:30 smithi008 bash[18503]: cluster 2024-05-03T10:58:29.010313+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-05-03T10:58:30.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:30 smithi008 bash[18503]: audit 2024-05-03T10:58:29.353948+0000 mon.c (mon.1) 99 : audit [INF] from='client.? 172.21.15.8:0/1997611626' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1426062181"}]: dispatch 2024-05-03T10:58:30.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:30 smithi008 bash[18503]: audit 2024-05-03T10:58:29.354828+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1426062181"}]: dispatch 2024-05-03T10:58:30.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:30 smithi008 bash[23571]: audit 2024-05-03T10:58:29.010153+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.8:0/178491155' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/929270807"}]': finished 2024-05-03T10:58:30.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:30 smithi008 bash[23571]: cluster 2024-05-03T10:58:29.010313+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-05-03T10:58:30.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:30 smithi008 bash[23571]: audit 2024-05-03T10:58:29.353948+0000 mon.c (mon.1) 99 : audit [INF] from='client.? 172.21.15.8:0/1997611626' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1426062181"}]: dispatch 2024-05-03T10:58:30.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:30 smithi008 bash[23571]: audit 2024-05-03T10:58:29.354828+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1426062181"}]: dispatch 2024-05-03T10:58:30.350 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:30 smithi143 bash[18601]: audit 2024-05-03T10:58:29.010153+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.8:0/178491155' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/929270807"}]': finished 2024-05-03T10:58:30.350 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:30 smithi143 bash[18601]: cluster 2024-05-03T10:58:29.010313+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-05-03T10:58:30.350 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:30 smithi143 bash[18601]: audit 2024-05-03T10:58:29.353948+0000 mon.c (mon.1) 99 : audit [INF] from='client.? 172.21.15.8:0/1997611626' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1426062181"}]: dispatch 2024-05-03T10:58:30.350 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:30 smithi143 bash[18601]: audit 2024-05-03T10:58:29.354828+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1426062181"}]: dispatch 2024-05-03T10:58:31.350 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:31 smithi143 bash[18601]: audit 2024-05-03T10:58:30.009839+0000 mon.a (mon.0) 759 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1426062181"}]': finished 2024-05-03T10:58:31.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:31 smithi143 bash[18601]: cluster 2024-05-03T10:58:30.010037+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-05-03T10:58:31.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:31 smithi143 bash[18601]: cluster 2024-05-03T10:58:30.122250+0000 mgr.y (mgr.14388) 135 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 255 B/s wr, 11 op/s 2024-05-03T10:58:31.351 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:31 smithi143 bash[18601]: audit 2024-05-03T10:58:30.362817+0000 mon.a (mon.0) 761 : audit [INF] from='client.? 172.21.15.8:0/4020017945' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3901654837"}]: dispatch 2024-05-03T10:58:31.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:31 smithi008 bash[23571]: audit 2024-05-03T10:58:30.009839+0000 mon.a (mon.0) 759 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1426062181"}]': finished 2024-05-03T10:58:31.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:31 smithi008 bash[23571]: cluster 2024-05-03T10:58:30.010037+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-05-03T10:58:31.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:31 smithi008 bash[23571]: cluster 2024-05-03T10:58:30.122250+0000 mgr.y (mgr.14388) 135 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 255 B/s wr, 11 op/s 2024-05-03T10:58:31.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:31 smithi008 bash[23571]: audit 2024-05-03T10:58:30.362817+0000 mon.a (mon.0) 761 : audit [INF] from='client.? 172.21.15.8:0/4020017945' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3901654837"}]: dispatch 2024-05-03T10:58:31.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:31 smithi008 bash[18503]: audit 2024-05-03T10:58:30.009839+0000 mon.a (mon.0) 759 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1426062181"}]': finished 2024-05-03T10:58:31.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:31 smithi008 bash[18503]: cluster 2024-05-03T10:58:30.010037+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-05-03T10:58:31.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:31 smithi008 bash[18503]: cluster 2024-05-03T10:58:30.122250+0000 mgr.y (mgr.14388) 135 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 255 B/s wr, 11 op/s 2024-05-03T10:58:31.518 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:31 smithi008 bash[18503]: audit 2024-05-03T10:58:30.362817+0000 mon.a (mon.0) 761 : audit [INF] from='client.? 172.21.15.8:0/4020017945' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3901654837"}]: dispatch 2024-05-03T10:58:32.100 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:58:31 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:58:32.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:32 smithi143 bash[18601]: audit 2024-05-03T10:58:31.032963+0000 mon.a (mon.0) 762 : audit [INF] from='client.? 172.21.15.8:0/4020017945' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3901654837"}]': finished 2024-05-03T10:58:32.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:32 smithi143 bash[18601]: cluster 2024-05-03T10:58:31.033121+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-05-03T10:58:32.101 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:32 smithi143 bash[18601]: audit 2024-05-03T10:58:31.391802+0000 mon.a (mon.0) 764 : audit [INF] from='client.? 172.21.15.8:0/3030778968' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3406043764"}]: dispatch 2024-05-03T10:58:32.361 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:32 smithi008 bash[23571]: audit 2024-05-03T10:58:31.032963+0000 mon.a (mon.0) 762 : audit [INF] from='client.? 172.21.15.8:0/4020017945' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3901654837"}]': finished 2024-05-03T10:58:32.361 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:32 smithi008 bash[23571]: cluster 2024-05-03T10:58:31.033121+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-05-03T10:58:32.362 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:32 smithi008 bash[23571]: audit 2024-05-03T10:58:31.391802+0000 mon.a (mon.0) 764 : audit [INF] from='client.? 172.21.15.8:0/3030778968' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3406043764"}]: dispatch 2024-05-03T10:58:32.362 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:32 smithi008 bash[18503]: audit 2024-05-03T10:58:31.032963+0000 mon.a (mon.0) 762 : audit [INF] from='client.? 172.21.15.8:0/4020017945' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3901654837"}]': finished 2024-05-03T10:58:32.362 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:32 smithi008 bash[18503]: cluster 2024-05-03T10:58:31.033121+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-05-03T10:58:32.362 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:32 smithi008 bash[18503]: audit 2024-05-03T10:58:31.391802+0000 mon.a (mon.0) 764 : audit [INF] from='client.? 172.21.15.8:0/3030778968' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3406043764"}]: dispatch 2024-05-03T10:58:33.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:33 smithi008 bash[18503]: cluster 2024-05-03T10:58:32.123893+0000 mgr.y (mgr.14388) 136 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:33.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:33 smithi008 bash[18503]: audit 2024-05-03T10:58:32.343910+0000 mon.a (mon.0) 765 : audit [INF] from='client.? 172.21.15.8:0/3030778968' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3406043764"}]': finished 2024-05-03T10:58:33.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:33 smithi008 bash[18503]: cluster 2024-05-03T10:58:32.344033+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-05-03T10:58:33.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:33 smithi008 bash[18503]: audit 2024-05-03T10:58:32.690448+0000 mon.a (mon.0) 767 : audit [INF] from='client.? 172.21.15.8:0/3191222633' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2721445046"}]: dispatch 2024-05-03T10:58:33.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:33 smithi008 bash[23571]: cluster 2024-05-03T10:58:32.123893+0000 mgr.y (mgr.14388) 136 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:33.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:33 smithi008 bash[23571]: audit 2024-05-03T10:58:32.343910+0000 mon.a (mon.0) 765 : audit [INF] from='client.? 172.21.15.8:0/3030778968' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3406043764"}]': finished 2024-05-03T10:58:33.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:33 smithi008 bash[23571]: cluster 2024-05-03T10:58:32.344033+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-05-03T10:58:33.518 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:33 smithi008 bash[23571]: audit 2024-05-03T10:58:32.690448+0000 mon.a (mon.0) 767 : audit [INF] from='client.? 172.21.15.8:0/3191222633' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2721445046"}]: dispatch 2024-05-03T10:58:33.600 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:33 smithi143 bash[18601]: cluster 2024-05-03T10:58:32.123893+0000 mgr.y (mgr.14388) 136 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:33.600 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:33 smithi143 bash[18601]: audit 2024-05-03T10:58:32.343910+0000 mon.a (mon.0) 765 : audit [INF] from='client.? 172.21.15.8:0/3030778968' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3406043764"}]': finished 2024-05-03T10:58:33.600 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:33 smithi143 bash[18601]: cluster 2024-05-03T10:58:32.344033+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-05-03T10:58:33.601 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:33 smithi143 bash[18601]: audit 2024-05-03T10:58:32.690448+0000 mon.a (mon.0) 767 : audit [INF] from='client.? 172.21.15.8:0/3191222633' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2721445046"}]: dispatch 2024-05-03T10:58:34.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:34 smithi008 bash[23571]: audit 2024-05-03T10:58:33.138015+0000 mgr.y (mgr.14388) 137 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:58:34.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:34 smithi008 bash[23571]: audit 2024-05-03T10:58:33.343192+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.8:0/3191222633' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2721445046"}]': finished 2024-05-03T10:58:34.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:34 smithi008 bash[23571]: cluster 2024-05-03T10:58:33.343405+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-05-03T10:58:34.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:34 smithi008 bash[23571]: audit 2024-05-03T10:58:33.692632+0000 mon.a (mon.0) 770 : audit [INF] from='client.? 172.21.15.8:0/1673116389' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/170777765"}]: dispatch 2024-05-03T10:58:34.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:34 smithi008 bash[18503]: audit 2024-05-03T10:58:33.138015+0000 mgr.y (mgr.14388) 137 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:58:34.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:34 smithi008 bash[18503]: audit 2024-05-03T10:58:33.343192+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.8:0/3191222633' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2721445046"}]': finished 2024-05-03T10:58:34.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:34 smithi008 bash[18503]: cluster 2024-05-03T10:58:33.343405+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-05-03T10:58:34.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:34 smithi008 bash[18503]: audit 2024-05-03T10:58:33.692632+0000 mon.a (mon.0) 770 : audit [INF] from='client.? 172.21.15.8:0/1673116389' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/170777765"}]: dispatch 2024-05-03T10:58:34.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:34 smithi143 bash[18601]: audit 2024-05-03T10:58:33.138015+0000 mgr.y (mgr.14388) 137 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:58:34.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:34 smithi143 bash[18601]: audit 2024-05-03T10:58:33.343192+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.8:0/3191222633' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2721445046"}]': finished 2024-05-03T10:58:34.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:34 smithi143 bash[18601]: cluster 2024-05-03T10:58:33.343405+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-05-03T10:58:34.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:34 smithi143 bash[18601]: audit 2024-05-03T10:58:33.692632+0000 mon.a (mon.0) 770 : audit [INF] from='client.? 172.21.15.8:0/1673116389' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/170777765"}]: dispatch 2024-05-03T10:58:35.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:35 smithi008 bash[18503]: cluster 2024-05-03T10:58:34.124626+0000 mgr.y (mgr.14388) 138 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:35.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:35 smithi008 bash[18503]: audit 2024-05-03T10:58:34.364872+0000 mon.a (mon.0) 771 : audit [INF] from='client.? 172.21.15.8:0/1673116389' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/170777765"}]': finished 2024-05-03T10:58:35.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:35 smithi008 bash[18503]: cluster 2024-05-03T10:58:34.365078+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-05-03T10:58:35.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:35 smithi008 bash[18503]: audit 2024-05-03T10:58:34.717244+0000 mon.c (mon.1) 100 : audit [INF] from='client.? 172.21.15.8:0/716046469' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1104324861"}]: dispatch 2024-05-03T10:58:35.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:35 smithi008 bash[18503]: audit 2024-05-03T10:58:34.718442+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1104324861"}]: dispatch 2024-05-03T10:58:35.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:35 smithi008 bash[23571]: cluster 2024-05-03T10:58:34.124626+0000 mgr.y (mgr.14388) 138 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:35.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:35 smithi008 bash[23571]: audit 2024-05-03T10:58:34.364872+0000 mon.a (mon.0) 771 : audit [INF] from='client.? 172.21.15.8:0/1673116389' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/170777765"}]': finished 2024-05-03T10:58:35.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:35 smithi008 bash[23571]: cluster 2024-05-03T10:58:34.365078+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-05-03T10:58:35.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:35 smithi008 bash[23571]: audit 2024-05-03T10:58:34.717244+0000 mon.c (mon.1) 100 : audit [INF] from='client.? 172.21.15.8:0/716046469' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1104324861"}]: dispatch 2024-05-03T10:58:35.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:35 smithi008 bash[23571]: audit 2024-05-03T10:58:34.718442+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1104324861"}]: dispatch 2024-05-03T10:58:35.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:35 smithi143 bash[18601]: cluster 2024-05-03T10:58:34.124626+0000 mgr.y (mgr.14388) 138 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:35.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:35 smithi143 bash[18601]: audit 2024-05-03T10:58:34.364872+0000 mon.a (mon.0) 771 : audit [INF] from='client.? 172.21.15.8:0/1673116389' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/170777765"}]': finished 2024-05-03T10:58:35.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:35 smithi143 bash[18601]: cluster 2024-05-03T10:58:34.365078+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-05-03T10:58:35.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:35 smithi143 bash[18601]: audit 2024-05-03T10:58:34.717244+0000 mon.c (mon.1) 100 : audit [INF] from='client.? 172.21.15.8:0/716046469' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1104324861"}]: dispatch 2024-05-03T10:58:35.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:35 smithi143 bash[18601]: audit 2024-05-03T10:58:34.718442+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1104324861"}]: dispatch 2024-05-03T10:58:36.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:36 smithi008 bash[23571]: audit 2024-05-03T10:58:35.373256+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1104324861"}]': finished 2024-05-03T10:58:36.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:36 smithi008 bash[23571]: cluster 2024-05-03T10:58:35.373456+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-05-03T10:58:36.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:36 smithi008 bash[23571]: audit 2024-05-03T10:58:35.722927+0000 mon.a (mon.0) 776 : audit [INF] from='client.? 172.21.15.8:0/1389731252' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2105399581"}]: dispatch 2024-05-03T10:58:36.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:36 smithi008 bash[18503]: audit 2024-05-03T10:58:35.373256+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1104324861"}]': finished 2024-05-03T10:58:36.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:36 smithi008 bash[18503]: cluster 2024-05-03T10:58:35.373456+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-05-03T10:58:36.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:36 smithi008 bash[18503]: audit 2024-05-03T10:58:35.722927+0000 mon.a (mon.0) 776 : audit [INF] from='client.? 172.21.15.8:0/1389731252' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2105399581"}]: dispatch 2024-05-03T10:58:36.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:36 smithi143 bash[18601]: audit 2024-05-03T10:58:35.373256+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6800/1104324861"}]': finished 2024-05-03T10:58:36.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:36 smithi143 bash[18601]: cluster 2024-05-03T10:58:35.373456+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-05-03T10:58:36.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:36 smithi143 bash[18601]: audit 2024-05-03T10:58:35.722927+0000 mon.a (mon.0) 776 : audit [INF] from='client.? 172.21.15.8:0/1389731252' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2105399581"}]: dispatch 2024-05-03T10:58:37.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:37 smithi008 bash[18503]: cluster 2024-05-03T10:58:36.125406+0000 mgr.y (mgr.14388) 139 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:58:37.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:37 smithi008 bash[18503]: audit 2024-05-03T10:58:36.385427+0000 mon.a (mon.0) 777 : audit [INF] from='client.? 172.21.15.8:0/1389731252' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2105399581"}]': finished 2024-05-03T10:58:37.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:37 smithi008 bash[18503]: cluster 2024-05-03T10:58:36.385669+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-05-03T10:58:37.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:37 smithi008 bash[18503]: audit 2024-05-03T10:58:36.744212+0000 mon.c (mon.1) 101 : audit [INF] from='client.? 172.21.15.8:0/3194805919' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3017782744"}]: dispatch 2024-05-03T10:58:37.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:37 smithi008 bash[18503]: audit 2024-05-03T10:58:36.744883+0000 mon.a (mon.0) 779 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3017782744"}]: dispatch 2024-05-03T10:58:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:37 smithi008 bash[23571]: cluster 2024-05-03T10:58:36.125406+0000 mgr.y (mgr.14388) 139 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:58:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:37 smithi008 bash[23571]: audit 2024-05-03T10:58:36.385427+0000 mon.a (mon.0) 777 : audit [INF] from='client.? 172.21.15.8:0/1389731252' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2105399581"}]': finished 2024-05-03T10:58:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:37 smithi008 bash[23571]: cluster 2024-05-03T10:58:36.385669+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-05-03T10:58:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:37 smithi008 bash[23571]: audit 2024-05-03T10:58:36.744212+0000 mon.c (mon.1) 101 : audit [INF] from='client.? 172.21.15.8:0/3194805919' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3017782744"}]: dispatch 2024-05-03T10:58:37.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:37 smithi008 bash[23571]: audit 2024-05-03T10:58:36.744883+0000 mon.a (mon.0) 779 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3017782744"}]: dispatch 2024-05-03T10:58:37.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:37 smithi143 bash[18601]: cluster 2024-05-03T10:58:36.125406+0000 mgr.y (mgr.14388) 139 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2024-05-03T10:58:37.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:37 smithi143 bash[18601]: audit 2024-05-03T10:58:36.385427+0000 mon.a (mon.0) 777 : audit [INF] from='client.? 172.21.15.8:0/1389731252' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/2105399581"}]': finished 2024-05-03T10:58:37.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:37 smithi143 bash[18601]: cluster 2024-05-03T10:58:36.385669+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-05-03T10:58:37.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:37 smithi143 bash[18601]: audit 2024-05-03T10:58:36.744212+0000 mon.c (mon.1) 101 : audit [INF] from='client.? 172.21.15.8:0/3194805919' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3017782744"}]: dispatch 2024-05-03T10:58:37.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:37 smithi143 bash[18601]: audit 2024-05-03T10:58:36.744883+0000 mon.a (mon.0) 779 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3017782744"}]: dispatch 2024-05-03T10:58:38.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:58:37 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:58:37] "GET /metrics HTTP/1.1" 200 214976 "" "Prometheus/2.33.4" 2024-05-03T10:58:38.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:38 smithi008 bash[23571]: audit 2024-05-03T10:58:37.384850+0000 mon.a (mon.0) 780 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3017782744"}]': finished 2024-05-03T10:58:38.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:38 smithi008 bash[23571]: cluster 2024-05-03T10:58:37.385071+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-05-03T10:58:38.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:38 smithi008 bash[23571]: audit 2024-05-03T10:58:37.739003+0000 mon.c (mon.1) 102 : audit [INF] from='client.? 172.21.15.8:0/1031848784' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1515410122"}]: dispatch 2024-05-03T10:58:38.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:38 smithi008 bash[23571]: audit 2024-05-03T10:58:37.740000+0000 mon.a (mon.0) 782 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1515410122"}]: dispatch 2024-05-03T10:58:38.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:38 smithi008 bash[18503]: audit 2024-05-03T10:58:37.384850+0000 mon.a (mon.0) 780 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3017782744"}]': finished 2024-05-03T10:58:38.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:38 smithi008 bash[18503]: cluster 2024-05-03T10:58:37.385071+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-05-03T10:58:38.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:38 smithi008 bash[18503]: audit 2024-05-03T10:58:37.739003+0000 mon.c (mon.1) 102 : audit [INF] from='client.? 172.21.15.8:0/1031848784' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1515410122"}]: dispatch 2024-05-03T10:58:38.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:38 smithi008 bash[18503]: audit 2024-05-03T10:58:37.740000+0000 mon.a (mon.0) 782 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1515410122"}]: dispatch 2024-05-03T10:58:38.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:38 smithi143 bash[18601]: audit 2024-05-03T10:58:37.384850+0000 mon.a (mon.0) 780 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/3017782744"}]': finished 2024-05-03T10:58:38.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:38 smithi143 bash[18601]: cluster 2024-05-03T10:58:37.385071+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-05-03T10:58:38.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:38 smithi143 bash[18601]: audit 2024-05-03T10:58:37.739003+0000 mon.c (mon.1) 102 : audit [INF] from='client.? 172.21.15.8:0/1031848784' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1515410122"}]: dispatch 2024-05-03T10:58:38.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:38 smithi143 bash[18601]: audit 2024-05-03T10:58:37.740000+0000 mon.a (mon.0) 782 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1515410122"}]: dispatch 2024-05-03T10:58:39.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:39 smithi008 bash[23571]: cluster 2024-05-03T10:58:38.126209+0000 mgr.y (mgr.14388) 140 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:39.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:39 smithi008 bash[23571]: audit 2024-05-03T10:58:38.396691+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1515410122"}]': finished 2024-05-03T10:58:39.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:39 smithi008 bash[23571]: cluster 2024-05-03T10:58:38.396983+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-05-03T10:58:39.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:39 smithi008 bash[23571]: audit 2024-05-03T10:58:38.749678+0000 mon.a (mon.0) 785 : audit [INF] from='client.? 172.21.15.8:0/1667996410' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1104324861"}]: dispatch 2024-05-03T10:58:39.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:39 smithi008 bash[18503]: cluster 2024-05-03T10:58:38.126209+0000 mgr.y (mgr.14388) 140 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:39.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:39 smithi008 bash[18503]: audit 2024-05-03T10:58:38.396691+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1515410122"}]': finished 2024-05-03T10:58:39.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:39 smithi008 bash[18503]: cluster 2024-05-03T10:58:38.396983+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-05-03T10:58:39.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:39 smithi008 bash[18503]: audit 2024-05-03T10:58:38.749678+0000 mon.a (mon.0) 785 : audit [INF] from='client.? 172.21.15.8:0/1667996410' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1104324861"}]: dispatch 2024-05-03T10:58:39.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:39 smithi143 bash[18601]: cluster 2024-05-03T10:58:38.126209+0000 mgr.y (mgr.14388) 140 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:39.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:39 smithi143 bash[18601]: audit 2024-05-03T10:58:38.396691+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:0/1515410122"}]': finished 2024-05-03T10:58:39.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:39 smithi143 bash[18601]: cluster 2024-05-03T10:58:38.396983+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-05-03T10:58:39.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:39 smithi143 bash[18601]: audit 2024-05-03T10:58:38.749678+0000 mon.a (mon.0) 785 : audit [INF] from='client.? 172.21.15.8:0/1667996410' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1104324861"}]: dispatch 2024-05-03T10:58:40.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:40 smithi008 bash[18503]: audit 2024-05-03T10:58:39.418417+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.8:0/1667996410' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1104324861"}]': finished 2024-05-03T10:58:40.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:40 smithi008 bash[18503]: cluster 2024-05-03T10:58:39.419010+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-05-03T10:58:40.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:40 smithi008 bash[23571]: audit 2024-05-03T10:58:39.418417+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.8:0/1667996410' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1104324861"}]': finished 2024-05-03T10:58:40.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:40 smithi008 bash[23571]: cluster 2024-05-03T10:58:39.419010+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-05-03T10:58:40.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:40 smithi143 bash[18601]: audit 2024-05-03T10:58:39.418417+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.8:0/1667996410' entity='client.iscsi.foo.smithi008.osyiag' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.8:6801/1104324861"}]': finished 2024-05-03T10:58:40.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:40 smithi143 bash[18601]: cluster 2024-05-03T10:58:39.419010+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-05-03T10:58:41.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:41 smithi008 bash[18503]: cluster 2024-05-03T10:58:40.126989+0000 mgr.y (mgr.14388) 141 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:41.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:41 smithi008 bash[23571]: cluster 2024-05-03T10:58:40.126989+0000 mgr.y (mgr.14388) 141 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:41.837 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:41 smithi143 bash[18601]: cluster 2024-05-03T10:58:40.126989+0000 mgr.y (mgr.14388) 141 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:42.100 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:58:41 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:58:43.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:43 smithi008 bash[18503]: cluster 2024-05-03T10:58:42.128685+0000 mgr.y (mgr.14388) 142 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-05-03T10:58:43.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:43 smithi008 bash[23571]: cluster 2024-05-03T10:58:42.128685+0000 mgr.y (mgr.14388) 142 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-05-03T10:58:43.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:43 smithi143 bash[18601]: cluster 2024-05-03T10:58:42.128685+0000 mgr.y (mgr.14388) 142 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-05-03T10:58:44.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:44 smithi008 bash[23571]: audit 2024-05-03T10:58:43.149953+0000 mgr.y (mgr.14388) 143 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:58:44.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:44 smithi008 bash[18503]: audit 2024-05-03T10:58:43.149953+0000 mgr.y (mgr.14388) 143 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:58:44.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:44 smithi143 bash[18601]: audit 2024-05-03T10:58:43.149953+0000 mgr.y (mgr.14388) 143 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:58:45.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:45 smithi008 bash[18503]: cluster 2024-05-03T10:58:44.129432+0000 mgr.y (mgr.14388) 144 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 758 B/s rd, 0 op/s 2024-05-03T10:58:45.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:45 smithi008 bash[23571]: cluster 2024-05-03T10:58:44.129432+0000 mgr.y (mgr.14388) 144 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 758 B/s rd, 0 op/s 2024-05-03T10:58:45.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:45 smithi143 bash[18601]: cluster 2024-05-03T10:58:44.129432+0000 mgr.y (mgr.14388) 144 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 758 B/s rd, 0 op/s 2024-05-03T10:58:46.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:46 smithi008 bash[18503]: audit 2024-05-03T10:58:46.124008+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-05-03T10:58:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:46 smithi008 bash[18503]: audit 2024-05-03T10:58:46.124787+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-05-03T10:58:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:46 smithi008 bash[18503]: audit 2024-05-03T10:58:46.124946+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-05-03T10:58:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:46 smithi008 bash[18503]: audit 2024-05-03T10:58:46.125455+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-05-03T10:58:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:46 smithi008 bash[18503]: audit 2024-05-03T10:58:46.125877+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-05-03T10:58:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:46 smithi008 bash[18503]: audit 2024-05-03T10:58:46.125924+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-05-03T10:58:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:46 smithi008 bash[18503]: audit 2024-05-03T10:58:46.126540+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-05-03T10:58:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:46 smithi008 bash[18503]: audit 2024-05-03T10:58:46.127199+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-05-03T10:58:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:46 smithi008 bash[18503]: audit 2024-05-03T10:58:46.193047+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:58:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:46 smithi008 bash[18503]: audit 2024-05-03T10:58:46.193808+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:58:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:46 smithi008 bash[18503]: audit 2024-05-03T10:58:46.209564+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:58:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:46 smithi008 bash[18503]: audit 2024-05-03T10:58:46.210382+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:58:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:46 smithi008 bash[23571]: audit 2024-05-03T10:58:46.124008+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-05-03T10:58:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:46 smithi008 bash[23571]: audit 2024-05-03T10:58:46.124787+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-05-03T10:58:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:46 smithi008 bash[23571]: audit 2024-05-03T10:58:46.124946+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-05-03T10:58:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:46 smithi008 bash[23571]: audit 2024-05-03T10:58:46.125455+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-05-03T10:58:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:46 smithi008 bash[23571]: audit 2024-05-03T10:58:46.125877+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-05-03T10:58:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:46 smithi008 bash[23571]: audit 2024-05-03T10:58:46.125924+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-05-03T10:58:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:46 smithi008 bash[23571]: audit 2024-05-03T10:58:46.126540+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-05-03T10:58:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:46 smithi008 bash[23571]: audit 2024-05-03T10:58:46.127199+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-05-03T10:58:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:46 smithi008 bash[23571]: audit 2024-05-03T10:58:46.193047+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:58:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:46 smithi008 bash[23571]: audit 2024-05-03T10:58:46.193808+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:58:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:46 smithi008 bash[23571]: audit 2024-05-03T10:58:46.209564+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:58:46.769 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:46 smithi008 bash[23571]: audit 2024-05-03T10:58:46.210382+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:58:46.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:46 smithi143 bash[18601]: audit 2024-05-03T10:58:46.124008+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-05-03T10:58:46.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:46 smithi143 bash[18601]: audit 2024-05-03T10:58:46.124787+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-05-03T10:58:46.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:46 smithi143 bash[18601]: audit 2024-05-03T10:58:46.124946+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-05-03T10:58:46.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:46 smithi143 bash[18601]: audit 2024-05-03T10:58:46.125455+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-05-03T10:58:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:46 smithi143 bash[18601]: audit 2024-05-03T10:58:46.125877+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-05-03T10:58:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:46 smithi143 bash[18601]: audit 2024-05-03T10:58:46.125924+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-05-03T10:58:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:46 smithi143 bash[18601]: audit 2024-05-03T10:58:46.126540+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-05-03T10:58:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:46 smithi143 bash[18601]: audit 2024-05-03T10:58:46.127199+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-05-03T10:58:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:46 smithi143 bash[18601]: audit 2024-05-03T10:58:46.193047+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:58:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:46 smithi143 bash[18601]: audit 2024-05-03T10:58:46.193808+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:58:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:46 smithi143 bash[18601]: audit 2024-05-03T10:58:46.209564+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:58:46.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:46 smithi143 bash[18601]: audit 2024-05-03T10:58:46.210382+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:58:47.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:47 smithi008 bash[18503]: cluster 2024-05-03T10:58:46.130120+0000 mgr.y (mgr.14388) 145 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-05-03T10:58:47.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:47 smithi008 bash[18503]: audit 2024-05-03T10:58:46.458482+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]': finished 2024-05-03T10:58:47.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:47 smithi008 bash[18503]: audit 2024-05-03T10:58:46.458781+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-05-03T10:58:47.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:47 smithi008 bash[18503]: audit 2024-05-03T10:58:46.459009+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-05-03T10:58:47.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:47 smithi008 bash[18503]: audit 2024-05-03T10:58:46.459325+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-05-03T10:58:47.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:47 smithi008 bash[18503]: cluster 2024-05-03T10:58:46.459523+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-05-03T10:58:47.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:47 smithi008 bash[23571]: cluster 2024-05-03T10:58:46.130120+0000 mgr.y (mgr.14388) 145 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-05-03T10:58:47.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:47 smithi008 bash[23571]: audit 2024-05-03T10:58:46.458482+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]': finished 2024-05-03T10:58:47.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:47 smithi008 bash[23571]: audit 2024-05-03T10:58:46.458781+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-05-03T10:58:47.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:47 smithi008 bash[23571]: audit 2024-05-03T10:58:46.459009+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-05-03T10:58:47.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:47 smithi008 bash[23571]: audit 2024-05-03T10:58:46.459325+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-05-03T10:58:47.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:47 smithi008 bash[23571]: cluster 2024-05-03T10:58:46.459523+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-05-03T10:58:47.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:47 smithi143 bash[18601]: cluster 2024-05-03T10:58:46.130120+0000 mgr.y (mgr.14388) 145 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-05-03T10:58:47.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:47 smithi143 bash[18601]: audit 2024-05-03T10:58:46.458482+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]': finished 2024-05-03T10:58:47.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:47 smithi143 bash[18601]: audit 2024-05-03T10:58:46.458781+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-05-03T10:58:47.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:47 smithi143 bash[18601]: audit 2024-05-03T10:58:46.459009+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-05-03T10:58:47.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:47 smithi143 bash[18601]: audit 2024-05-03T10:58:46.459325+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-05-03T10:58:47.851 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:47 smithi143 bash[18601]: cluster 2024-05-03T10:58:46.459523+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-05-03T10:58:48.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:58:47 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:58:47] "GET /metrics HTTP/1.1" 200 214969 "" "Prometheus/2.33.4" 2024-05-03T10:58:48.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:48 smithi008 bash[18503]: cluster 2024-05-03T10:58:47.461757+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-05-03T10:58:48.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:48 smithi008 bash[23571]: cluster 2024-05-03T10:58:47.461757+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-05-03T10:58:48.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:48 smithi143 bash[18601]: cluster 2024-05-03T10:58:47.461757+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-05-03T10:58:49.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:49 smithi008 bash[18503]: cluster 2024-05-03T10:58:48.130868+0000 mgr.y (mgr.14388) 146 : cluster [DBG] pgmap v130: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:49.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:49 smithi008 bash[23571]: cluster 2024-05-03T10:58:48.130868+0000 mgr.y (mgr.14388) 146 : cluster [DBG] pgmap v130: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:49.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:49 smithi143 bash[18601]: cluster 2024-05-03T10:58:48.130868+0000 mgr.y (mgr.14388) 146 : cluster [DBG] pgmap v130: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:58:51.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:51 smithi008 bash[18503]: cluster 2024-05-03T10:58:50.131551+0000 mgr.y (mgr.14388) 147 : cluster [DBG] pgmap v131: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-05-03T10:58:51.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:51 smithi008 bash[23571]: cluster 2024-05-03T10:58:50.131551+0000 mgr.y (mgr.14388) 147 : cluster [DBG] pgmap v131: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-05-03T10:58:51.838 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:51 smithi143 bash[18601]: cluster 2024-05-03T10:58:50.131551+0000 mgr.y (mgr.14388) 147 : cluster [DBG] pgmap v131: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-05-03T10:58:52.100 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:58:51 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:58:53.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:53 smithi008 bash[18503]: cluster 2024-05-03T10:58:52.133228+0000 mgr.y (mgr.14388) 148 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5 B/s, 0 objects/s recovering 2024-05-03T10:58:53.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:53 smithi008 bash[23571]: cluster 2024-05-03T10:58:52.133228+0000 mgr.y (mgr.14388) 148 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5 B/s, 0 objects/s recovering 2024-05-03T10:58:53.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:53 smithi143 bash[18601]: cluster 2024-05-03T10:58:52.133228+0000 mgr.y (mgr.14388) 148 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5 B/s, 0 objects/s recovering 2024-05-03T10:58:54.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:54 smithi008 bash[18503]: audit 2024-05-03T10:58:53.161256+0000 mgr.y (mgr.14388) 149 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:58:54.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:54 smithi008 bash[23571]: audit 2024-05-03T10:58:53.161256+0000 mgr.y (mgr.14388) 149 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:58:54.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:54 smithi143 bash[18601]: audit 2024-05-03T10:58:53.161256+0000 mgr.y (mgr.14388) 149 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:58:55.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:55 smithi008 bash[18503]: cluster 2024-05-03T10:58:54.133956+0000 mgr.y (mgr.14388) 150 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5 B/s, 0 objects/s recovering 2024-05-03T10:58:55.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:55 smithi008 bash[23571]: cluster 2024-05-03T10:58:54.133956+0000 mgr.y (mgr.14388) 150 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5 B/s, 0 objects/s recovering 2024-05-03T10:58:55.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:55 smithi143 bash[18601]: cluster 2024-05-03T10:58:54.133956+0000 mgr.y (mgr.14388) 150 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5 B/s, 0 objects/s recovering 2024-05-03T10:58:57.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:57 smithi008 bash[18503]: cluster 2024-05-03T10:58:56.134703+0000 mgr.y (mgr.14388) 151 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 4 B/s, 0 objects/s recovering 2024-05-03T10:58:57.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:57 smithi008 bash[23571]: cluster 2024-05-03T10:58:56.134703+0000 mgr.y (mgr.14388) 151 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 4 B/s, 0 objects/s recovering 2024-05-03T10:58:57.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:57 smithi143 bash[18601]: cluster 2024-05-03T10:58:56.134703+0000 mgr.y (mgr.14388) 151 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 4 B/s, 0 objects/s recovering 2024-05-03T10:58:58.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:58:57 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:58:57] "GET /metrics HTTP/1.1" 200 214969 "" "Prometheus/2.33.4" 2024-05-03T10:58:59.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:58:59 smithi008 bash[18503]: cluster 2024-05-03T10:58:58.136394+0000 mgr.y (mgr.14388) 152 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 958 B/s rd, 0 op/s; 4 B/s, 0 objects/s recovering 2024-05-03T10:58:59.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:58:59 smithi008 bash[23571]: cluster 2024-05-03T10:58:58.136394+0000 mgr.y (mgr.14388) 152 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 958 B/s rd, 0 op/s; 4 B/s, 0 objects/s recovering 2024-05-03T10:58:59.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:58:59 smithi143 bash[18601]: cluster 2024-05-03T10:58:58.136394+0000 mgr.y (mgr.14388) 152 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 958 B/s rd, 0 op/s; 4 B/s, 0 objects/s recovering 2024-05-03T10:59:01.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:01 smithi008 bash[18503]: cluster 2024-05-03T10:59:00.137152+0000 mgr.y (mgr.14388) 153 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 3 B/s, 0 objects/s recovering 2024-05-03T10:59:01.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:01 smithi008 bash[23571]: cluster 2024-05-03T10:59:00.137152+0000 mgr.y (mgr.14388) 153 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 3 B/s, 0 objects/s recovering 2024-05-03T10:59:01.838 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:01 smithi143 bash[18601]: cluster 2024-05-03T10:59:00.137152+0000 mgr.y (mgr.14388) 153 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 3 B/s, 0 objects/s recovering 2024-05-03T10:59:02.100 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:59:01 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:59:03.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:03 smithi008 bash[18503]: cluster 2024-05-03T10:59:02.138845+0000 mgr.y (mgr.14388) 154 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 3 B/s, 0 objects/s recovering 2024-05-03T10:59:03.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:03 smithi008 bash[23571]: cluster 2024-05-03T10:59:02.138845+0000 mgr.y (mgr.14388) 154 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 3 B/s, 0 objects/s recovering 2024-05-03T10:59:03.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:03 smithi143 bash[18601]: cluster 2024-05-03T10:59:02.138845+0000 mgr.y (mgr.14388) 154 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 3 B/s, 0 objects/s recovering 2024-05-03T10:59:04.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:04 smithi143 bash[18601]: audit 2024-05-03T10:59:03.172541+0000 mgr.y (mgr.14388) 155 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:05.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:04 smithi008 bash[18503]: audit 2024-05-03T10:59:03.172541+0000 mgr.y (mgr.14388) 155 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:05.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:04 smithi008 bash[23571]: audit 2024-05-03T10:59:03.172541+0000 mgr.y (mgr.14388) 155 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:05.850 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:05 smithi143 bash[18601]: cluster 2024-05-03T10:59:04.139542+0000 mgr.y (mgr.14388) 156 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:06.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:05 smithi008 bash[18503]: cluster 2024-05-03T10:59:04.139542+0000 mgr.y (mgr.14388) 156 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:06.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:05 smithi008 bash[23571]: cluster 2024-05-03T10:59:04.139542+0000 mgr.y (mgr.14388) 156 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:07.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:07 smithi143 bash[18601]: cluster 2024-05-03T10:59:06.140264+0000 mgr.y (mgr.14388) 157 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:07.922 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:07 smithi008 bash[18503]: cluster 2024-05-03T10:59:06.140264+0000 mgr.y (mgr.14388) 157 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:07.922 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:07 smithi008 bash[23571]: cluster 2024-05-03T10:59:06.140264+0000 mgr.y (mgr.14388) 157 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:08.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:59:07 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:59:07] "GET /metrics HTTP/1.1" 200 214952 "" "Prometheus/2.33.4" 2024-05-03T10:59:09.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:09 smithi143 bash[18601]: cluster 2024-05-03T10:59:08.141998+0000 mgr.y (mgr.14388) 158 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:10.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:09 smithi008 bash[18503]: cluster 2024-05-03T10:59:08.141998+0000 mgr.y (mgr.14388) 158 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:10.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:09 smithi008 bash[23571]: cluster 2024-05-03T10:59:08.141998+0000 mgr.y (mgr.14388) 158 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:11.838 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:11 smithi143 bash[18601]: cluster 2024-05-03T10:59:10.142793+0000 mgr.y (mgr.14388) 159 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:12.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:11 smithi008 bash[18503]: cluster 2024-05-03T10:59:10.142793+0000 mgr.y (mgr.14388) 159 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:12.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:11 smithi008 bash[23571]: cluster 2024-05-03T10:59:10.142793+0000 mgr.y (mgr.14388) 159 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:12.099 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:59:11 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:59:13.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:13 smithi143 bash[18601]: cluster 2024-05-03T10:59:12.144377+0000 mgr.y (mgr.14388) 160 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:14.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:13 smithi008 bash[18503]: cluster 2024-05-03T10:59:12.144377+0000 mgr.y (mgr.14388) 160 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:14.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:13 smithi008 bash[23571]: cluster 2024-05-03T10:59:12.144377+0000 mgr.y (mgr.14388) 160 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:14.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:14 smithi143 bash[18601]: audit 2024-05-03T10:59:13.174192+0000 mgr.y (mgr.14388) 161 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:15.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:14 smithi008 bash[18503]: audit 2024-05-03T10:59:13.174192+0000 mgr.y (mgr.14388) 161 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:15.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:14 smithi008 bash[23571]: audit 2024-05-03T10:59:13.174192+0000 mgr.y (mgr.14388) 161 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:15.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:15 smithi143 bash[18601]: cluster 2024-05-03T10:59:14.145063+0000 mgr.y (mgr.14388) 162 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:16.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:15 smithi008 bash[18503]: cluster 2024-05-03T10:59:14.145063+0000 mgr.y (mgr.14388) 162 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:16.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:15 smithi008 bash[23571]: cluster 2024-05-03T10:59:14.145063+0000 mgr.y (mgr.14388) 162 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:17.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:17 smithi143 bash[18601]: cluster 2024-05-03T10:59:16.145773+0000 mgr.y (mgr.14388) 163 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:17.921 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:17 smithi008 bash[18503]: cluster 2024-05-03T10:59:16.145773+0000 mgr.y (mgr.14388) 163 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:17.922 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:17 smithi008 bash[23571]: cluster 2024-05-03T10:59:16.145773+0000 mgr.y (mgr.14388) 163 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:18.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:59:17 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:59:17] "GET /metrics HTTP/1.1" 200 214922 "" "Prometheus/2.33.4" 2024-05-03T10:59:19.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:19 smithi143 bash[18601]: cluster 2024-05-03T10:59:18.147567+0000 mgr.y (mgr.14388) 164 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:20.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:19 smithi008 bash[18503]: cluster 2024-05-03T10:59:18.147567+0000 mgr.y (mgr.14388) 164 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:20.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:19 smithi008 bash[23571]: cluster 2024-05-03T10:59:18.147567+0000 mgr.y (mgr.14388) 164 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:21.837 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:21 smithi143 bash[18601]: cluster 2024-05-03T10:59:20.148284+0000 mgr.y (mgr.14388) 165 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:22.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:21 smithi008 bash[18503]: cluster 2024-05-03T10:59:20.148284+0000 mgr.y (mgr.14388) 165 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:22.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:21 smithi008 bash[23571]: cluster 2024-05-03T10:59:20.148284+0000 mgr.y (mgr.14388) 165 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:22.099 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:59:21 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:59:23.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:23 smithi143 bash[18601]: cluster 2024-05-03T10:59:22.149963+0000 mgr.y (mgr.14388) 166 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:24.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:23 smithi008 bash[18503]: cluster 2024-05-03T10:59:22.149963+0000 mgr.y (mgr.14388) 166 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:24.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:23 smithi008 bash[23571]: cluster 2024-05-03T10:59:22.149963+0000 mgr.y (mgr.14388) 166 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:24.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:24 smithi143 bash[18601]: audit 2024-05-03T10:59:23.183255+0000 mgr.y (mgr.14388) 167 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:25.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:24 smithi008 bash[18503]: audit 2024-05-03T10:59:23.183255+0000 mgr.y (mgr.14388) 167 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:25.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:24 smithi008 bash[23571]: audit 2024-05-03T10:59:23.183255+0000 mgr.y (mgr.14388) 167 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:25.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:25 smithi143 bash[18601]: cluster 2024-05-03T10:59:24.150726+0000 mgr.y (mgr.14388) 168 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:26.011 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:25 smithi008 bash[23571]: cluster 2024-05-03T10:59:24.150726+0000 mgr.y (mgr.14388) 168 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:26.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:25 smithi008 bash[18503]: cluster 2024-05-03T10:59:24.150726+0000 mgr.y (mgr.14388) 168 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:26.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:26 smithi143 bash[18601]: audit 2024-05-03T10:59:25.987974+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:59:26.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:26 smithi143 bash[18601]: audit 2024-05-03T10:59:25.990053+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:59:26.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:26 smithi143 bash[18601]: audit 2024-05-03T10:59:26.322645+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:59:27.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:26 smithi008 bash[23571]: audit 2024-05-03T10:59:25.987974+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:59:27.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:26 smithi008 bash[23571]: audit 2024-05-03T10:59:25.990053+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:59:27.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:26 smithi008 bash[23571]: audit 2024-05-03T10:59:26.322645+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:59:27.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:26 smithi008 bash[18503]: audit 2024-05-03T10:59:25.987974+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T10:59:27.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:26 smithi008 bash[18503]: audit 2024-05-03T10:59:25.990053+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T10:59:27.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:26 smithi008 bash[18503]: audit 2024-05-03T10:59:26.322645+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T10:59:27.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:27 smithi143 bash[18601]: cluster 2024-05-03T10:59:26.151406+0000 mgr.y (mgr.14388) 169 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:27.921 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:27 smithi008 bash[18503]: cluster 2024-05-03T10:59:26.151406+0000 mgr.y (mgr.14388) 169 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:27.922 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:27 smithi008 bash[23571]: cluster 2024-05-03T10:59:26.151406+0000 mgr.y (mgr.14388) 169 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:28.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:59:27 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:59:27] "GET /metrics HTTP/1.1" 200 214922 "" "Prometheus/2.33.4" 2024-05-03T10:59:29.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:29 smithi143 bash[18601]: cluster 2024-05-03T10:59:28.153141+0000 mgr.y (mgr.14388) 170 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:30.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:29 smithi008 bash[18503]: cluster 2024-05-03T10:59:28.153141+0000 mgr.y (mgr.14388) 170 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:30.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:29 smithi008 bash[23571]: cluster 2024-05-03T10:59:28.153141+0000 mgr.y (mgr.14388) 170 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:31.849 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:59:31 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:59:31.849 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:31 smithi143 bash[18601]: cluster 2024-05-03T10:59:30.153869+0000 mgr.y (mgr.14388) 171 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:32.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:31 smithi008 bash[18503]: cluster 2024-05-03T10:59:30.153869+0000 mgr.y (mgr.14388) 171 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:32.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:31 smithi008 bash[23571]: cluster 2024-05-03T10:59:30.153869+0000 mgr.y (mgr.14388) 171 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:34.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:33 smithi008 bash[18503]: cluster 2024-05-03T10:59:32.155575+0000 mgr.y (mgr.14388) 172 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:34.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:33 smithi008 bash[23571]: cluster 2024-05-03T10:59:32.155575+0000 mgr.y (mgr.14388) 172 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:34.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:33 smithi143 bash[18601]: cluster 2024-05-03T10:59:32.155575+0000 mgr.y (mgr.14388) 172 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:35.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:34 smithi008 bash[18503]: audit 2024-05-03T10:59:33.191138+0000 mgr.y (mgr.14388) 173 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:35.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:34 smithi008 bash[23571]: audit 2024-05-03T10:59:33.191138+0000 mgr.y (mgr.14388) 173 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:35.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:34 smithi143 bash[18601]: audit 2024-05-03T10:59:33.191138+0000 mgr.y (mgr.14388) 173 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:36.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:35 smithi008 bash[23571]: cluster 2024-05-03T10:59:34.156287+0000 mgr.y (mgr.14388) 174 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:36.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:35 smithi008 bash[18503]: cluster 2024-05-03T10:59:34.156287+0000 mgr.y (mgr.14388) 174 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:36.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:35 smithi143 bash[18601]: cluster 2024-05-03T10:59:34.156287+0000 mgr.y (mgr.14388) 174 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:37.922 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:37 smithi008 bash[18503]: cluster 2024-05-03T10:59:36.157020+0000 mgr.y (mgr.14388) 175 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:37.922 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:37 smithi008 bash[23571]: cluster 2024-05-03T10:59:36.157020+0000 mgr.y (mgr.14388) 175 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:38.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:37 smithi143 bash[18601]: cluster 2024-05-03T10:59:36.157020+0000 mgr.y (mgr.14388) 175 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:38.266 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:59:37 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:59:37] "GET /metrics HTTP/1.1" 200 214887 "" "Prometheus/2.33.4" 2024-05-03T10:59:40.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:39 smithi008 bash[18503]: cluster 2024-05-03T10:59:38.158810+0000 mgr.y (mgr.14388) 176 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:40.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:39 smithi008 bash[23571]: cluster 2024-05-03T10:59:38.158810+0000 mgr.y (mgr.14388) 176 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:40.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:39 smithi143 bash[18601]: cluster 2024-05-03T10:59:38.158810+0000 mgr.y (mgr.14388) 176 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:42.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:41 smithi008 bash[23571]: cluster 2024-05-03T10:59:40.159578+0000 mgr.y (mgr.14388) 177 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:42.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:41 smithi008 bash[18503]: cluster 2024-05-03T10:59:40.159578+0000 mgr.y (mgr.14388) 177 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:42.099 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:59:41 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:59:42.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:41 smithi143 bash[18601]: cluster 2024-05-03T10:59:40.159578+0000 mgr.y (mgr.14388) 177 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:44.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:43 smithi008 bash[18503]: cluster 2024-05-03T10:59:42.161246+0000 mgr.y (mgr.14388) 178 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:44.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:43 smithi008 bash[23571]: cluster 2024-05-03T10:59:42.161246+0000 mgr.y (mgr.14388) 178 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:44.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:43 smithi143 bash[18601]: cluster 2024-05-03T10:59:42.161246+0000 mgr.y (mgr.14388) 178 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:45.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:44 smithi008 bash[18503]: audit 2024-05-03T10:59:43.199244+0000 mgr.y (mgr.14388) 179 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:45.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:44 smithi008 bash[23571]: audit 2024-05-03T10:59:43.199244+0000 mgr.y (mgr.14388) 179 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:45.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:44 smithi143 bash[18601]: audit 2024-05-03T10:59:43.199244+0000 mgr.y (mgr.14388) 179 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:46.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:45 smithi008 bash[18503]: cluster 2024-05-03T10:59:44.161977+0000 mgr.y (mgr.14388) 180 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:46.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:45 smithi008 bash[23571]: cluster 2024-05-03T10:59:44.161977+0000 mgr.y (mgr.14388) 180 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:46.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:45 smithi143 bash[18601]: cluster 2024-05-03T10:59:44.161977+0000 mgr.y (mgr.14388) 180 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:47.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:46 smithi008 bash[18503]: audit 2024-05-03T10:59:46.215187+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:59:47.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:46 smithi008 bash[18503]: audit 2024-05-03T10:59:46.216056+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:59:47.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:46 smithi008 bash[18503]: audit 2024-05-03T10:59:46.221532+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:59:47.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:46 smithi008 bash[18503]: audit 2024-05-03T10:59:46.222436+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:59:47.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:46 smithi008 bash[23571]: audit 2024-05-03T10:59:46.215187+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:59:47.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:46 smithi008 bash[23571]: audit 2024-05-03T10:59:46.216056+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:59:47.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:46 smithi008 bash[23571]: audit 2024-05-03T10:59:46.221532+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:59:47.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:46 smithi008 bash[23571]: audit 2024-05-03T10:59:46.222436+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:59:47.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:46 smithi143 bash[18601]: audit 2024-05-03T10:59:46.215187+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:59:47.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:46 smithi143 bash[18601]: audit 2024-05-03T10:59:46.216056+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T10:59:47.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:46 smithi143 bash[18601]: audit 2024-05-03T10:59:46.221532+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:59:47.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:46 smithi143 bash[18601]: audit 2024-05-03T10:59:46.222436+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T10:59:47.921 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:47 smithi008 bash[18503]: cluster 2024-05-03T10:59:46.162781+0000 mgr.y (mgr.14388) 181 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:47.921 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:47 smithi008 bash[23571]: cluster 2024-05-03T10:59:46.162781+0000 mgr.y (mgr.14388) 181 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:48.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:47 smithi143 bash[18601]: cluster 2024-05-03T10:59:46.162781+0000 mgr.y (mgr.14388) 181 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:48.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:59:47 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:59:47] "GET /metrics HTTP/1.1" 200 214895 "" "Prometheus/2.33.4" 2024-05-03T10:59:50.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:49 smithi008 bash[18503]: cluster 2024-05-03T10:59:48.164514+0000 mgr.y (mgr.14388) 182 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:50.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:49 smithi008 bash[23571]: cluster 2024-05-03T10:59:48.164514+0000 mgr.y (mgr.14388) 182 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:50.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:49 smithi143 bash[18601]: cluster 2024-05-03T10:59:48.164514+0000 mgr.y (mgr.14388) 182 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:52.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:51 smithi008 bash[18503]: cluster 2024-05-03T10:59:50.165236+0000 mgr.y (mgr.14388) 183 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:52.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:51 smithi008 bash[23571]: cluster 2024-05-03T10:59:50.165236+0000 mgr.y (mgr.14388) 183 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:52.099 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 10:59:51 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:10:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T10:59:52.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:51 smithi143 bash[18601]: cluster 2024-05-03T10:59:50.165236+0000 mgr.y (mgr.14388) 183 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:54.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:53 smithi008 bash[18503]: cluster 2024-05-03T10:59:52.166909+0000 mgr.y (mgr.14388) 184 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:54.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:53 smithi008 bash[23571]: cluster 2024-05-03T10:59:52.166909+0000 mgr.y (mgr.14388) 184 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:54.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:53 smithi143 bash[18601]: cluster 2024-05-03T10:59:52.166909+0000 mgr.y (mgr.14388) 184 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T10:59:55.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:54 smithi008 bash[18503]: audit 2024-05-03T10:59:53.210538+0000 mgr.y (mgr.14388) 185 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:55.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:54 smithi008 bash[23571]: audit 2024-05-03T10:59:53.210538+0000 mgr.y (mgr.14388) 185 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:55.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:54 smithi143 bash[18601]: audit 2024-05-03T10:59:53.210538+0000 mgr.y (mgr.14388) 185 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T10:59:56.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:55 smithi008 bash[18503]: cluster 2024-05-03T10:59:54.167609+0000 mgr.y (mgr.14388) 186 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:56.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:55 smithi008 bash[23571]: cluster 2024-05-03T10:59:54.167609+0000 mgr.y (mgr.14388) 186 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:56.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:55 smithi143 bash[18601]: cluster 2024-05-03T10:59:54.167609+0000 mgr.y (mgr.14388) 186 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:58.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:57 smithi008 bash[18503]: cluster 2024-05-03T10:59:56.168314+0000 mgr.y (mgr.14388) 187 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:58.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:57 smithi008 bash[23571]: cluster 2024-05-03T10:59:56.168314+0000 mgr.y (mgr.14388) 187 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T10:59:58.017 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 10:59:57 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:10:59:57] "GET /metrics HTTP/1.1" 200 214895 "" "Prometheus/2.33.4" 2024-05-03T10:59:58.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:57 smithi143 bash[18601]: cluster 2024-05-03T10:59:56.168314+0000 mgr.y (mgr.14388) 187 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 10:59:59 smithi008 bash[18503]: cluster 2024-05-03T10:59:58.170071+0000 mgr.y (mgr.14388) 188 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:00.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 10:59:59 smithi008 bash[23571]: cluster 2024-05-03T10:59:58.170071+0000 mgr.y (mgr.14388) 188 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:00.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 10:59:59 smithi143 bash[18601]: cluster 2024-05-03T10:59:58.170071+0000 mgr.y (mgr.14388) 188 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:01.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:00 smithi008 bash[18503]: cluster 2024-05-03T11:00:00.000156+0000 mon.a (mon.0) 803 : cluster [INF] overall HEALTH_OK 2024-05-03T11:00:01.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:00 smithi008 bash[23571]: cluster 2024-05-03T11:00:00.000156+0000 mon.a (mon.0) 803 : cluster [INF] overall HEALTH_OK 2024-05-03T11:00:01.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:00 smithi143 bash[18601]: cluster 2024-05-03T11:00:00.000156+0000 mon.a (mon.0) 803 : cluster [INF] overall HEALTH_OK 2024-05-03T11:00:02.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:01 smithi008 bash[18503]: cluster 2024-05-03T11:00:00.170839+0000 mgr.y (mgr.14388) 189 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:02.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:01 smithi008 bash[23571]: cluster 2024-05-03T11:00:00.170839+0000 mgr.y (mgr.14388) 189 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:02.098 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:00:01 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:00:02.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:01 smithi143 bash[18601]: cluster 2024-05-03T11:00:00.170839+0000 mgr.y (mgr.14388) 189 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:04.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:03 smithi008 bash[18503]: cluster 2024-05-03T11:00:02.172474+0000 mgr.y (mgr.14388) 190 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:04.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:03 smithi008 bash[23571]: cluster 2024-05-03T11:00:02.172474+0000 mgr.y (mgr.14388) 190 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:04.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:03 smithi143 bash[18601]: cluster 2024-05-03T11:00:02.172474+0000 mgr.y (mgr.14388) 190 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:05.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:04 smithi008 bash[23571]: audit 2024-05-03T11:00:03.220566+0000 mgr.y (mgr.14388) 191 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:05.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:04 smithi008 bash[18503]: audit 2024-05-03T11:00:03.220566+0000 mgr.y (mgr.14388) 191 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:05.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:04 smithi143 bash[18601]: audit 2024-05-03T11:00:03.220566+0000 mgr.y (mgr.14388) 191 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:06.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:05 smithi008 bash[18503]: cluster 2024-05-03T11:00:04.173229+0000 mgr.y (mgr.14388) 192 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:06.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:05 smithi008 bash[23571]: cluster 2024-05-03T11:00:04.173229+0000 mgr.y (mgr.14388) 192 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:06.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:05 smithi143 bash[18601]: cluster 2024-05-03T11:00:04.173229+0000 mgr.y (mgr.14388) 192 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:08.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:07 smithi008 bash[18503]: cluster 2024-05-03T11:00:06.174085+0000 mgr.y (mgr.14388) 193 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:08.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:07 smithi008 bash[23571]: cluster 2024-05-03T11:00:06.174085+0000 mgr.y (mgr.14388) 193 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:08.017 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:00:07 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:00:07] "GET /metrics HTTP/1.1" 200 214923 "" "Prometheus/2.33.4" 2024-05-03T11:00:08.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:07 smithi143 bash[18601]: cluster 2024-05-03T11:00:06.174085+0000 mgr.y (mgr.14388) 193 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:10.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:09 smithi008 bash[18503]: cluster 2024-05-03T11:00:08.175995+0000 mgr.y (mgr.14388) 194 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:10.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:09 smithi008 bash[23571]: cluster 2024-05-03T11:00:08.175995+0000 mgr.y (mgr.14388) 194 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:10.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:09 smithi143 bash[18601]: cluster 2024-05-03T11:00:08.175995+0000 mgr.y (mgr.14388) 194 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:12.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:11 smithi008 bash[18503]: cluster 2024-05-03T11:00:10.176829+0000 mgr.y (mgr.14388) 195 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:12.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:11 smithi008 bash[23571]: cluster 2024-05-03T11:00:10.176829+0000 mgr.y (mgr.14388) 195 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:12.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:11 smithi143 bash[18601]: cluster 2024-05-03T11:00:10.176829+0000 mgr.y (mgr.14388) 195 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:12.098 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:00:11 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:00:14.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:13 smithi008 bash[18503]: cluster 2024-05-03T11:00:12.178566+0000 mgr.y (mgr.14388) 196 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:14.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:13 smithi008 bash[23571]: cluster 2024-05-03T11:00:12.178566+0000 mgr.y (mgr.14388) 196 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:14.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:13 smithi143 bash[18601]: cluster 2024-05-03T11:00:12.178566+0000 mgr.y (mgr.14388) 196 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:15.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:14 smithi008 bash[18503]: audit 2024-05-03T11:00:13.231938+0000 mgr.y (mgr.14388) 197 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:15.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:14 smithi008 bash[23571]: audit 2024-05-03T11:00:13.231938+0000 mgr.y (mgr.14388) 197 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:15.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:14 smithi143 bash[18601]: audit 2024-05-03T11:00:13.231938+0000 mgr.y (mgr.14388) 197 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:16.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:15 smithi008 bash[18503]: cluster 2024-05-03T11:00:14.179260+0000 mgr.y (mgr.14388) 198 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:16.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:15 smithi008 bash[23571]: cluster 2024-05-03T11:00:14.179260+0000 mgr.y (mgr.14388) 198 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:16.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:15 smithi143 bash[18601]: cluster 2024-05-03T11:00:14.179260+0000 mgr.y (mgr.14388) 198 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:18.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:17 smithi008 bash[18503]: cluster 2024-05-03T11:00:16.185197+0000 mgr.y (mgr.14388) 199 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:18.017 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:00:17 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:00:17] "GET /metrics HTTP/1.1" 200 214928 "" "Prometheus/2.33.4" 2024-05-03T11:00:18.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:17 smithi008 bash[23571]: cluster 2024-05-03T11:00:16.185197+0000 mgr.y (mgr.14388) 199 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:18.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:17 smithi143 bash[18601]: cluster 2024-05-03T11:00:16.185197+0000 mgr.y (mgr.14388) 199 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:20.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:19 smithi008 bash[18503]: cluster 2024-05-03T11:00:18.186979+0000 mgr.y (mgr.14388) 200 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:20.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:19 smithi008 bash[23571]: cluster 2024-05-03T11:00:18.186979+0000 mgr.y (mgr.14388) 200 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:20.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:19 smithi143 bash[18601]: cluster 2024-05-03T11:00:18.186979+0000 mgr.y (mgr.14388) 200 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:21.920 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-05-03T11:00:22.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:21 smithi008 bash[18503]: cluster 2024-05-03T11:00:20.187648+0000 mgr.y (mgr.14388) 201 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:22.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:21 smithi008 bash[23571]: cluster 2024-05-03T11:00:20.187648+0000 mgr.y (mgr.14388) 201 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:22.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:21 smithi143 bash[18601]: cluster 2024-05-03T11:00:20.187648+0000 mgr.y (mgr.14388) 201 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:22.099 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:00:21 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:00:24.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:23 smithi008 bash[18503]: cluster 2024-05-03T11:00:22.189278+0000 mgr.y (mgr.14388) 202 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:24.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:23 smithi008 bash[23571]: cluster 2024-05-03T11:00:22.189278+0000 mgr.y (mgr.14388) 202 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:24.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:23 smithi143 bash[18601]: cluster 2024-05-03T11:00:22.189278+0000 mgr.y (mgr.14388) 202 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:25.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:24 smithi008 bash[18503]: audit 2024-05-03T11:00:23.243144+0000 mgr.y (mgr.14388) 203 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:25.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:24 smithi008 bash[23571]: audit 2024-05-03T11:00:23.243144+0000 mgr.y (mgr.14388) 203 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:25.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:24 smithi143 bash[18601]: audit 2024-05-03T11:00:23.243144+0000 mgr.y (mgr.14388) 203 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:25.414 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-05-03T11:00:26.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:25 smithi008 bash[23571]: cluster 2024-05-03T11:00:24.189920+0000 mgr.y (mgr.14388) 204 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:26.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:25 smithi008 bash[18503]: cluster 2024-05-03T11:00:24.189920+0000 mgr.y (mgr.14388) 204 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:26.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:25 smithi143 bash[18601]: cluster 2024-05-03T11:00:24.189920+0000 mgr.y (mgr.14388) 204 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:26.814 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:26 smithi008 bash[18503]: audit 2024-05-03T11:00:26.330702+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T11:00:26.814 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:26 smithi008 bash[18503]: audit 2024-05-03T11:00:26.331733+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T11:00:26.814 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:26 smithi008 bash[18503]: audit 2024-05-03T11:00:26.566008+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:26.814 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:26 smithi008 bash[18503]: audit 2024-05-03T11:00:26.582779+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:26.814 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:26 smithi008 bash[23571]: audit 2024-05-03T11:00:26.330702+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T11:00:26.815 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:26 smithi008 bash[23571]: audit 2024-05-03T11:00:26.331733+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T11:00:26.815 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:26 smithi008 bash[23571]: audit 2024-05-03T11:00:26.566008+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:26.815 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:26 smithi008 bash[23571]: audit 2024-05-03T11:00:26.582779+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:27.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:26 smithi143 bash[18601]: audit 2024-05-03T11:00:26.330702+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T11:00:27.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:26 smithi143 bash[18601]: audit 2024-05-03T11:00:26.331733+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T11:00:27.098 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:26 smithi143 bash[18601]: audit 2024-05-03T11:00:26.566008+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:27.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:26 smithi143 bash[18601]: audit 2024-05-03T11:00:26.582779+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:28.223 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:27 smithi008 bash[18503]: cluster 2024-05-03T11:00:26.190662+0000 mgr.y (mgr.14388) 205 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:28.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:27 smithi008 bash[18503]: audit 2024-05-03T11:00:26.856318+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:28.224 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:27 smithi008 bash[23571]: cluster 2024-05-03T11:00:26.190662+0000 mgr.y (mgr.14388) 205 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:28.224 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:27 smithi008 bash[23571]: audit 2024-05-03T11:00:26.856318+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:28.224 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:00:27 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:00:27] "GET /metrics HTTP/1.1" 200 214928 "" "Prometheus/2.33.4" 2024-05-03T11:00:28.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:27 smithi143 bash[18601]: cluster 2024-05-03T11:00:26.190662+0000 mgr.y (mgr.14388) 205 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:28.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:27 smithi143 bash[18601]: audit 2024-05-03T11:00:26.856318+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:28.885 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph config set global log_to_journald false --force' 2024-05-03T11:00:30.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:29 smithi008 bash[18503]: cluster 2024-05-03T11:00:28.192275+0000 mgr.y (mgr.14388) 206 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:30.019 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:29 smithi008 bash[23571]: cluster 2024-05-03T11:00:28.192275+0000 mgr.y (mgr.14388) 206 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:30.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:29 smithi143 bash[18601]: cluster 2024-05-03T11:00:28.192275+0000 mgr.y (mgr.14388) 206 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:32.098 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:00:31 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:00:32.099 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:31 smithi143 bash[18601]: cluster 2024-05-03T11:00:30.192997+0000 mgr.y (mgr.14388) 207 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:32.129 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:31 smithi008 bash[18503]: cluster 2024-05-03T11:00:30.192997+0000 mgr.y (mgr.14388) 207 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:32.130 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:31 smithi008 bash[23571]: cluster 2024-05-03T11:00:30.192997+0000 mgr.y (mgr.14388) 207 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:32.131 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-05-03T11:00:34.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:33 smithi008 bash[18503]: cluster 2024-05-03T11:00:32.194100+0000 mgr.y (mgr.14388) 208 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:34.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:33 smithi008 bash[23571]: cluster 2024-05-03T11:00:32.194100+0000 mgr.y (mgr.14388) 208 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:34.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:33 smithi143 bash[18601]: cluster 2024-05-03T11:00:32.194100+0000 mgr.y (mgr.14388) 208 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:34.807 INFO:teuthology.orchestra.run.smithi008.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T11:00:35.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:34 smithi008 bash[18503]: audit 2024-05-03T11:00:33.251020+0000 mgr.y (mgr.14388) 209 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:35.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:34 smithi008 bash[18503]: audit 2024-05-03T11:00:34.807498+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:35.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:34 smithi008 bash[18503]: audit 2024-05-03T11:00:34.845750+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T11:00:35.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:34 smithi008 bash[18503]: audit 2024-05-03T11:00:34.846603+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T11:00:35.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:34 smithi008 bash[18503]: audit 2024-05-03T11:00:34.851771+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:35.267 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:34 smithi008 bash[23571]: audit 2024-05-03T11:00:33.251020+0000 mgr.y (mgr.14388) 209 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:35.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:34 smithi008 bash[23571]: audit 2024-05-03T11:00:34.807498+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:35.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:34 smithi008 bash[23571]: audit 2024-05-03T11:00:34.845750+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T11:00:35.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:34 smithi008 bash[23571]: audit 2024-05-03T11:00:34.846603+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T11:00:35.268 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:34 smithi008 bash[23571]: audit 2024-05-03T11:00:34.851771+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:35.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:34 smithi143 bash[18601]: audit 2024-05-03T11:00:33.251020+0000 mgr.y (mgr.14388) 209 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:35.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:34 smithi143 bash[18601]: audit 2024-05-03T11:00:34.807498+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:35.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:34 smithi143 bash[18601]: audit 2024-05-03T11:00:34.845750+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T11:00:35.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:34 smithi143 bash[18601]: audit 2024-05-03T11:00:34.846603+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T11:00:35.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:34 smithi143 bash[18601]: audit 2024-05-03T11:00:34.851771+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:35.457 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-03T11:00:35.466 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi008.front.sepia.ceph.com 2024-05-03T11:00:35.467 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- 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 ; ceph health detail ; sleep 30 ; done' 2024-05-03T11:00:35.648 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:00:35 smithi008 bash[18759]: debug 2024-05-03T11:00:35.392+0000 7f7d22ce9700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_FAILED_PULL: Upgrade: failed to pull target image 2024-05-03T11:00:36.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:35 smithi008 bash[18503]: cluster 2024-05-03T11:00:34.194851+0000 mgr.y (mgr.14388) 210 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:36.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:35 smithi008 bash[18503]: audit 2024-05-03T11:00:34.796734+0000 mgr.y (mgr.14388) 211 : audit [DBG] from='client.14973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:00:36.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:35 smithi008 bash[18503]: cephadm 2024-05-03T11:00:34.798901+0000 mgr.y (mgr.14388) 212 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T11:00:36.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:35 smithi008 bash[18503]: cephadm 2024-05-03T11:00:34.856853+0000 mgr.y (mgr.14388) 213 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T11:00:36.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:35 smithi008 bash[18503]: audit 2024-05-03T11:00:35.402596+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:36.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:35 smithi008 bash[18503]: audit 2024-05-03T11:00:35.406080+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T11:00:36.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:35 smithi008 bash[18503]: audit 2024-05-03T11:00:35.407869+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T11:00:36.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:35 smithi008 bash[18503]: audit 2024-05-03T11:00:35.415946+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:36.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:35 smithi008 bash[23571]: cluster 2024-05-03T11:00:34.194851+0000 mgr.y (mgr.14388) 210 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:36.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:35 smithi008 bash[23571]: audit 2024-05-03T11:00:34.796734+0000 mgr.y (mgr.14388) 211 : audit [DBG] from='client.14973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:00:36.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:35 smithi008 bash[23571]: cephadm 2024-05-03T11:00:34.798901+0000 mgr.y (mgr.14388) 212 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T11:00:36.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:35 smithi008 bash[23571]: cephadm 2024-05-03T11:00:34.856853+0000 mgr.y (mgr.14388) 213 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T11:00:36.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:35 smithi008 bash[23571]: audit 2024-05-03T11:00:35.402596+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:36.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:35 smithi008 bash[23571]: audit 2024-05-03T11:00:35.406080+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T11:00:36.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:35 smithi008 bash[23571]: audit 2024-05-03T11:00:35.407869+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T11:00:36.018 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:35 smithi008 bash[23571]: audit 2024-05-03T11:00:35.415946+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:36.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:35 smithi143 bash[18601]: cluster 2024-05-03T11:00:34.194851+0000 mgr.y (mgr.14388) 210 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:36.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:35 smithi143 bash[18601]: audit 2024-05-03T11:00:34.796734+0000 mgr.y (mgr.14388) 211 : audit [DBG] from='client.14973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:00:36.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:35 smithi143 bash[18601]: cephadm 2024-05-03T11:00:34.798901+0000 mgr.y (mgr.14388) 212 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T11:00:36.349 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:35 smithi143 bash[18601]: cephadm 2024-05-03T11:00:34.856853+0000 mgr.y (mgr.14388) 213 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T11:00:36.349 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:35 smithi143 bash[18601]: audit 2024-05-03T11:00:35.402596+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:36.349 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:35 smithi143 bash[18601]: audit 2024-05-03T11:00:35.406080+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T11:00:36.349 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:35 smithi143 bash[18601]: audit 2024-05-03T11:00:35.407869+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T11:00:36.349 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:35 smithi143 bash[18601]: audit 2024-05-03T11:00:35.415946+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:37.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:36 smithi008 bash[18503]: cephadm 2024-05-03T11:00:35.397274+0000 mgr.y (mgr.14388) 214 : cephadm [ERR] Upgrade: Paused due to UPGRADE_FAILED_PULL: Upgrade: failed to pull target image 2024-05-03T11:00:37.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:36 smithi008 bash[18503]: cluster 2024-05-03T11:00:35.405593+0000 mgr.y (mgr.14388) 215 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 913 B/s rd, 0 op/s 2024-05-03T11:00:37.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:36 smithi008 bash[18503]: cluster 2024-05-03T11:00:36.399956+0000 mon.a (mon.0) 811 : cluster [WRN] Health check failed: Upgrade: failed to pull target image (UPGRADE_FAILED_PULL) 2024-05-03T11:00:37.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:36 smithi008 bash[23571]: cephadm 2024-05-03T11:00:35.397274+0000 mgr.y (mgr.14388) 214 : cephadm [ERR] Upgrade: Paused due to UPGRADE_FAILED_PULL: Upgrade: failed to pull target image 2024-05-03T11:00:37.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:36 smithi008 bash[23571]: cluster 2024-05-03T11:00:35.405593+0000 mgr.y (mgr.14388) 215 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 913 B/s rd, 0 op/s 2024-05-03T11:00:37.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:36 smithi008 bash[23571]: cluster 2024-05-03T11:00:36.399956+0000 mon.a (mon.0) 811 : cluster [WRN] Health check failed: Upgrade: failed to pull target image (UPGRADE_FAILED_PULL) 2024-05-03T11:00:37.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:36 smithi143 bash[18601]: cephadm 2024-05-03T11:00:35.397274+0000 mgr.y (mgr.14388) 214 : cephadm [ERR] Upgrade: Paused due to UPGRADE_FAILED_PULL: Upgrade: failed to pull target image 2024-05-03T11:00:37.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:36 smithi143 bash[18601]: cluster 2024-05-03T11:00:35.405593+0000 mgr.y (mgr.14388) 215 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 913 B/s rd, 0 op/s 2024-05-03T11:00:37.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:36 smithi143 bash[18601]: cluster 2024-05-03T11:00:36.399956+0000 mon.a (mon.0) 811 : cluster [WRN] Health check failed: Upgrade: failed to pull target image (UPGRADE_FAILED_PULL) 2024-05-03T11:00:38.266 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:00:37 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:00:37] "GET /metrics HTTP/1.1" 200 214904 "" "Prometheus/2.33.4" 2024-05-03T11:00:38.323 INFO:teuthology.orchestra.run.smithi008.stdout:true 2024-05-03T11:00:38.650 INFO:teuthology.orchestra.run.smithi008.stdout:"Error: UPGRADE_FAILED_PULL: Upgrade: failed to pull target image" 2024-05-03T11:00:39.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:38 smithi008 bash[18503]: cluster 2024-05-03T11:00:37.407399+0000 mgr.y (mgr.14388) 216 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-05-03T11:00:39.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:38 smithi008 bash[23571]: cluster 2024-05-03T11:00:37.407399+0000 mgr.y (mgr.14388) 216 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-05-03T11:00:39.252 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph orch ps' 2024-05-03T11:00:39.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:38 smithi143 bash[18601]: cluster 2024-05-03T11:00:37.407399+0000 mgr.y (mgr.14388) 216 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-05-03T11:00:40.173 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:39 smithi008 bash[18503]: audit 2024-05-03T11:00:38.311019+0000 mgr.y (mgr.14388) 217 : audit [DBG] from='client.14979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:00:40.173 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:39 smithi008 bash[18503]: audit 2024-05-03T11:00:38.637568+0000 mgr.y (mgr.14388) 218 : audit [DBG] from='client.24892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:00:40.174 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:39 smithi008 bash[23571]: audit 2024-05-03T11:00:38.311019+0000 mgr.y (mgr.14388) 217 : audit [DBG] from='client.14979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:00:40.174 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:39 smithi008 bash[23571]: audit 2024-05-03T11:00:38.637568+0000 mgr.y (mgr.14388) 218 : audit [DBG] from='client.24892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:00:40.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:39 smithi143 bash[18601]: audit 2024-05-03T11:00:38.311019+0000 mgr.y (mgr.14388) 217 : audit [DBG] from='client.14979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:00:40.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:39 smithi143 bash[18601]: audit 2024-05-03T11:00:38.637568+0000 mgr.y (mgr.14388) 218 : audit [DBG] from='client.24892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:00:41.266 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:40 smithi008 bash[23571]: cluster 2024-05-03T11:00:39.407964+0000 mgr.y (mgr.14388) 219 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-05-03T11:00:41.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:40 smithi008 bash[18503]: cluster 2024-05-03T11:00:39.407964+0000 mgr.y (mgr.14388) 219 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-05-03T11:00:41.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:40 smithi143 bash[18601]: cluster 2024-05-03T11:00:39.407964+0000 mgr.y (mgr.14388) 219 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-05-03T11:00:42.023 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-03T11:00:42.023 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.a smithi008 *:9093,9094 running (3m) 2m ago 4m 12.9M - ba2b418f427c 942f279b040e 2024-05-03T11:00:42.023 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.a smithi143 *:3000 running (3m) 2m ago 3m 43.1M - 8.3.5 dad864ee21e9 a8bd24e8f420 2024-05-03T11:00:42.023 INFO:teuthology.orchestra.run.smithi008.stdout:iscsi.foo.smithi008.osyiag smithi008 running (2m) 2m ago 2m 63.3M - 3.5 e1d6a67b021e b4c253b440af 2024-05-03T11:00:42.023 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.x smithi143 *:8443 running (9m) 2m ago 9m 399M - 17.2.0 e1d6a67b021e 5c4f6bff54b2 2024-05-03T11:00:42.023 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.y smithi008 *:9283 running (11m) 2m ago 11m 445M - 17.2.0 e1d6a67b021e 6251b2dbfaf9 2024-05-03T11:00:42.023 INFO:teuthology.orchestra.run.smithi008.stdout:mon.a smithi008 running (11m) 2m ago 11m 43.3M 2048M 17.2.0 e1d6a67b021e d991804396cb 2024-05-03T11:00:42.023 INFO:teuthology.orchestra.run.smithi008.stdout:mon.b smithi143 running (10m) 2m ago 10m 38.2M 2048M 17.2.0 e1d6a67b021e 6d98187eeaa5 2024-05-03T11:00:42.023 INFO:teuthology.orchestra.run.smithi008.stdout:mon.c smithi008 running (10m) 2m ago 10m 34.8M 2048M 17.2.0 e1d6a67b021e 90bd9bf556d8 2024-05-03T11:00:42.023 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.a smithi008 *:9100 running (4m) 2m ago 4m 8928k - 1dbe0e931976 23819cf95311 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.b smithi143 *:9100 running (4m) 2m ago 4m 9207k - 1dbe0e931976 f405e3d7d73e 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (9m) 2m ago 9m 50.2M 4061M 17.2.0 e1d6a67b021e 3283edc52ef7 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (8m) 2m ago 8m 50.8M 4061M 17.2.0 e1d6a67b021e 10b1dc20519d 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (8m) 2m ago 8m 46.2M 4061M 17.2.0 e1d6a67b021e 5ca8203c855a 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (7m) 2m ago 7m 48.3M 4061M 17.2.0 e1d6a67b021e 90d0c105e39f 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi143 running (7m) 2m ago 7m 49.3M 4316M 17.2.0 e1d6a67b021e 026eb97d7753 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi143 running (6m) 2m ago 6m 45.9M 4316M 17.2.0 e1d6a67b021e b0e1bb5cb045 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi143 running (6m) 2m ago 6m 45.3M 4316M 17.2.0 e1d6a67b021e 53a2c37de3e4 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi143 running (5m) 2m ago 5m 47.5M 4316M 17.2.0 e1d6a67b021e 9ab12fef92d6 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.a smithi143 *:9095 running (3m) 2m ago 4m 45.0M - 514e6a882f6e 1bf4051439d6 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:rgw.foo.smithi008.vadwcp smithi008 *:8000 running (2m) 2m ago 2m 81.7M - 17.2.0 e1d6a67b021e 7d971676b8b5 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:rgw.foo.smithi143.qiqgjj smithi143 *:8000 running (2m) 2m ago 2m 81.3M - 17.2.0 e1d6a67b021e 198b75fc5ce9 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:rgw.smpl.smithi008.ujbgrk smithi008 *:80 running (2m) 2m ago 2m 81.7M - 17.2.0 e1d6a67b021e cf6cd94d2cc2 2024-05-03T11:00:42.024 INFO:teuthology.orchestra.run.smithi008.stdout:rgw.smpl.smithi143.jpumip smithi143 *:80 running (2m) 2m ago 2m 81.2M - 17.2.0 e1d6a67b021e 5b43b5b3fc88 2024-05-03T11:00:42.098 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:00:41 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:00:42.674 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:42 smithi008 bash[18503]: cluster 2024-05-03T11:00:41.408507+0000 mgr.y (mgr.14388) 220 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 913 B/s rd, 0 op/s 2024-05-03T11:00:42.675 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:42 smithi008 bash[23571]: cluster 2024-05-03T11:00:41.408507+0000 mgr.y (mgr.14388) 220 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 913 B/s rd, 0 op/s 2024-05-03T11:00:42.676 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph versions' 2024-05-03T11:00:42.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:42 smithi143 bash[18601]: cluster 2024-05-03T11:00:41.408507+0000 mgr.y (mgr.14388) 220 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 913 B/s rd, 0 op/s 2024-05-03T11:00:43.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:43 smithi008 bash[18503]: audit 2024-05-03T11:00:42.009117+0000 mgr.y (mgr.14388) 221 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:00:43.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:43 smithi008 bash[23571]: audit 2024-05-03T11:00:42.009117+0000 mgr.y (mgr.14388) 221 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:00:43.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:43 smithi143 bash[18601]: audit 2024-05-03T11:00:42.009117+0000 mgr.y (mgr.14388) 221 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:00:44.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:44 smithi008 bash[23571]: audit 2024-05-03T11:00:43.262114+0000 mgr.y (mgr.14388) 222 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:44.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:44 smithi008 bash[23571]: cluster 2024-05-03T11:00:43.410270+0000 mgr.y (mgr.14388) 223 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 913 B/s rd, 0 op/s 2024-05-03T11:00:44.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:44 smithi008 bash[18503]: audit 2024-05-03T11:00:43.262114+0000 mgr.y (mgr.14388) 222 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:44.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:44 smithi008 bash[18503]: cluster 2024-05-03T11:00:43.410270+0000 mgr.y (mgr.14388) 223 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 913 B/s rd, 0 op/s 2024-05-03T11:00:44.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:44 smithi143 bash[18601]: audit 2024-05-03T11:00:43.262114+0000 mgr.y (mgr.14388) 222 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:44.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:44 smithi143 bash[18601]: cluster 2024-05-03T11:00:43.410270+0000 mgr.y (mgr.14388) 223 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 913 B/s rd, 0 op/s 2024-05-03T11:00:45.549 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-05-03T11:00:45.549 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2024-05-03T11:00:45.549 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-05-03T11:00:45.549 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T11:00:45.549 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2024-05-03T11:00:45.549 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-05-03T11:00:45.549 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T11:00:45.549 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2024-05-03T11:00:45.549 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-05-03T11:00:45.549 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T11:00:45.550 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": {}, 2024-05-03T11:00:45.550 INFO:teuthology.orchestra.run.smithi008.stdout: "rgw": { 2024-05-03T11:00:45.550 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-05-03T11:00:45.550 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T11:00:45.550 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2024-05-03T11:00:45.550 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-05-03T11:00:45.550 INFO:teuthology.orchestra.run.smithi008.stdout: } 2024-05-03T11:00:45.550 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-05-03T11:00:46.137 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-05-03T11:00:46.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:46 smithi008 bash[18503]: cluster 2024-05-03T11:00:45.410835+0000 mgr.y (mgr.14388) 224 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-05-03T11:00:46.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:46 smithi008 bash[18503]: audit 2024-05-03T11:00:45.549498+0000 mon.c (mon.1) 119 : audit [DBG] from='client.? 172.21.15.8:0/575460769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-05-03T11:00:46.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:46 smithi008 bash[18503]: audit 2024-05-03T11:00:46.183639+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:46.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:46 smithi008 bash[18503]: audit 2024-05-03T11:00:46.222818+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T11:00:46.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:46 smithi008 bash[18503]: audit 2024-05-03T11:00:46.223396+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T11:00:46.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:46 smithi008 bash[18503]: audit 2024-05-03T11:00:46.232573+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T11:00:46.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:46 smithi008 bash[18503]: audit 2024-05-03T11:00:46.233186+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T11:00:46.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:46 smithi008 bash[23571]: cluster 2024-05-03T11:00:45.410835+0000 mgr.y (mgr.14388) 224 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-05-03T11:00:46.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:46 smithi008 bash[23571]: audit 2024-05-03T11:00:45.549498+0000 mon.c (mon.1) 119 : audit [DBG] from='client.? 172.21.15.8:0/575460769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-05-03T11:00:46.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:46 smithi008 bash[23571]: audit 2024-05-03T11:00:46.183639+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:46.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:46 smithi008 bash[23571]: audit 2024-05-03T11:00:46.222818+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T11:00:46.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:46 smithi008 bash[23571]: audit 2024-05-03T11:00:46.223396+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T11:00:46.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:46 smithi008 bash[23571]: audit 2024-05-03T11:00:46.232573+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T11:00:46.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:46 smithi008 bash[23571]: audit 2024-05-03T11:00:46.233186+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T11:00:46.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:46 smithi143 bash[18601]: cluster 2024-05-03T11:00:45.410835+0000 mgr.y (mgr.14388) 224 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-05-03T11:00:46.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:46 smithi143 bash[18601]: audit 2024-05-03T11:00:45.549498+0000 mon.c (mon.1) 119 : audit [DBG] from='client.? 172.21.15.8:0/575460769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-05-03T11:00:46.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:46 smithi143 bash[18601]: audit 2024-05-03T11:00:46.183639+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:00:46.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:46 smithi143 bash[18601]: audit 2024-05-03T11:00:46.222818+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T11:00:46.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:46 smithi143 bash[18601]: audit 2024-05-03T11:00:46.223396+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T11:00:46.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:46 smithi143 bash[18601]: audit 2024-05-03T11:00:46.232573+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T11:00:46.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:46 smithi143 bash[18601]: audit 2024-05-03T11:00:46.233186+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T11:00:48.266 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:00:47 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:00:47] "GET /metrics HTTP/1.1" 200 214954 "" "Prometheus/2.33.4" 2024-05-03T11:00:48.522 INFO:teuthology.orchestra.run.smithi008.stdout:wait for servicemap items w/ changing names to refresh 2024-05-03T11:00:48.740 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:48 smithi008 bash[23571]: cluster 2024-05-03T11:00:47.411781+0000 mgr.y (mgr.14388) 225 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:48.740 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:48 smithi008 bash[18503]: cluster 2024-05-03T11:00:47.411781+0000 mgr.y (mgr.14388) 225 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:48.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:48 smithi143 bash[18601]: cluster 2024-05-03T11:00:47.411781+0000 mgr.y (mgr.14388) 225 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:49.179 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'sleep 60' 2024-05-03T11:00:50.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:50 smithi008 bash[18503]: cluster 2024-05-03T11:00:49.412367+0000 mgr.y (mgr.14388) 226 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:50.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:50 smithi008 bash[23571]: cluster 2024-05-03T11:00:49.412367+0000 mgr.y (mgr.14388) 226 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:50.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:50 smithi143 bash[18601]: cluster 2024-05-03T11:00:49.412367+0000 mgr.y (mgr.14388) 226 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:52.098 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:00:51 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:00:52.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:52 smithi008 bash[18503]: cluster 2024-05-03T11:00:51.413145+0000 mgr.y (mgr.14388) 227 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:52.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:52 smithi008 bash[23571]: cluster 2024-05-03T11:00:51.413145+0000 mgr.y (mgr.14388) 227 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:52.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:52 smithi143 bash[18601]: cluster 2024-05-03T11:00:51.413145+0000 mgr.y (mgr.14388) 227 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:54.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:54 smithi008 bash[18503]: audit 2024-05-03T11:00:53.270699+0000 mgr.y (mgr.14388) 228 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:54.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:54 smithi008 bash[18503]: cluster 2024-05-03T11:00:53.414953+0000 mgr.y (mgr.14388) 229 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:54.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:54 smithi008 bash[23571]: audit 2024-05-03T11:00:53.270699+0000 mgr.y (mgr.14388) 228 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:54.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:54 smithi008 bash[23571]: cluster 2024-05-03T11:00:53.414953+0000 mgr.y (mgr.14388) 229 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:54.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:54 smithi143 bash[18601]: audit 2024-05-03T11:00:53.270699+0000 mgr.y (mgr.14388) 228 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:00:54.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:54 smithi143 bash[18601]: cluster 2024-05-03T11:00:53.414953+0000 mgr.y (mgr.14388) 229 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:56.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:56 smithi008 bash[18503]: cluster 2024-05-03T11:00:55.415885+0000 mgr.y (mgr.14388) 230 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:56.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:56 smithi008 bash[23571]: cluster 2024-05-03T11:00:55.415885+0000 mgr.y (mgr.14388) 230 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:56.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:56 smithi143 bash[18601]: cluster 2024-05-03T11:00:55.415885+0000 mgr.y (mgr.14388) 230 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:00:58.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:00:57 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:00:57] "GET /metrics HTTP/1.1" 200 214954 "" "Prometheus/2.33.4" 2024-05-03T11:00:58.766 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:00:58 smithi008 bash[23571]: cluster 2024-05-03T11:00:57.417795+0000 mgr.y (mgr.14388) 231 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:58.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:00:58 smithi008 bash[18503]: cluster 2024-05-03T11:00:57.417795+0000 mgr.y (mgr.14388) 231 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:00:58.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:00:58 smithi143 bash[18601]: cluster 2024-05-03T11:00:57.417795+0000 mgr.y (mgr.14388) 231 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:00.766 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:00 smithi008 bash[23571]: cluster 2024-05-03T11:00:59.418772+0000 mgr.y (mgr.14388) 232 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:00.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:00 smithi008 bash[18503]: cluster 2024-05-03T11:00:59.418772+0000 mgr.y (mgr.14388) 232 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:00.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:00 smithi143 bash[18601]: cluster 2024-05-03T11:00:59.418772+0000 mgr.y (mgr.14388) 232 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:02.097 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:01:01 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:01:02.766 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:02 smithi008 bash[23571]: cluster 2024-05-03T11:01:01.419573+0000 mgr.y (mgr.14388) 233 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:02.768 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:02 smithi008 bash[18503]: cluster 2024-05-03T11:01:01.419573+0000 mgr.y (mgr.14388) 233 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:02.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:02 smithi143 bash[18601]: cluster 2024-05-03T11:01:01.419573+0000 mgr.y (mgr.14388) 233 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:04.766 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:04 smithi008 bash[23571]: audit 2024-05-03T11:01:03.281846+0000 mgr.y (mgr.14388) 234 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:04.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:04 smithi008 bash[23571]: cluster 2024-05-03T11:01:03.421377+0000 mgr.y (mgr.14388) 235 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:04.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:04 smithi008 bash[18503]: audit 2024-05-03T11:01:03.281846+0000 mgr.y (mgr.14388) 234 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:04.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:04 smithi008 bash[18503]: cluster 2024-05-03T11:01:03.421377+0000 mgr.y (mgr.14388) 235 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:04.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:04 smithi143 bash[18601]: audit 2024-05-03T11:01:03.281846+0000 mgr.y (mgr.14388) 234 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:04.848 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:04 smithi143 bash[18601]: cluster 2024-05-03T11:01:03.421377+0000 mgr.y (mgr.14388) 235 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:06.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:06 smithi008 bash[18503]: cluster 2024-05-03T11:01:05.422207+0000 mgr.y (mgr.14388) 236 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:06.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:06 smithi008 bash[23571]: cluster 2024-05-03T11:01:05.422207+0000 mgr.y (mgr.14388) 236 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:06.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:06 smithi143 bash[18601]: cluster 2024-05-03T11:01:05.422207+0000 mgr.y (mgr.14388) 236 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:08.266 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:01:07 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:01:07] "GET /metrics HTTP/1.1" 200 214918 "" "Prometheus/2.33.4" 2024-05-03T11:01:08.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:08 smithi008 bash[18503]: cluster 2024-05-03T11:01:07.423918+0000 mgr.y (mgr.14388) 237 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:08.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:08 smithi008 bash[23571]: cluster 2024-05-03T11:01:07.423918+0000 mgr.y (mgr.14388) 237 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:08.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:08 smithi143 bash[18601]: cluster 2024-05-03T11:01:07.423918+0000 mgr.y (mgr.14388) 237 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:10.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:10 smithi008 bash[18503]: cluster 2024-05-03T11:01:09.424750+0000 mgr.y (mgr.14388) 238 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:10.770 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:10 smithi008 bash[23571]: cluster 2024-05-03T11:01:09.424750+0000 mgr.y (mgr.14388) 238 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:10.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:10 smithi143 bash[18601]: cluster 2024-05-03T11:01:09.424750+0000 mgr.y (mgr.14388) 238 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:12.097 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:01:11 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:01:12.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:12 smithi008 bash[18503]: cluster 2024-05-03T11:01:11.425547+0000 mgr.y (mgr.14388) 239 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:12.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:12 smithi008 bash[23571]: cluster 2024-05-03T11:01:11.425547+0000 mgr.y (mgr.14388) 239 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:12.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:12 smithi143 bash[18601]: cluster 2024-05-03T11:01:11.425547+0000 mgr.y (mgr.14388) 239 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:14.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:14 smithi008 bash[23571]: audit 2024-05-03T11:01:13.291165+0000 mgr.y (mgr.14388) 240 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:14.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:14 smithi008 bash[23571]: cluster 2024-05-03T11:01:13.427394+0000 mgr.y (mgr.14388) 241 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:14.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:14 smithi008 bash[18503]: audit 2024-05-03T11:01:13.291165+0000 mgr.y (mgr.14388) 240 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:14.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:14 smithi008 bash[18503]: cluster 2024-05-03T11:01:13.427394+0000 mgr.y (mgr.14388) 241 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:14.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:14 smithi143 bash[18601]: audit 2024-05-03T11:01:13.291165+0000 mgr.y (mgr.14388) 240 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:14.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:14 smithi143 bash[18601]: cluster 2024-05-03T11:01:13.427394+0000 mgr.y (mgr.14388) 241 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:16.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:16 smithi008 bash[18503]: cluster 2024-05-03T11:01:15.428190+0000 mgr.y (mgr.14388) 242 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:16.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:16 smithi008 bash[23571]: cluster 2024-05-03T11:01:15.428190+0000 mgr.y (mgr.14388) 242 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:16.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:16 smithi143 bash[18601]: cluster 2024-05-03T11:01:15.428190+0000 mgr.y (mgr.14388) 242 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:18.266 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:01:17 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:01:17] "GET /metrics HTTP/1.1" 200 214921 "" "Prometheus/2.33.4" 2024-05-03T11:01:18.766 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:18 smithi008 bash[23571]: cluster 2024-05-03T11:01:17.429904+0000 mgr.y (mgr.14388) 243 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:18.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:18 smithi008 bash[18503]: cluster 2024-05-03T11:01:17.429904+0000 mgr.y (mgr.14388) 243 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:18.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:18 smithi143 bash[18601]: cluster 2024-05-03T11:01:17.429904+0000 mgr.y (mgr.14388) 243 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:20.766 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:20 smithi008 bash[23571]: cluster 2024-05-03T11:01:19.430768+0000 mgr.y (mgr.14388) 244 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:20.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:20 smithi008 bash[18503]: cluster 2024-05-03T11:01:19.430768+0000 mgr.y (mgr.14388) 244 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:20.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:20 smithi143 bash[18601]: cluster 2024-05-03T11:01:19.430768+0000 mgr.y (mgr.14388) 244 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:22.097 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:01:21 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:01:22.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:22 smithi008 bash[18503]: cluster 2024-05-03T11:01:21.431556+0000 mgr.y (mgr.14388) 245 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:22.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:22 smithi008 bash[23571]: cluster 2024-05-03T11:01:21.431556+0000 mgr.y (mgr.14388) 245 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:22.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:22 smithi143 bash[18601]: cluster 2024-05-03T11:01:21.431556+0000 mgr.y (mgr.14388) 245 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:24.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:24 smithi008 bash[18503]: audit 2024-05-03T11:01:23.299148+0000 mgr.y (mgr.14388) 246 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:24.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:24 smithi008 bash[18503]: cluster 2024-05-03T11:01:23.433371+0000 mgr.y (mgr.14388) 247 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:24.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:24 smithi008 bash[23571]: audit 2024-05-03T11:01:23.299148+0000 mgr.y (mgr.14388) 246 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:24.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:24 smithi008 bash[23571]: cluster 2024-05-03T11:01:23.433371+0000 mgr.y (mgr.14388) 247 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:24.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:24 smithi143 bash[18601]: audit 2024-05-03T11:01:23.299148+0000 mgr.y (mgr.14388) 246 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:24.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:24 smithi143 bash[18601]: cluster 2024-05-03T11:01:23.433371+0000 mgr.y (mgr.14388) 247 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:26.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:26 smithi008 bash[18503]: cluster 2024-05-03T11:01:25.434294+0000 mgr.y (mgr.14388) 248 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:26.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:26 smithi008 bash[23571]: cluster 2024-05-03T11:01:25.434294+0000 mgr.y (mgr.14388) 248 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:26.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:26 smithi143 bash[18601]: cluster 2024-05-03T11:01:25.434294+0000 mgr.y (mgr.14388) 248 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:28.266 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:01:27 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:01:27] "GET /metrics HTTP/1.1" 200 214921 "" "Prometheus/2.33.4" 2024-05-03T11:01:28.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:28 smithi008 bash[18503]: cluster 2024-05-03T11:01:27.436080+0000 mgr.y (mgr.14388) 249 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:28.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:28 smithi008 bash[23571]: cluster 2024-05-03T11:01:27.436080+0000 mgr.y (mgr.14388) 249 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:28.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:28 smithi143 bash[18601]: cluster 2024-05-03T11:01:27.436080+0000 mgr.y (mgr.14388) 249 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:30.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:30 smithi008 bash[23571]: cluster 2024-05-03T11:01:29.436923+0000 mgr.y (mgr.14388) 250 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:30.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:30 smithi008 bash[18503]: cluster 2024-05-03T11:01:29.436923+0000 mgr.y (mgr.14388) 250 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:30.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:30 smithi143 bash[18601]: cluster 2024-05-03T11:01:29.436923+0000 mgr.y (mgr.14388) 250 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:32.097 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:01:31 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:01:32.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:32 smithi008 bash[18503]: cluster 2024-05-03T11:01:31.437688+0000 mgr.y (mgr.14388) 251 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:32.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:32 smithi008 bash[23571]: cluster 2024-05-03T11:01:31.437688+0000 mgr.y (mgr.14388) 251 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:32.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:32 smithi143 bash[18601]: cluster 2024-05-03T11:01:31.437688+0000 mgr.y (mgr.14388) 251 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:34.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:34 smithi008 bash[18503]: audit 2024-05-03T11:01:33.303619+0000 mgr.y (mgr.14388) 252 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:34.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:34 smithi008 bash[18503]: cluster 2024-05-03T11:01:33.439519+0000 mgr.y (mgr.14388) 253 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:34.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:34 smithi008 bash[23571]: audit 2024-05-03T11:01:33.303619+0000 mgr.y (mgr.14388) 252 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:34.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:34 smithi008 bash[23571]: cluster 2024-05-03T11:01:33.439519+0000 mgr.y (mgr.14388) 253 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:34.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:34 smithi143 bash[18601]: audit 2024-05-03T11:01:33.303619+0000 mgr.y (mgr.14388) 252 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:34.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:34 smithi143 bash[18601]: cluster 2024-05-03T11:01:33.439519+0000 mgr.y (mgr.14388) 253 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:35.723 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:35 smithi008 bash[18503]: audit 2024-05-03T11:01:35.434187+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T11:01:35.723 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:35 smithi008 bash[18503]: audit 2024-05-03T11:01:35.436302+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T11:01:35.723 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:35 smithi008 bash[23571]: audit 2024-05-03T11:01:35.434187+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T11:01:35.724 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:35 smithi008 bash[23571]: audit 2024-05-03T11:01:35.436302+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T11:01:35.736 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:35 smithi143 bash[18601]: audit 2024-05-03T11:01:35.434187+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-03T11:01:35.736 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:35 smithi143 bash[18601]: audit 2024-05-03T11:01:35.436302+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-03T11:01:37.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:36 smithi008 bash[18503]: cluster 2024-05-03T11:01:35.440282+0000 mgr.y (mgr.14388) 254 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:37.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:36 smithi008 bash[18503]: audit 2024-05-03T11:01:35.750041+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:01:37.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:36 smithi008 bash[23571]: cluster 2024-05-03T11:01:35.440282+0000 mgr.y (mgr.14388) 254 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:37.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:36 smithi008 bash[23571]: audit 2024-05-03T11:01:35.750041+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:01:37.097 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:36 smithi143 bash[18601]: cluster 2024-05-03T11:01:35.440282+0000 mgr.y (mgr.14388) 254 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:37.097 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:36 smithi143 bash[18601]: audit 2024-05-03T11:01:35.750041+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14388 ' entity='mgr.y' 2024-05-03T11:01:38.267 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:01:37 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:01:37] "GET /metrics HTTP/1.1" 200 214915 "" "Prometheus/2.33.4" 2024-05-03T11:01:39.016 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:38 smithi008 bash[23571]: cluster 2024-05-03T11:01:37.441990+0000 mgr.y (mgr.14388) 255 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:39.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:38 smithi008 bash[18503]: cluster 2024-05-03T11:01:37.441990+0000 mgr.y (mgr.14388) 255 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:39.097 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:38 smithi143 bash[18601]: cluster 2024-05-03T11:01:37.441990+0000 mgr.y (mgr.14388) 255 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:41.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:40 smithi008 bash[18503]: cluster 2024-05-03T11:01:39.442784+0000 mgr.y (mgr.14388) 256 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:41.017 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:40 smithi008 bash[23571]: cluster 2024-05-03T11:01:39.442784+0000 mgr.y (mgr.14388) 256 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:41.097 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:40 smithi143 bash[18601]: cluster 2024-05-03T11:01:39.442784+0000 mgr.y (mgr.14388) 256 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:42.097 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:01:41 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:01:42.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:42 smithi008 bash[18503]: cluster 2024-05-03T11:01:41.443523+0000 mgr.y (mgr.14388) 257 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:42.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:42 smithi008 bash[23571]: cluster 2024-05-03T11:01:41.443523+0000 mgr.y (mgr.14388) 257 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:42.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:42 smithi143 bash[18601]: cluster 2024-05-03T11:01:41.443523+0000 mgr.y (mgr.14388) 257 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:44.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:44 smithi008 bash[18503]: audit 2024-05-03T11:01:43.314911+0000 mgr.y (mgr.14388) 258 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:44.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:44 smithi008 bash[18503]: cluster 2024-05-03T11:01:43.445315+0000 mgr.y (mgr.14388) 259 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:44.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:44 smithi008 bash[23571]: audit 2024-05-03T11:01:43.314911+0000 mgr.y (mgr.14388) 258 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:44.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:44 smithi008 bash[23571]: cluster 2024-05-03T11:01:43.445315+0000 mgr.y (mgr.14388) 259 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:44.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:44 smithi143 bash[18601]: audit 2024-05-03T11:01:43.314911+0000 mgr.y (mgr.14388) 258 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:44.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:44 smithi143 bash[18601]: cluster 2024-05-03T11:01:43.445315+0000 mgr.y (mgr.14388) 259 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:46.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:46 smithi008 bash[18503]: cluster 2024-05-03T11:01:45.446113+0000 mgr.y (mgr.14388) 260 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:46.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:46 smithi008 bash[18503]: audit 2024-05-03T11:01:46.231833+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T11:01:46.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:46 smithi008 bash[18503]: audit 2024-05-03T11:01:46.232808+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T11:01:46.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:46 smithi008 bash[18503]: audit 2024-05-03T11:01:46.238984+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T11:01:46.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:46 smithi008 bash[18503]: audit 2024-05-03T11:01:46.239876+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T11:01:46.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:46 smithi008 bash[23571]: cluster 2024-05-03T11:01:45.446113+0000 mgr.y (mgr.14388) 260 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:46.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:46 smithi008 bash[23571]: audit 2024-05-03T11:01:46.231833+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T11:01:46.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:46 smithi008 bash[23571]: audit 2024-05-03T11:01:46.232808+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T11:01:46.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:46 smithi008 bash[23571]: audit 2024-05-03T11:01:46.238984+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T11:01:46.768 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:46 smithi008 bash[23571]: audit 2024-05-03T11:01:46.239876+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T11:01:46.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:46 smithi143 bash[18601]: cluster 2024-05-03T11:01:45.446113+0000 mgr.y (mgr.14388) 260 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:46.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:46 smithi143 bash[18601]: audit 2024-05-03T11:01:46.231833+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T11:01:46.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:46 smithi143 bash[18601]: audit 2024-05-03T11:01:46.232808+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-05-03T11:01:46.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:46 smithi143 bash[18601]: audit 2024-05-03T11:01:46.238984+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14388 172.21.15.8:0/912759905' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T11:01:46.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:46 smithi143 bash[18601]: audit 2024-05-03T11:01:46.239876+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14388 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-05-03T11:01:48.266 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:01:47 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:01:47] "GET /metrics HTTP/1.1" 200 214922 "" "Prometheus/2.33.4" 2024-05-03T11:01:48.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:48 smithi008 bash[18503]: cluster 2024-05-03T11:01:47.447917+0000 mgr.y (mgr.14388) 261 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:48.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:48 smithi008 bash[23571]: cluster 2024-05-03T11:01:47.447917+0000 mgr.y (mgr.14388) 261 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:48.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:48 smithi143 bash[18601]: cluster 2024-05-03T11:01:47.447917+0000 mgr.y (mgr.14388) 261 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:50.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:50 smithi008 bash[18503]: cluster 2024-05-03T11:01:49.448706+0000 mgr.y (mgr.14388) 262 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:50.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:50 smithi008 bash[23571]: cluster 2024-05-03T11:01:49.448706+0000 mgr.y (mgr.14388) 262 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:50.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:50 smithi143 bash[18601]: cluster 2024-05-03T11:01:49.448706+0000 mgr.y (mgr.14388) 262 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:52.097 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:01:51 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:01:52.221 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph orch ps' 2024-05-03T11:01:52.517 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:52 smithi008 bash[18503]: cluster 2024-05-03T11:01:51.449432+0000 mgr.y (mgr.14388) 263 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:52.517 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:52 smithi008 bash[23571]: cluster 2024-05-03T11:01:51.449432+0000 mgr.y (mgr.14388) 263 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:52.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:52 smithi143 bash[18601]: cluster 2024-05-03T11:01:51.449432+0000 mgr.y (mgr.14388) 263 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:54.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:54 smithi008 bash[18503]: audit 2024-05-03T11:01:53.323016+0000 mgr.y (mgr.14388) 264 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:54.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:54 smithi008 bash[18503]: cluster 2024-05-03T11:01:53.450548+0000 mgr.y (mgr.14388) 265 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:54.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:54 smithi008 bash[23571]: audit 2024-05-03T11:01:53.323016+0000 mgr.y (mgr.14388) 264 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:54.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:54 smithi008 bash[23571]: cluster 2024-05-03T11:01:53.450548+0000 mgr.y (mgr.14388) 265 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:54.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:54 smithi143 bash[18601]: audit 2024-05-03T11:01:53.323016+0000 mgr.y (mgr.14388) 264 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:01:54.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:54 smithi143 bash[18601]: cluster 2024-05-03T11:01:53.450548+0000 mgr.y (mgr.14388) 265 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:55.075 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-03T11:01:55.075 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.a smithi008 *:9093,9094 running (4m) 3m ago 5m 12.9M - ba2b418f427c 942f279b040e 2024-05-03T11:01:55.075 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.a smithi143 *:3000 running (5m) 3m ago 5m 43.1M - 8.3.5 dad864ee21e9 a8bd24e8f420 2024-05-03T11:01:55.075 INFO:teuthology.orchestra.run.smithi008.stdout:iscsi.foo.smithi008.osyiag smithi008 running (3m) 3m ago 3m 63.3M - 3.5 e1d6a67b021e b4c253b440af 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.x smithi143 *:8443 running (11m) 3m ago 11m 399M - 17.2.0 e1d6a67b021e 5c4f6bff54b2 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.y smithi008 *:9283 running (12m) 3m ago 12m 445M - 17.2.0 e1d6a67b021e 6251b2dbfaf9 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:mon.a smithi008 running (12m) 3m ago 13m 43.3M 2048M 17.2.0 e1d6a67b021e d991804396cb 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:mon.b smithi143 running (11m) 3m ago 11m 38.2M 2048M 17.2.0 e1d6a67b021e 6d98187eeaa5 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:mon.c smithi008 running (11m) 3m ago 11m 34.8M 2048M 17.2.0 e1d6a67b021e 90bd9bf556d8 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.a smithi008 *:9100 running (5m) 3m ago 5m 8928k - 1dbe0e931976 23819cf95311 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.b smithi143 *:9100 running (5m) 3m ago 5m 9207k - 1dbe0e931976 f405e3d7d73e 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (10m) 3m ago 10m 50.2M 4061M 17.2.0 e1d6a67b021e 3283edc52ef7 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (10m) 3m ago 10m 50.8M 4061M 17.2.0 e1d6a67b021e 10b1dc20519d 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (9m) 3m ago 9m 46.2M 4061M 17.2.0 e1d6a67b021e 5ca8203c855a 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (8m) 3m ago 9m 48.3M 4061M 17.2.0 e1d6a67b021e 90d0c105e39f 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi143 running (8m) 3m ago 8m 49.3M 4316M 17.2.0 e1d6a67b021e 026eb97d7753 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi143 running (7m) 3m ago 7m 45.9M 4316M 17.2.0 e1d6a67b021e b0e1bb5cb045 2024-05-03T11:01:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi143 running (7m) 3m ago 7m 45.3M 4316M 17.2.0 e1d6a67b021e 53a2c37de3e4 2024-05-03T11:01:55.077 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi143 running (6m) 3m ago 6m 47.5M 4316M 17.2.0 e1d6a67b021e 9ab12fef92d6 2024-05-03T11:01:55.077 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.a smithi143 *:9095 running (4m) 3m ago 5m 45.0M - 514e6a882f6e 1bf4051439d6 2024-05-03T11:01:55.077 INFO:teuthology.orchestra.run.smithi008.stdout:rgw.foo.smithi008.vadwcp smithi008 *:8000 running (3m) 3m ago 3m 81.7M - 17.2.0 e1d6a67b021e 7d971676b8b5 2024-05-03T11:01:55.077 INFO:teuthology.orchestra.run.smithi008.stdout:rgw.foo.smithi143.qiqgjj smithi143 *:8000 running (3m) 3m ago 3m 81.3M - 17.2.0 e1d6a67b021e 198b75fc5ce9 2024-05-03T11:01:55.077 INFO:teuthology.orchestra.run.smithi008.stdout:rgw.smpl.smithi008.ujbgrk smithi008 *:80 running (3m) 3m ago 3m 81.7M - 17.2.0 e1d6a67b021e cf6cd94d2cc2 2024-05-03T11:01:55.077 INFO:teuthology.orchestra.run.smithi008.stdout:rgw.smpl.smithi143.jpumip smithi143 *:80 running (3m) 3m ago 3m 81.2M - 17.2.0 e1d6a67b021e 5b43b5b3fc88 2024-05-03T11:01:55.694 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph versions' 2024-05-03T11:01:56.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:56 smithi008 bash[18503]: audit 2024-05-03T11:01:55.053002+0000 mgr.y (mgr.14388) 266 : audit [DBG] from='client.15003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:01:56.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:56 smithi008 bash[18503]: cluster 2024-05-03T11:01:55.451273+0000 mgr.y (mgr.14388) 267 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:56.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:56 smithi008 bash[23571]: audit 2024-05-03T11:01:55.053002+0000 mgr.y (mgr.14388) 266 : audit [DBG] from='client.15003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:01:56.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:56 smithi008 bash[23571]: cluster 2024-05-03T11:01:55.451273+0000 mgr.y (mgr.14388) 267 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:56.846 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:56 smithi143 bash[18601]: audit 2024-05-03T11:01:55.053002+0000 mgr.y (mgr.14388) 266 : audit [DBG] from='client.15003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:01:56.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:56 smithi143 bash[18601]: cluster 2024-05-03T11:01:55.451273+0000 mgr.y (mgr.14388) 267 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:01:58.266 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:01:57 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:01:57] "GET /metrics HTTP/1.1" 200 214922 "" "Prometheus/2.33.4" 2024-05-03T11:01:58.404 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-05-03T11:01:58.404 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": {}, 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: "rgw": { 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-05-03T11:01:58.405 INFO:teuthology.orchestra.run.smithi008.stdout: } 2024-05-03T11:01:58.406 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-05-03T11:01:58.766 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:58 smithi008 bash[23571]: cluster 2024-05-03T11:01:57.453108+0000 mgr.y (mgr.14388) 268 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:58.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:01:58 smithi008 bash[23571]: audit 2024-05-03T11:01:58.405577+0000 mon.c (mon.1) 126 : audit [DBG] from='client.? 172.21.15.8:0/3715283063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-05-03T11:01:58.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:58 smithi008 bash[18503]: cluster 2024-05-03T11:01:57.453108+0000 mgr.y (mgr.14388) 268 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:58.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:01:58 smithi008 bash[18503]: audit 2024-05-03T11:01:58.405577+0000 mon.c (mon.1) 126 : audit [DBG] from='client.? 172.21.15.8:0/3715283063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-05-03T11:01:58.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:58 smithi143 bash[18601]: cluster 2024-05-03T11:01:57.453108+0000 mgr.y (mgr.14388) 268 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:01:58.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:01:58 smithi143 bash[18601]: audit 2024-05-03T11:01:58.405577+0000 mon.c (mon.1) 126 : audit [DBG] from='client.? 172.21.15.8:0/3715283063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-05-03T11:01:59.074 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph orch upgrade status' 2024-05-03T11:02:00.678 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:00 smithi008 bash[23571]: cluster 2024-05-03T11:01:59.453887+0000 mgr.y (mgr.14388) 269 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:00.679 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:00 smithi008 bash[18503]: cluster 2024-05-03T11:01:59.453887+0000 mgr.y (mgr.14388) 269 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:00.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:00 smithi143 bash[18601]: cluster 2024-05-03T11:01:59.453887+0000 mgr.y (mgr.14388) 269 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:01.711 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-05-03T11:02:01.711 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d", 2024-05-03T11:02:01.711 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2024-05-03T11:02:01.711 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2024-05-03T11:02:01.711 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "", 2024-05-03T11:02:01.711 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "Error: UPGRADE_FAILED_PULL: Upgrade: failed to pull target image" 2024-05-03T11:02:01.711 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-05-03T11:02:02.096 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:02:01 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:02:02.400 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph health detail' 2024-05-03T11:02:02.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:02 smithi008 bash[18503]: cluster 2024-05-03T11:02:01.454609+0000 mgr.y (mgr.14388) 270 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:02.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:02 smithi008 bash[18503]: audit 2024-05-03T11:02:01.711583+0000 mgr.y (mgr.14388) 271 : audit [DBG] from='client.24922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:02:02.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:02 smithi008 bash[23571]: cluster 2024-05-03T11:02:01.454609+0000 mgr.y (mgr.14388) 270 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:02.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:02 smithi008 bash[23571]: audit 2024-05-03T11:02:01.711583+0000 mgr.y (mgr.14388) 271 : audit [DBG] from='client.24922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:02:02.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:02 smithi143 bash[18601]: cluster 2024-05-03T11:02:01.454609+0000 mgr.y (mgr.14388) 270 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:02.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:02 smithi143 bash[18601]: audit 2024-05-03T11:02:01.711583+0000 mgr.y (mgr.14388) 271 : audit [DBG] from='client.24922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-05-03T11:02:04.762 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:04 smithi008 bash[23571]: audit 2024-05-03T11:02:03.331727+0000 mgr.y (mgr.14388) 272 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:02:04.762 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:04 smithi008 bash[23571]: cluster 2024-05-03T11:02:03.455596+0000 mgr.y (mgr.14388) 273 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:02:04.762 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:04 smithi008 bash[18503]: audit 2024-05-03T11:02:03.331727+0000 mgr.y (mgr.14388) 272 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:02:04.762 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:04 smithi008 bash[18503]: cluster 2024-05-03T11:02:03.455596+0000 mgr.y (mgr.14388) 273 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:02:04.846 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:04 smithi143 bash[18601]: audit 2024-05-03T11:02:03.331727+0000 mgr.y (mgr.14388) 272 : audit [DBG] from='client.14817 -' entity='client.iscsi.foo.smithi008.osyiag' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-05-03T11:02:04.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:04 smithi143 bash[18601]: cluster 2024-05-03T11:02:03.455596+0000 mgr.y (mgr.14388) 273 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:02:05.168 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_WARN Upgrade: failed to pull target image 2024-05-03T11:02:05.168 INFO:teuthology.orchestra.run.smithi008.stdout:[WRN] UPGRADE_FAILED_PULL: Upgrade: failed to pull target image 2024-05-03T11:02:05.168 INFO:teuthology.orchestra.run.smithi008.stdout: host smithi008 `cephadm pull` failed: cephadm exited with an error code: 1, stderr: Pulling container image quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T11:02:05.168 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T11:02:05.168 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/docker: stderr Error response from daemon: manifest for quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d not found: manifest unknown: manifest unknown 2024-05-03T11:02:05.168 INFO:teuthology.orchestra.run.smithi008.stdout:ERROR: Failed command: /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T11:02:05.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:05 smithi008 bash[18503]: audit 2024-05-03T11:02:05.169001+0000 mon.c (mon.1) 127 : audit [DBG] from='client.? 172.21.15.8:0/2808109834' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-05-03T11:02:05.831 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:05 smithi008 bash[23571]: audit 2024-05-03T11:02:05.169001+0000 mon.c (mon.1) 127 : audit [DBG] from='client.? 172.21.15.8:0/2808109834' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-05-03T11:02:05.832 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-05-03T11:02:05.846 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:05 smithi143 bash[18601]: audit 2024-05-03T11:02:05.169001+0000 mon.c (mon.1) 127 : audit [DBG] from='client.? 172.21.15.8:0/2808109834' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-05-03T11:02:06.802 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:06 smithi008 bash[23571]: cluster 2024-05-03T11:02:05.456517+0000 mgr.y (mgr.14388) 274 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:06.802 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:06 smithi008 bash[18503]: cluster 2024-05-03T11:02:05.456517+0000 mgr.y (mgr.14388) 274 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:06.846 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:06 smithi143 bash[18601]: cluster 2024-05-03T11:02:05.456517+0000 mgr.y (mgr.14388) 274 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:08.215 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:02:07 smithi008 bash[18759]: ::ffff:172.21.15.143 - - [03/May/2024:11:02:07] "GET /metrics HTTP/1.1" 200 214926 "" "Prometheus/2.33.4" 2024-05-03T11:02:08.678 INFO:teuthology.orchestra.run.smithi008.stdout:true 2024-05-03T11:02:08.829 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:08 smithi008 bash[18503]: cluster 2024-05-03T11:02:07.458419+0000 mgr.y (mgr.14388) 275 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:02:08.829 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:08 smithi008 bash[23571]: cluster 2024-05-03T11:02:07.458419+0000 mgr.y (mgr.14388) 275 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:02:08.846 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:08 smithi143 bash[18601]: cluster 2024-05-03T11:02:07.458419+0000 mgr.y (mgr.14388) 275 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-05-03T11:02:09.283 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-05-03T11:02:09.766 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:09 smithi008 bash[18503]: audit 2024-05-03T11:02:08.666417+0000 mon.c (mon.1) 128 : audit [DBG] from='client.? 172.21.15.8:0/1526945918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-05-03T11:02:09.767 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:09 smithi008 bash[23571]: audit 2024-05-03T11:02:08.666417+0000 mon.c (mon.1) 128 : audit [DBG] from='client.? 172.21.15.8:0/1526945918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-05-03T11:02:09.846 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:09 smithi143 bash[18601]: audit 2024-05-03T11:02:08.666417+0000 mon.c (mon.1) 128 : audit [DBG] from='client.? 172.21.15.8:0/1526945918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-05-03T11:02:10.847 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:10 smithi143 bash[18601]: cluster 2024-05-03T11:02:09.458960+0000 mgr.y (mgr.14388) 276 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:10.947 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:10 smithi008 bash[18503]: cluster 2024-05-03T11:02:09.458960+0000 mgr.y (mgr.14388) 276 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:10.948 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:10 smithi008 bash[23571]: cluster 2024-05-03T11:02:09.458960+0000 mgr.y (mgr.14388) 276 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:12.096 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:02:11 smithi143 bash[19278]: ::ffff:172.21.15.143 - - [03/May/2024:11:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-05-03T11:02:12.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T11:02:12.662 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1475, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi008 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | keys\'"\'"\' | grep $sha1\'' 2024-05-03T11:02:12.868 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9d39059bb5d54a7a8de955dc1bcd9afe Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1475, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi008 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | keys\'"\'"\' | grep $sha1\'' 2024-05-03T11:02:12.870 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-03T11:02:12.880 INFO:tasks.cephadm:Teardown begin 2024-05-03T11:02:12.881 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-03T11:02:12.886 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:12 smithi143 bash[18601]: cluster 2024-05-03T11:02:11.459693+0000 mgr.y (mgr.14388) 277 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:12.886 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:12 smithi143 bash[18601]: audit 2024-05-03T11:02:12.045569+0000 mon.c (mon.1) 129 : audit [DBG] from='client.? 172.21.15.8:0/1885835800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-05-03T11:02:12.886 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:12 smithi008 bash[18503]: cluster 2024-05-03T11:02:11.459693+0000 mgr.y (mgr.14388) 277 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:12.887 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:12 smithi008 bash[18503]: audit 2024-05-03T11:02:12.045569+0000 mon.c (mon.1) 129 : audit [DBG] from='client.? 172.21.15.8:0/1885835800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-05-03T11:02:12.887 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:12 smithi008 bash[23571]: cluster 2024-05-03T11:02:11.459693+0000 mgr.y (mgr.14388) 277 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-05-03T11:02:12.887 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:12 smithi008 bash[23571]: audit 2024-05-03T11:02:12.045569+0000 mon.c (mon.1) 129 : audit [DBG] from='client.? 172.21.15.8:0/1885835800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-05-03T11:02:12.901 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-03T11:02:12.916 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-03T11:02:12.916 DEBUG:teuthology.orchestra.run.smithi008:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-03T11:02:12.950 DEBUG:teuthology.orchestra.run.smithi143:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-03T11:02:12.961 INFO:tasks.cephadm:Stopping all daemons... 2024-05-03T11:02:12.961 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-03T11:02:12.961 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.a 2024-05-03T11:02:13.266 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:13 smithi008 systemd[1]: Stopping Ceph mon.a for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:02:13.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:13 smithi008 bash[51533]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-mon.a 2024-05-03T11:02:13.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:13 smithi008 bash[18503]: debug 2024-05-03T11:02:13.115+0000 7f87bd728700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-03T11:02:13.267 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 03 11:02:13 smithi008 bash[18503]: debug 2024-05-03T11:02:13.115+0000 7f87bd728700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-05-03T11:02:13.942 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.a.service' 2024-05-03T11:02:13.982 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:02:13.982 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-03T11:02:13.983 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-05-03T11:02:13.983 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.c 2024-05-03T11:02:14.220 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:14 smithi008 systemd[1]: Stopping Ceph mon.c for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:02:14.220 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:14 smithi008 bash[51592]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-mon.c 2024-05-03T11:02:14.221 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:14 smithi008 bash[23571]: debug 2024-05-03T11:02:14.143+0000 7f376bc0d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-03T11:02:14.221 INFO:journalctl@ceph.mon.c.smithi008.stdout:May 03 11:02:14 smithi008 bash[23571]: debug 2024-05-03T11:02:14.143+0000 7f376bc0d700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-05-03T11:02:14.931 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.c.service' 2024-05-03T11:02:14.962 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:02:14.962 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-05-03T11:02:14.963 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-05-03T11:02:14.963 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.b 2024-05-03T11:02:15.347 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:14 smithi143 systemd[1]: Stopping Ceph mon.b for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:02:15.347 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:15 smithi143 bash[37536]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-mon.b 2024-05-03T11:02:15.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:15 smithi143 bash[18601]: debug 2024-05-03T11:02:15.110+0000 7f98fc887700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-03T11:02:15.348 INFO:journalctl@ceph.mon.b.smithi143.stdout:May 03 11:02:15 smithi143 bash[18601]: debug 2024-05-03T11:02:15.110+0000 7f98fc887700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-05-03T11:02:16.174 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mon.b.service' 2024-05-03T11:02:16.211 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:02:16.212 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-05-03T11:02:16.212 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-05-03T11:02:16.212 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mgr.y 2024-05-03T11:02:16.516 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:02:16 smithi008 systemd[1]: Stopping Ceph mgr.y for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:02:16.517 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:02:16 smithi008 bash[51650]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-mgr.y 2024-05-03T11:02:16.517 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:02:16 smithi008 bash[18759]: debug 2024-05-03T11:02:16.319+0000 7f7d8e81d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-03T11:02:16.517 INFO:journalctl@ceph.mgr.y.smithi008.stdout:May 03 11:02:16 smithi008 bash[18759]: debug 2024-05-03T11:02:16.319+0000 7f7d8e81d700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-03T11:02:17.074 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mgr.y.service' 2024-05-03T11:02:17.104 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:02:17.104 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-05-03T11:02:17.104 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-05-03T11:02:17.105 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mgr.x 2024-05-03T11:02:17.475 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:02:17 smithi143 systemd[1]: Stopping Ceph mgr.x for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:02:17.475 INFO:journalctl@ceph.mgr.x.smithi143.stdout:May 03 11:02:17 smithi143 bash[37597]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-mgr.x 2024-05-03T11:02:18.007 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@mgr.x.service' 2024-05-03T11:02:18.036 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:02:18.036 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-05-03T11:02:18.036 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-03T11:02:18.036 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.0 2024-05-03T11:02:18.516 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 11:02:18 smithi008 systemd[1]: Stopping Ceph osd.0 for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:02:18.517 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 11:02:18 smithi008 bash[51710]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.0 2024-05-03T11:02:18.517 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 11:02:18 smithi008 bash[26176]: debug 2024-05-03T11:02:18.159+0000 7f1ddd307700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-03T11:02:18.517 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 11:02:18 smithi008 bash[26176]: debug 2024-05-03T11:02:18.159+0000 7f1ddd307700 -1 osd.0 96 *** Got signal Terminated *** 2024-05-03T11:02:18.517 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 11:02:18 smithi008 bash[26176]: debug 2024-05-03T11:02:18.159+0000 7f1ddd307700 -1 osd.0 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-03T11:02:24.516 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 11:02:24 smithi008 bash[51719]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd-0 2024-05-03T11:02:24.517 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 03 11:02:24 smithi008 bash[51758]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.0 2024-05-03T11:02:25.983 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.0.service' 2024-05-03T11:02:26.013 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:02:26.013 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-03T11:02:26.014 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-03T11:02:26.014 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.1 2024-05-03T11:02:26.266 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 11:02:26 smithi008 systemd[1]: Stopping Ceph osd.1 for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:02:26.267 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 11:02:26 smithi008 bash[51866]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.1 2024-05-03T11:02:26.267 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 11:02:26 smithi008 bash[29156]: debug 2024-05-03T11:02:26.175+0000 7efe9bfce700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-03T11:02:26.267 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 11:02:26 smithi008 bash[29156]: debug 2024-05-03T11:02:26.175+0000 7efe9bfce700 -1 osd.1 96 *** Got signal Terminated *** 2024-05-03T11:02:26.267 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 11:02:26 smithi008 bash[29156]: debug 2024-05-03T11:02:26.175+0000 7efe9bfce700 -1 osd.1 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-03T11:02:32.517 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 11:02:32 smithi008 bash[51875]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd-1 2024-05-03T11:02:32.518 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 03 11:02:32 smithi008 bash[51915]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.1 2024-05-03T11:02:34.084 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.1.service' 2024-05-03T11:02:34.115 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:02:34.115 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-03T11:02:34.116 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-03T11:02:34.116 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.2 2024-05-03T11:02:34.516 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 11:02:34 smithi008 systemd[1]: Stopping Ceph osd.2 for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:02:34.517 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 11:02:34 smithi008 bash[52023]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.2 2024-05-03T11:02:34.517 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 11:02:34 smithi008 bash[32153]: debug 2024-05-03T11:02:34.279+0000 7f6bf4159700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-03T11:02:34.517 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 11:02:34 smithi008 bash[32153]: debug 2024-05-03T11:02:34.279+0000 7f6bf4159700 -1 osd.2 96 *** Got signal Terminated *** 2024-05-03T11:02:34.517 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 11:02:34 smithi008 bash[32153]: debug 2024-05-03T11:02:34.279+0000 7f6bf4159700 -1 osd.2 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-03T11:02:40.352 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 11:02:40 smithi008 bash[52031]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd-2 2024-05-03T11:02:40.695 INFO:journalctl@ceph.osd.2.smithi008.stdout:May 03 11:02:40 smithi008 bash[52069]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.2 2024-05-03T11:02:42.034 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.2.service' 2024-05-03T11:02:42.066 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:02:42.066 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-03T11:02:42.067 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-05-03T11:02:42.067 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.3 2024-05-03T11:02:42.516 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 11:02:42 smithi008 systemd[1]: Stopping Ceph osd.3 for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:02:42.517 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 11:02:42 smithi008 bash[52181]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.3 2024-05-03T11:02:42.517 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 11:02:42 smithi008 bash[35217]: debug 2024-05-03T11:02:42.211+0000 7f0954955700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-03T11:02:42.517 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 11:02:42 smithi008 bash[35217]: debug 2024-05-03T11:02:42.211+0000 7f0954955700 -1 osd.3 96 *** Got signal Terminated *** 2024-05-03T11:02:42.517 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 11:02:42 smithi008 bash[35217]: debug 2024-05-03T11:02:42.211+0000 7f0954955700 -1 osd.3 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-03T11:02:46.018 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 11:02:45 smithi008 bash[35217]: debug 2024-05-03T11:02:45.647+0000 7f094faed700 -1 osd.3 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:20.649247+0000 front 2024-05-03T11:02:20.649586+0000 (oldest deadline 2024-05-03T11:02:45.349471+0000) 2024-05-03T11:02:46.596 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:46 smithi143 bash[21482]: debug 2024-05-03T11:02:46.277+0000 7fa1608b4700 -1 osd.4 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.852872+0000 front 2024-05-03T11:02:21.853041+0000 (oldest deadline 2024-05-03T11:02:45.352551+0000) 2024-05-03T11:02:47.016 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 11:02:46 smithi008 bash[35217]: debug 2024-05-03T11:02:46.683+0000 7f094faed700 -1 osd.3 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:20.649247+0000 front 2024-05-03T11:02:20.649586+0000 (oldest deadline 2024-05-03T11:02:45.349471+0000) 2024-05-03T11:02:47.294 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:46 smithi143 bash[27489]: debug 2024-05-03T11:02:46.861+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:47.596 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:47 smithi143 bash[21482]: debug 2024-05-03T11:02:47.301+0000 7fa1608b4700 -1 osd.4 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.852872+0000 front 2024-05-03T11:02:21.853041+0000 (oldest deadline 2024-05-03T11:02:45.352551+0000) 2024-05-03T11:02:47.597 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:47 smithi143 bash[24451]: debug 2024-05-03T11:02:47.401+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:48.279 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:47 smithi143 bash[30488]: debug 2024-05-03T11:02:47.905+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:02:48.280 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:47 smithi143 bash[27489]: debug 2024-05-03T11:02:47.861+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:48.516 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 11:02:48 smithi008 bash[52191]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd-3 2024-05-03T11:02:48.516 INFO:journalctl@ceph.osd.3.smithi008.stdout:May 03 11:02:48 smithi008 bash[52229]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.3 2024-05-03T11:02:48.597 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:48 smithi143 bash[21482]: debug 2024-05-03T11:02:48.285+0000 7fa1608b4700 -1 osd.4 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.852872+0000 front 2024-05-03T11:02:21.853041+0000 (oldest deadline 2024-05-03T11:02:45.352551+0000) 2024-05-03T11:02:48.597 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:48 smithi143 bash[24451]: debug 2024-05-03T11:02:48.377+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:49.096 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:48 smithi143 bash[27489]: debug 2024-05-03T11:02:48.845+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:49.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:48 smithi143 bash[30488]: debug 2024-05-03T11:02:48.869+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:02:49.596 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:49 smithi143 bash[21482]: debug 2024-05-03T11:02:49.249+0000 7fa1608b4700 -1 osd.4 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.852872+0000 front 2024-05-03T11:02:21.853041+0000 (oldest deadline 2024-05-03T11:02:45.352551+0000) 2024-05-03T11:02:49.597 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:49 smithi143 bash[24451]: debug 2024-05-03T11:02:49.377+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:49.976 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.3.service' 2024-05-03T11:02:50.007 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:02:50.007 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-05-03T11:02:50.007 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-05-03T11:02:50.008 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.4 2024-05-03T11:02:50.143 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:49 smithi143 bash[27489]: debug 2024-05-03T11:02:49.853+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:50.144 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:49 smithi143 bash[30488]: debug 2024-05-03T11:02:49.913+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:02:50.144 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:50 smithi143 systemd[1]: Stopping Ceph osd.4 for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:02:50.144 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:50 smithi143 bash[37659]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.4 2024-05-03T11:02:50.346 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:50 smithi143 bash[21482]: debug 2024-05-03T11:02:50.149+0000 7fa162f17700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-03T11:02:50.347 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:50 smithi143 bash[21482]: debug 2024-05-03T11:02:50.149+0000 7fa162f17700 -1 osd.4 96 *** Got signal Terminated *** 2024-05-03T11:02:50.347 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:50 smithi143 bash[21482]: debug 2024-05-03T11:02:50.149+0000 7fa162f17700 -1 osd.4 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-03T11:02:50.347 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:50 smithi143 bash[21482]: debug 2024-05-03T11:02:50.213+0000 7fa1608b4700 -1 osd.4 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.852872+0000 front 2024-05-03T11:02:21.853041+0000 (oldest deadline 2024-05-03T11:02:45.352551+0000) 2024-05-03T11:02:50.801 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:50 smithi143 bash[24451]: debug 2024-05-03T11:02:50.413+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:51.096 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:50 smithi143 bash[27489]: debug 2024-05-03T11:02:50.809+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:51.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:50 smithi143 bash[30488]: debug 2024-05-03T11:02:50.929+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:02:51.596 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:51 smithi143 bash[21482]: debug 2024-05-03T11:02:51.201+0000 7fa1608b4700 -1 osd.4 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.852872+0000 front 2024-05-03T11:02:21.853041+0000 (oldest deadline 2024-05-03T11:02:45.352551+0000) 2024-05-03T11:02:51.597 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:51 smithi143 bash[24451]: debug 2024-05-03T11:02:51.409+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:52.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:51 smithi143 bash[27489]: debug 2024-05-03T11:02:51.809+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:52.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:51 smithi143 bash[30488]: debug 2024-05-03T11:02:51.889+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:02:52.596 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:52 smithi143 bash[21482]: debug 2024-05-03T11:02:52.237+0000 7fa1608b4700 -1 osd.4 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.852872+0000 front 2024-05-03T11:02:21.853041+0000 (oldest deadline 2024-05-03T11:02:45.352551+0000) 2024-05-03T11:02:52.597 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:52 smithi143 bash[24451]: debug 2024-05-03T11:02:52.365+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:53.096 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:52 smithi143 bash[27489]: debug 2024-05-03T11:02:52.845+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:53.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:52 smithi143 bash[30488]: debug 2024-05-03T11:02:52.853+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:02:53.596 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:53 smithi143 bash[21482]: debug 2024-05-03T11:02:53.229+0000 7fa1608b4700 -1 osd.4 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.852872+0000 front 2024-05-03T11:02:21.853041+0000 (oldest deadline 2024-05-03T11:02:45.352551+0000) 2024-05-03T11:02:53.597 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:53 smithi143 bash[24451]: debug 2024-05-03T11:02:53.325+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:53.597 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:53 smithi143 bash[24451]: debug 2024-05-03T11:02:53.325+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.675104+0000 front 2024-05-03T11:02:28.675074+0000 (oldest deadline 2024-05-03T11:02:52.774941+0000) 2024-05-03T11:02:54.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:53 smithi143 bash[27489]: debug 2024-05-03T11:02:53.885+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:54.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:53 smithi143 bash[30488]: debug 2024-05-03T11:02:53.841+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:02:54.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:53 smithi143 bash[30488]: debug 2024-05-03T11:02:53.841+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:02:54.597 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:54 smithi143 bash[24451]: debug 2024-05-03T11:02:54.369+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:54.597 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:54 smithi143 bash[24451]: debug 2024-05-03T11:02:54.369+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.675104+0000 front 2024-05-03T11:02:28.675074+0000 (oldest deadline 2024-05-03T11:02:52.774941+0000) 2024-05-03T11:02:54.597 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:54 smithi143 bash[21482]: debug 2024-05-03T11:02:54.273+0000 7fa1608b4700 -1 osd.4 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.852872+0000 front 2024-05-03T11:02:21.853041+0000 (oldest deadline 2024-05-03T11:02:45.352551+0000) 2024-05-03T11:02:54.597 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:54 smithi143 bash[21482]: debug 2024-05-03T11:02:54.273+0000 7fa1608b4700 -1 osd.4 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:29.355085+0000 front 2024-05-03T11:02:29.354927+0000 (oldest deadline 2024-05-03T11:02:54.054704+0000) 2024-05-03T11:02:55.346 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:54 smithi143 bash[27489]: debug 2024-05-03T11:02:54.873+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:55.347 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:54 smithi143 bash[30488]: debug 2024-05-03T11:02:54.857+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:02:55.347 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:54 smithi143 bash[30488]: debug 2024-05-03T11:02:54.857+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:02:55.754 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:55 smithi143 bash[24451]: debug 2024-05-03T11:02:55.405+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:55.754 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:55 smithi143 bash[24451]: debug 2024-05-03T11:02:55.405+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.675104+0000 front 2024-05-03T11:02:28.675074+0000 (oldest deadline 2024-05-03T11:02:52.774941+0000) 2024-05-03T11:02:56.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:55 smithi143 bash[30488]: debug 2024-05-03T11:02:55.825+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:02:56.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:55 smithi143 bash[30488]: debug 2024-05-03T11:02:55.825+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:02:56.098 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:55 smithi143 bash[27489]: debug 2024-05-03T11:02:55.905+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:56.597 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:56 smithi143 bash[37668]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd-4 2024-05-03T11:02:56.597 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:56 smithi143 bash[37704]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.4 2024-05-03T11:02:56.597 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:56 smithi143 bash[24451]: debug 2024-05-03T11:02:56.449+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:56.597 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:56 smithi143 bash[24451]: debug 2024-05-03T11:02:56.449+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.675104+0000 front 2024-05-03T11:02:28.675074+0000 (oldest deadline 2024-05-03T11:02:52.774941+0000) 2024-05-03T11:02:57.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:56 smithi143 bash[30488]: debug 2024-05-03T11:02:56.781+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:02:57.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:56 smithi143 bash[30488]: debug 2024-05-03T11:02:56.781+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:02:57.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:56 smithi143 bash[27489]: debug 2024-05-03T11:02:56.905+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:57.098 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:56 smithi143 bash[27489]: debug 2024-05-03T11:02:56.905+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:02:57.743 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:57 smithi143 bash[24451]: debug 2024-05-03T11:02:57.497+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:57.744 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:57 smithi143 bash[24451]: debug 2024-05-03T11:02:57.497+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.675104+0000 front 2024-05-03T11:02:28.675074+0000 (oldest deadline 2024-05-03T11:02:52.774941+0000) 2024-05-03T11:02:58.021 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:57 smithi143 bash[30488]: debug 2024-05-03T11:02:57.749+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:02:58.022 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:57 smithi143 bash[30488]: debug 2024-05-03T11:02:57.749+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:02:58.022 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:57 smithi143 bash[27489]: debug 2024-05-03T11:02:57.933+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:58.022 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:57 smithi143 bash[27489]: debug 2024-05-03T11:02:57.933+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:02:58.693 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.4.service' 2024-05-03T11:02:58.704 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:58 smithi143 systemd[1]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.4.service: Deactivated successfully. 2024-05-03T11:02:58.704 INFO:journalctl@ceph.osd.4.smithi143.stdout:May 03 11:02:58 smithi143 systemd[1]: Stopped Ceph osd.4 for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T11:02:58.704 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:58 smithi143 bash[24451]: debug 2024-05-03T11:02:58.457+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:58.704 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:58 smithi143 bash[24451]: debug 2024-05-03T11:02:58.457+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.675104+0000 front 2024-05-03T11:02:28.675074+0000 (oldest deadline 2024-05-03T11:02:52.774941+0000) 2024-05-03T11:02:58.723 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:02:58.723 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-05-03T11:02:58.723 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-05-03T11:02:58.723 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.5 2024-05-03T11:02:59.096 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:58 smithi143 bash[27489]: debug 2024-05-03T11:02:58.893+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:02:59.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:58 smithi143 bash[27489]: debug 2024-05-03T11:02:58.893+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:02:59.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:58 smithi143 bash[30488]: debug 2024-05-03T11:02:58.757+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:02:59.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:58 smithi143 bash[30488]: debug 2024-05-03T11:02:58.757+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:02:59.098 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:58 smithi143 systemd[1]: Stopping Ceph osd.5 for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:02:59.098 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:58 smithi143 bash[37813]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.5 2024-05-03T11:02:59.098 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:58 smithi143 bash[24451]: debug 2024-05-03T11:02:58.905+0000 7f29f557b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-03T11:02:59.098 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:58 smithi143 bash[24451]: debug 2024-05-03T11:02:58.905+0000 7f29f557b700 -1 osd.5 96 *** Got signal Terminated *** 2024-05-03T11:02:59.098 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:58 smithi143 bash[24451]: debug 2024-05-03T11:02:58.905+0000 7f29f557b700 -1 osd.5 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-03T11:02:59.767 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:59 smithi143 bash[24451]: debug 2024-05-03T11:02:59.409+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:02:59.767 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:02:59 smithi143 bash[24451]: debug 2024-05-03T11:02:59.409+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.675104+0000 front 2024-05-03T11:02:28.675074+0000 (oldest deadline 2024-05-03T11:02:52.774941+0000) 2024-05-03T11:03:00.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:59 smithi143 bash[30488]: debug 2024-05-03T11:02:59.773+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:00.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:02:59 smithi143 bash[30488]: debug 2024-05-03T11:02:59.773+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:00.098 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:59 smithi143 bash[27489]: debug 2024-05-03T11:02:59.901+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:00.098 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:02:59 smithi143 bash[27489]: debug 2024-05-03T11:02:59.901+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:00.771 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:00 smithi143 bash[24451]: debug 2024-05-03T11:03:00.440+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:03:00.772 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:00 smithi143 bash[24451]: debug 2024-05-03T11:03:00.440+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.675104+0000 front 2024-05-03T11:02:28.675074+0000 (oldest deadline 2024-05-03T11:02:52.774941+0000) 2024-05-03T11:03:01.096 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:00 smithi143 bash[30488]: debug 2024-05-03T11:03:00.776+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:01.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:00 smithi143 bash[30488]: debug 2024-05-03T11:03:00.776+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:01.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:00 smithi143 bash[27489]: debug 2024-05-03T11:03:00.880+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:01.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:00 smithi143 bash[27489]: debug 2024-05-03T11:03:00.880+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:01.767 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:01 smithi143 bash[24451]: debug 2024-05-03T11:03:01.484+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:03:01.767 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:01 smithi143 bash[24451]: debug 2024-05-03T11:03:01.484+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.675104+0000 front 2024-05-03T11:02:28.675074+0000 (oldest deadline 2024-05-03T11:02:52.774941+0000) 2024-05-03T11:03:02.096 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:01 smithi143 bash[30488]: debug 2024-05-03T11:03:01.772+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:02.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:01 smithi143 bash[30488]: debug 2024-05-03T11:03:01.772+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:02.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:01 smithi143 bash[27489]: debug 2024-05-03T11:03:01.904+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:02.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:01 smithi143 bash[27489]: debug 2024-05-03T11:03:01.904+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:02.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:01 smithi143 bash[27489]: debug 2024-05-03T11:03:01.904+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:37.297163+0000 front 2024-05-03T11:02:37.297275+0000 (oldest deadline 2024-05-03T11:03:01.897946+0000) 2024-05-03T11:03:02.810 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:02 smithi143 bash[24451]: debug 2024-05-03T11:03:02.512+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:03:02.811 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:02 smithi143 bash[24451]: debug 2024-05-03T11:03:02.512+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.675104+0000 front 2024-05-03T11:02:28.675074+0000 (oldest deadline 2024-05-03T11:02:52.774941+0000) 2024-05-03T11:03:03.096 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:02 smithi143 bash[27489]: debug 2024-05-03T11:03:02.912+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:03.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:02 smithi143 bash[27489]: debug 2024-05-03T11:03:02.912+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:03.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:02 smithi143 bash[27489]: debug 2024-05-03T11:03:02.912+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:37.297163+0000 front 2024-05-03T11:02:37.297275+0000 (oldest deadline 2024-05-03T11:03:01.897946+0000) 2024-05-03T11:03:03.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:02 smithi143 bash[30488]: debug 2024-05-03T11:03:02.816+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:03.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:02 smithi143 bash[30488]: debug 2024-05-03T11:03:02.816+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:03.846 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:03 smithi143 bash[30488]: debug 2024-05-03T11:03:03.768+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:03.847 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:03 smithi143 bash[30488]: debug 2024-05-03T11:03:03.768+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:03.847 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:03 smithi143 bash[24451]: debug 2024-05-03T11:03:03.528+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:21.673949+0000 front 2024-05-03T11:02:21.673853+0000 (oldest deadline 2024-05-03T11:02:46.973551+0000) 2024-05-03T11:03:03.847 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:03 smithi143 bash[24451]: debug 2024-05-03T11:03:03.528+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.675104+0000 front 2024-05-03T11:02:28.675074+0000 (oldest deadline 2024-05-03T11:02:52.774941+0000) 2024-05-03T11:03:03.847 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:03 smithi143 bash[24451]: debug 2024-05-03T11:03:03.528+0000 7f29f0f14700 -1 osd.5 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.476548+0000 front 2024-05-03T11:02:34.476414+0000 (oldest deadline 2024-05-03T11:03:03.276881+0000) 2024-05-03T11:03:04.281 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:03 smithi143 bash[27489]: debug 2024-05-03T11:03:03.956+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:04.281 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:03 smithi143 bash[27489]: debug 2024-05-03T11:03:03.956+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:04.281 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:03 smithi143 bash[27489]: debug 2024-05-03T11:03:03.956+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:37.297163+0000 front 2024-05-03T11:02:37.297275+0000 (oldest deadline 2024-05-03T11:03:01.897946+0000) 2024-05-03T11:03:05.096 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:04 smithi143 bash[37821]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd-5 2024-05-03T11:03:05.097 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:04 smithi143 bash[37861]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.5 2024-05-03T11:03:05.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:05 smithi143 bash[27489]: debug 2024-05-03T11:03:04.936+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:05.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:05 smithi143 bash[27489]: debug 2024-05-03T11:03:04.936+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:05.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:05 smithi143 bash[27489]: debug 2024-05-03T11:03:04.936+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:37.297163+0000 front 2024-05-03T11:02:37.297275+0000 (oldest deadline 2024-05-03T11:03:01.897946+0000) 2024-05-03T11:03:05.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:04 smithi143 bash[30488]: debug 2024-05-03T11:03:04.800+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:05.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:04 smithi143 bash[30488]: debug 2024-05-03T11:03:04.800+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:05.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:04 smithi143 bash[30488]: debug 2024-05-03T11:03:04.800+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:06.090 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:05 smithi143 bash[27489]: debug 2024-05-03T11:03:05.908+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:06.091 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:05 smithi143 bash[27489]: debug 2024-05-03T11:03:05.908+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:06.091 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:05 smithi143 bash[27489]: debug 2024-05-03T11:03:05.908+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:37.297163+0000 front 2024-05-03T11:02:37.297275+0000 (oldest deadline 2024-05-03T11:03:01.897946+0000) 2024-05-03T11:03:06.091 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:05 smithi143 bash[30488]: debug 2024-05-03T11:03:05.836+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:06.091 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:05 smithi143 bash[30488]: debug 2024-05-03T11:03:05.836+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:06.091 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:05 smithi143 bash[30488]: debug 2024-05-03T11:03:05.836+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:07.094 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.5.service' 2024-05-03T11:03:07.105 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:07 smithi143 systemd[1]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.5.service: Deactivated successfully. 2024-05-03T11:03:07.105 INFO:journalctl@ceph.osd.5.smithi143.stdout:May 03 11:03:07 smithi143 systemd[1]: Stopped Ceph osd.5 for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T11:03:07.105 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:06 smithi143 bash[27489]: debug 2024-05-03T11:03:06.892+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:07.106 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:06 smithi143 bash[27489]: debug 2024-05-03T11:03:06.892+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:07.106 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:06 smithi143 bash[27489]: debug 2024-05-03T11:03:06.892+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:37.297163+0000 front 2024-05-03T11:02:37.297275+0000 (oldest deadline 2024-05-03T11:03:01.897946+0000) 2024-05-03T11:03:07.106 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:06 smithi143 bash[30488]: debug 2024-05-03T11:03:06.856+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:07.106 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:06 smithi143 bash[30488]: debug 2024-05-03T11:03:06.856+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:07.106 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:06 smithi143 bash[30488]: debug 2024-05-03T11:03:06.856+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:07.123 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:03:07.123 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-05-03T11:03:07.123 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-05-03T11:03:07.124 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.6 2024-05-03T11:03:07.346 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:07 smithi143 systemd[1]: Stopping Ceph osd.6 for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:03:07.347 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:07 smithi143 bash[37970]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.6 2024-05-03T11:03:07.347 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:07 smithi143 bash[27489]: debug 2024-05-03T11:03:07.312+0000 7f5a67d22700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-03T11:03:07.347 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:07 smithi143 bash[27489]: debug 2024-05-03T11:03:07.312+0000 7f5a67d22700 -1 osd.6 96 *** Got signal Terminated *** 2024-05-03T11:03:07.347 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:07 smithi143 bash[27489]: debug 2024-05-03T11:03:07.312+0000 7f5a67d22700 -1 osd.6 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-03T11:03:08.096 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:07 smithi143 bash[27489]: debug 2024-05-03T11:03:07.920+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:08.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:07 smithi143 bash[27489]: debug 2024-05-03T11:03:07.920+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:08.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:07 smithi143 bash[27489]: debug 2024-05-03T11:03:07.920+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:37.297163+0000 front 2024-05-03T11:02:37.297275+0000 (oldest deadline 2024-05-03T11:03:01.897946+0000) 2024-05-03T11:03:08.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:07 smithi143 bash[27489]: debug 2024-05-03T11:03:07.920+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:41.898963+0000 front 2024-05-03T11:02:41.898917+0000 (oldest deadline 2024-05-03T11:03:07.798666+0000) 2024-05-03T11:03:08.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:07 smithi143 bash[30488]: debug 2024-05-03T11:03:07.820+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:08.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:07 smithi143 bash[30488]: debug 2024-05-03T11:03:07.820+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:08.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:07 smithi143 bash[30488]: debug 2024-05-03T11:03:07.820+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:09.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:08 smithi143 bash[27489]: debug 2024-05-03T11:03:08.956+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:09.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:08 smithi143 bash[27489]: debug 2024-05-03T11:03:08.956+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:09.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:08 smithi143 bash[27489]: debug 2024-05-03T11:03:08.956+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:37.297163+0000 front 2024-05-03T11:02:37.297275+0000 (oldest deadline 2024-05-03T11:03:01.897946+0000) 2024-05-03T11:03:09.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:08 smithi143 bash[27489]: debug 2024-05-03T11:03:08.956+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:41.898963+0000 front 2024-05-03T11:02:41.898917+0000 (oldest deadline 2024-05-03T11:03:07.798666+0000) 2024-05-03T11:03:09.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:08 smithi143 bash[30488]: debug 2024-05-03T11:03:08.788+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:09.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:08 smithi143 bash[30488]: debug 2024-05-03T11:03:08.788+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:09.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:08 smithi143 bash[30488]: debug 2024-05-03T11:03:08.788+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:10.096 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:09 smithi143 bash[27489]: debug 2024-05-03T11:03:09.948+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:10.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:09 smithi143 bash[27489]: debug 2024-05-03T11:03:09.948+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:10.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:09 smithi143 bash[27489]: debug 2024-05-03T11:03:09.948+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:37.297163+0000 front 2024-05-03T11:02:37.297275+0000 (oldest deadline 2024-05-03T11:03:01.897946+0000) 2024-05-03T11:03:10.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:09 smithi143 bash[27489]: debug 2024-05-03T11:03:09.948+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:41.898963+0000 front 2024-05-03T11:02:41.898917+0000 (oldest deadline 2024-05-03T11:03:07.798666+0000) 2024-05-03T11:03:10.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:09 smithi143 bash[30488]: debug 2024-05-03T11:03:09.764+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:10.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:09 smithi143 bash[30488]: debug 2024-05-03T11:03:09.764+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:10.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:09 smithi143 bash[30488]: debug 2024-05-03T11:03:09.764+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:10.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:09 smithi143 bash[30488]: debug 2024-05-03T11:03:09.764+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:44.030827+0000 front 2024-05-03T11:02:44.030841+0000 (oldest deadline 2024-05-03T11:03:09.330695+0000) 2024-05-03T11:03:11.096 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:10 smithi143 bash[27489]: debug 2024-05-03T11:03:10.964+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:11.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:10 smithi143 bash[27489]: debug 2024-05-03T11:03:10.964+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:11.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:10 smithi143 bash[27489]: debug 2024-05-03T11:03:10.964+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:37.297163+0000 front 2024-05-03T11:02:37.297275+0000 (oldest deadline 2024-05-03T11:03:01.897946+0000) 2024-05-03T11:03:11.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:10 smithi143 bash[27489]: debug 2024-05-03T11:03:10.964+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:41.898963+0000 front 2024-05-03T11:02:41.898917+0000 (oldest deadline 2024-05-03T11:03:07.798666+0000) 2024-05-03T11:03:11.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:10 smithi143 bash[30488]: debug 2024-05-03T11:03:10.804+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:11.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:10 smithi143 bash[30488]: debug 2024-05-03T11:03:10.804+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:11.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:10 smithi143 bash[30488]: debug 2024-05-03T11:03:10.804+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:11.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:10 smithi143 bash[30488]: debug 2024-05-03T11:03:10.804+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:44.030827+0000 front 2024-05-03T11:02:44.030841+0000 (oldest deadline 2024-05-03T11:03:09.330695+0000) 2024-05-03T11:03:12.096 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:11 smithi143 bash[27489]: debug 2024-05-03T11:03:11.972+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:22.292029+0000 front 2024-05-03T11:02:22.291891+0000 (oldest deadline 2024-05-03T11:02:46.392151+0000) 2024-05-03T11:03:12.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:11 smithi143 bash[27489]: debug 2024-05-03T11:03:11.972+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:28.594765+0000 front 2024-05-03T11:02:28.594712+0000 (oldest deadline 2024-05-03T11:02:56.195483+0000) 2024-05-03T11:03:12.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:11 smithi143 bash[27489]: debug 2024-05-03T11:03:11.972+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:37.297163+0000 front 2024-05-03T11:02:37.297275+0000 (oldest deadline 2024-05-03T11:03:01.897946+0000) 2024-05-03T11:03:12.097 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:11 smithi143 bash[27489]: debug 2024-05-03T11:03:11.972+0000 7f5a646bd700 -1 osd.6 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:41.898963+0000 front 2024-05-03T11:02:41.898917+0000 (oldest deadline 2024-05-03T11:03:07.798666+0000) 2024-05-03T11:03:12.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:11 smithi143 bash[30488]: debug 2024-05-03T11:03:11.796+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:12.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:11 smithi143 bash[30488]: debug 2024-05-03T11:03:11.796+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:12.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:11 smithi143 bash[30488]: debug 2024-05-03T11:03:11.796+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:12.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:11 smithi143 bash[30488]: debug 2024-05-03T11:03:11.796+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:44.030827+0000 front 2024-05-03T11:02:44.030841+0000 (oldest deadline 2024-05-03T11:03:09.330695+0000) 2024-05-03T11:03:13.096 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:12 smithi143 bash[30488]: debug 2024-05-03T11:03:12.768+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:13.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:12 smithi143 bash[30488]: debug 2024-05-03T11:03:12.768+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:13.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:12 smithi143 bash[30488]: debug 2024-05-03T11:03:12.768+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:13.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:12 smithi143 bash[30488]: debug 2024-05-03T11:03:12.768+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:44.030827+0000 front 2024-05-03T11:02:44.030841+0000 (oldest deadline 2024-05-03T11:03:09.330695+0000) 2024-05-03T11:03:13.596 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:13 smithi143 bash[37979]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd-6 2024-05-03T11:03:13.597 INFO:journalctl@ceph.osd.6.smithi143.stdout:May 03 11:03:13 smithi143 bash[38020]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.6 2024-05-03T11:03:14.096 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:13 smithi143 bash[30488]: debug 2024-05-03T11:03:13.736+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:14.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:13 smithi143 bash[30488]: debug 2024-05-03T11:03:13.736+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:14.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:13 smithi143 bash[30488]: debug 2024-05-03T11:03:13.736+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:14.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:13 smithi143 bash[30488]: debug 2024-05-03T11:03:13.736+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:44.030827+0000 front 2024-05-03T11:02:44.030841+0000 (oldest deadline 2024-05-03T11:03:09.330695+0000) 2024-05-03T11:03:15.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:14 smithi143 bash[30488]: debug 2024-05-03T11:03:14.728+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:15.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:14 smithi143 bash[30488]: debug 2024-05-03T11:03:14.728+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:15.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:14 smithi143 bash[30488]: debug 2024-05-03T11:03:14.728+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:15.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:14 smithi143 bash[30488]: debug 2024-05-03T11:03:14.728+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:44.030827+0000 front 2024-05-03T11:02:44.030841+0000 (oldest deadline 2024-05-03T11:03:09.330695+0000) 2024-05-03T11:03:15.421 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.6.service' 2024-05-03T11:03:15.448 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:03:15.448 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-05-03T11:03:15.448 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-05-03T11:03:15.448 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.7 2024-05-03T11:03:15.748 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:15 smithi143 systemd[1]: Stopping Ceph osd.7 for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:03:15.748 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:15 smithi143 bash[38128]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.7 2024-05-03T11:03:15.748 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:15 smithi143 bash[30488]: debug 2024-05-03T11:03:15.624+0000 7f1345660700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-03T11:03:15.748 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:15 smithi143 bash[30488]: debug 2024-05-03T11:03:15.624+0000 7f1345660700 -1 osd.7 96 *** Got signal Terminated *** 2024-05-03T11:03:15.748 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:15 smithi143 bash[30488]: debug 2024-05-03T11:03:15.624+0000 7f1345660700 -1 osd.7 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-03T11:03:16.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:15 smithi143 bash[30488]: debug 2024-05-03T11:03:15.752+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:16.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:15 smithi143 bash[30488]: debug 2024-05-03T11:03:15.752+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:16.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:15 smithi143 bash[30488]: debug 2024-05-03T11:03:15.752+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:16.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:15 smithi143 bash[30488]: debug 2024-05-03T11:03:15.752+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:44.030827+0000 front 2024-05-03T11:02:44.030841+0000 (oldest deadline 2024-05-03T11:03:09.330695+0000) 2024-05-03T11:03:17.096 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:16 smithi143 bash[30488]: debug 2024-05-03T11:03:16.724+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:17.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:16 smithi143 bash[30488]: debug 2024-05-03T11:03:16.724+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:17.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:16 smithi143 bash[30488]: debug 2024-05-03T11:03:16.724+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:17.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:16 smithi143 bash[30488]: debug 2024-05-03T11:03:16.724+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:44.030827+0000 front 2024-05-03T11:02:44.030841+0000 (oldest deadline 2024-05-03T11:03:09.330695+0000) 2024-05-03T11:03:18.096 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:17 smithi143 bash[30488]: debug 2024-05-03T11:03:17.720+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:18.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:17 smithi143 bash[30488]: debug 2024-05-03T11:03:17.720+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:18.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:17 smithi143 bash[30488]: debug 2024-05-03T11:03:17.720+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:18.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:17 smithi143 bash[30488]: debug 2024-05-03T11:03:17.720+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:44.030827+0000 front 2024-05-03T11:02:44.030841+0000 (oldest deadline 2024-05-03T11:03:09.330695+0000) 2024-05-03T11:03:19.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:18 smithi143 bash[30488]: debug 2024-05-03T11:03:18.696+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:19.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:18 smithi143 bash[30488]: debug 2024-05-03T11:03:18.696+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:19.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:18 smithi143 bash[30488]: debug 2024-05-03T11:03:18.696+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:19.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:18 smithi143 bash[30488]: debug 2024-05-03T11:03:18.696+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:44.030827+0000 front 2024-05-03T11:02:44.030841+0000 (oldest deadline 2024-05-03T11:03:09.330695+0000) 2024-05-03T11:03:19.098 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:18 smithi143 bash[30488]: debug 2024-05-03T11:03:18.696+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.143:6804 osd.4 since back 2024-05-03T11:02:53.932710+0000 front 2024-05-03T11:02:53.932743+0000 (oldest deadline 2024-05-03T11:03:18.032463+0000) 2024-05-03T11:03:20.096 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:19 smithi143 bash[30488]: debug 2024-05-03T11:03:19.692+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-03T11:02:23.026982+0000 front 2024-05-03T11:02:23.026542+0000 (oldest deadline 2024-05-03T11:02:47.726633+0000) 2024-05-03T11:03:20.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:19 smithi143 bash[30488]: debug 2024-05-03T11:03:19.692+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2024-05-03T11:02:27.727372+0000 front 2024-05-03T11:02:27.727588+0000 (oldest deadline 2024-05-03T11:02:53.027212+0000) 2024-05-03T11:03:20.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:19 smithi143 bash[30488]: debug 2024-05-03T11:03:19.692+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2024-05-03T11:02:34.629652+0000 front 2024-05-03T11:02:34.629610+0000 (oldest deadline 2024-05-03T11:03:04.030049+0000) 2024-05-03T11:03:20.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:19 smithi143 bash[30488]: debug 2024-05-03T11:03:19.692+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2024-05-03T11:02:44.030827+0000 front 2024-05-03T11:02:44.030841+0000 (oldest deadline 2024-05-03T11:03:09.330695+0000) 2024-05-03T11:03:20.097 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:19 smithi143 bash[30488]: debug 2024-05-03T11:03:19.692+0000 7f13417fa700 -1 osd.7 96 heartbeat_check: no reply from 172.21.15.143:6804 osd.4 since back 2024-05-03T11:02:53.932710+0000 front 2024-05-03T11:02:53.932743+0000 (oldest deadline 2024-05-03T11:03:18.032463+0000) 2024-05-03T11:03:22.006 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:21 smithi143 bash[38137]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd-7 2024-05-03T11:03:22.007 INFO:journalctl@ceph.osd.7.smithi143.stdout:May 03 11:03:21 smithi143 bash[38176]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-osd.7 2024-05-03T11:03:23.462 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@osd.7.service' 2024-05-03T11:03:23.491 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:03:23.491 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-05-03T11:03:23.491 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-05-03T11:03:23.491 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-92aee8a6-093a-11ef-bc97-c7b262605968@prometheus.a 2024-05-03T11:03:23.846 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 systemd[1]: Stopping Ceph prometheus.a for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:03:23.847 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[38286]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-prometheus.a 2024-05-03T11:03:23.847 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[34353]: ts=2024-05-03T11:03:23.667Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-05-03T11:03:23.847 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[34353]: ts=2024-05-03T11:03:23.667Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-05-03T11:03:23.847 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[34353]: ts=2024-05-03T11:03:23.667Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-05-03T11:03:23.847 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[34353]: ts=2024-05-03T11:03:23.667Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-05-03T11:03:23.847 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[34353]: ts=2024-05-03T11:03:23.667Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-05-03T11:03:23.847 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[34353]: ts=2024-05-03T11:03:23.667Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-05-03T11:03:23.848 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[34353]: ts=2024-05-03T11:03:23.667Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-05-03T11:03:23.848 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[34353]: ts=2024-05-03T11:03:23.667Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-05-03T11:03:23.848 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[34353]: ts=2024-05-03T11:03:23.667Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-05-03T11:03:23.848 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[34353]: ts=2024-05-03T11:03:23.668Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-05-03T11:03:23.848 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[34353]: ts=2024-05-03T11:03:23.668Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-05-03T11:03:23.848 INFO:journalctl@ceph.prometheus.a.smithi143.stdout:May 03 11:03:23 smithi143 bash[34353]: ts=2024-05-03T11:03:23.668Z caller=main.go:1066 level=info msg="See you next time!" 2024-05-03T11:03:24.364 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-92aee8a6-093a-11ef-bc97-c7b262605968@prometheus.a.service' 2024-05-03T11:03:24.392 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-03T11:03:24.393 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-05-03T11:03:24.393 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-03T11:03:27.410 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:27 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:27.411 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:27 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:27.667 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:27 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:27.668 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:27 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:28.016 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:27 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:28.016 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:27 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:28.310 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:28 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:28.310 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:28 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:28.311 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:28 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:28.311 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:28 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:28.599 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:28 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:28.599 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:28 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:28.925 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:28 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:28.925 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:28 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:28.926 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:28 smithi008 systemd[1]: Stopping Ceph node-exporter.a for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:03:28.926 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:28 smithi008 bash[52550]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-node-exporter.a 2024-05-03T11:03:29.766 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:29 smithi008 bash[52560]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-node-exporter-a 2024-05-03T11:03:29.766 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:29 smithi008 bash[52595]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-node-exporter.a 2024-05-03T11:03:29.767 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:29 smithi008 systemd[1]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-05-03T11:03:29.767 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:29 smithi008 systemd[1]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-05-03T11:03:29.767 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:29 smithi008 systemd[1]: Stopped Ceph node-exporter.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T11:03:30.090 INFO:journalctl@ceph.node-exporter.a.smithi008.stdout:May 03 11:03:29 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:30.090 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:29 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:03:30.091 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:29 smithi008 systemd[1]: Stopping Ceph alertmanager.a for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:03:30.091 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:29 smithi008 bash[52634]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-alertmanager.a 2024-05-03T11:03:30.091 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:30 smithi008 bash[42193]: level=info ts=2024-05-03T11:03:30.016Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-05-03T11:03:30.766 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:30 smithi008 bash[52642]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-alertmanager-a 2024-05-03T11:03:30.767 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:30 smithi008 bash[52677]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-alertmanager.a 2024-05-03T11:03:30.767 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:30 smithi008 systemd[1]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-05-03T11:03:30.767 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:30 smithi008 systemd[1]: Stopped Ceph alertmanager.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T11:03:31.266 INFO:journalctl@ceph.alertmanager.a.smithi008.stdout:May 03 11:03:30 smithi008 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:04.643 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-03T11:04:07.704 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:07 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:07.705 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:07 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:08.003 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:07 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:08.004 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:07 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:08.004 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:07 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:08.004 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:07 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:08.257 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:08 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:08.258 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:08 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:08.576 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:08 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:08.576 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:08 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:08.846 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:08 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:08.846 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:08 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:08.847 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:08 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:08.847 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:08 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:09.164 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:08 smithi143 systemd[1]: Stopping Ceph node-exporter.b for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:04:09.164 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:08 smithi143 bash[38553]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-node-exporter.b 2024-05-03T11:04:09.830 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:09 smithi143 bash[38562]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-node-exporter-b 2024-05-03T11:04:09.831 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:09 smithi143 bash[38596]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-node-exporter.b 2024-05-03T11:04:09.831 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:09 smithi143 systemd[1]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-05-03T11:04:09.831 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:09 smithi143 systemd[1]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-05-03T11:04:09.831 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:09 smithi143 systemd[1]: Stopped Ceph node-exporter.b for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T11:04:10.096 INFO:journalctl@ceph.node-exporter.b.smithi143.stdout:May 03 11:04:09 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:10.096 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:09 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:10.097 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:09 smithi143 systemd[1]: Stopping Ceph grafana.a for 92aee8a6-093a-11ef-bc97-c7b262605968... 2024-05-03T11:04:10.097 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:09 smithi143 bash[38634]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-grafana.a 2024-05-03T11:04:10.097 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:10 smithi143 bash[33742]: t=2024-05-03T11:04:10+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-05-03T11:04:10.846 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:10 smithi143 bash[38643]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-grafana-a 2024-05-03T11:04:10.846 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:10 smithi143 bash[38678]: Error response from daemon: No such container: ceph-92aee8a6-093a-11ef-bc97-c7b262605968-grafana.a 2024-05-03T11:04:10.847 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:10 smithi143 systemd[1]: ceph-92aee8a6-093a-11ef-bc97-c7b262605968@grafana.a.service: Deactivated successfully. 2024-05-03T11:04:10.847 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:10 smithi143 systemd[1]: Stopped Ceph grafana.a for 92aee8a6-093a-11ef-bc97-c7b262605968. 2024-05-03T11:04:11.346 INFO:journalctl@ceph.grafana.a.smithi143.stdout:May 03 11:04:10 smithi143 systemd[1]: /etc/systemd/system/ceph-92aee8a6-093a-11ef-bc97-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-03T11:04:33.372 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-03T11:04:33.387 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-03T11:04:33.400 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-03T11:04:33.402 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313/remote/smithi008/crash 2024-05-03T11:04:33.403 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/crash -- . 2024-05-03T11:04:33.440 INFO:teuthology.orchestra.run.smithi008.stderr:tar: /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T11:04:33.440 INFO:teuthology.orchestra.run.smithi008.stderr:tar: Error is not recoverable: exiting now 2024-05-03T11:04:33.442 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313/remote/smithi143/crash 2024-05-03T11:04:33.443 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/crash -- . 2024-05-03T11:04:33.455 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T11:04:33.455 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2024-05-03T11:04:33.456 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-03T11:04:33.457 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-03T11:04:33.500 INFO:tasks.cephadm:Compressing logs... 2024-05-03T11:04:33.500 DEBUG:teuthology.orchestra.run.smithi008:> 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-05-03T11:04:33.542 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-03T11:04:33.552 INFO:teuthology.orchestra.run.smithi008.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-03T11:04:33.556 INFO:teuthology.orchestra.run.smithi143.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-03T11:04:33.561 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T11:04:33.561 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-client.rgw.smpl.smithi143.jpumip.log 2024-05-03T11:04:33.562 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.7.log 2024-05-03T11:04:33.563 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-client.rgw.smpl.smithi143.jpumip.log: gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.6.log 2024-05-03T11:04:33.563 INFO:teuthology.orchestra.run.smithi143.stderr: 62.7% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-client.rgw.smpl.smithi143.jpumip.log.gz 2024-05-03T11:04:33.564 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-03T11:04:33.565 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.5.log 2024-05-03T11:04:33.565 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.cephadm.log: 80.1% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-03T11:04:33.565 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mgr.x.log 2024-05-03T11:04:33.565 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.log 2024-05-03T11:04:33.565 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.5.log: /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-03T11:04:33.569 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-03T11:04:33.569 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-03T11:04:33.569 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.audit.log: 87.7% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-03T11:04:33.569 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.4.log 2024-05-03T11:04:33.571 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T11:04:33.571 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mgr.y.log 2024-05-03T11:04:33.571 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-03T11:04:33.571 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-03T11:04:33.571 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-03T11:04:33.571 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.2.log: /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-03T11:04:33.571 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.3.log 2024-05-03T11:04:33.572 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-03T11:04:33.572 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.3.log: /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-client.rgw.foo.smithi008.vadwcp.log 2024-05-03T11:04:33.572 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.1.log: 88.6% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-03T11:04:33.572 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-client.rgw.smpl.smithi008.ujbgrk.log 2024-05-03T11:04:33.572 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-client.rgw.foo.smithi008.vadwcp.log: 62.7% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-client.rgw.foo.smithi008.vadwcp.log.gz 2024-05-03T11:04:33.575 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mon.b.log: 90.1% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-03T11:04:33.575 INFO:teuthology.orchestra.run.smithi143.stderr: 89.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T11:04:33.575 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-client.rgw.foo.smithi143.qiqgjj.log 2024-05-03T11:04:33.575 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.4.log: /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-client.rgw.foo.smithi143.qiqgjj.log: 62.6% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-client.rgw.foo.smithi143.qiqgjj.log.gz 2024-05-03T11:04:33.575 INFO:teuthology.orchestra.run.smithi143.stderr: 90.5% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-03T11:04:33.575 INFO:teuthology.orchestra.run.smithi143.stderr: 91.4% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mgr.x.log.gz 2024-05-03T11:04:33.575 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/tcmu-runner.log 2024-05-03T11:04:33.576 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-client.rgw.smpl.smithi008.ujbgrk.log: 62.5% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-client.rgw.smpl.smithi008.ujbgrk.log.gz 2024-05-03T11:04:33.576 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.log 2024-05-03T11:04:33.576 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/tcmu-runner.log: 66.2% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/tcmu-runner.log.gz 2024-05-03T11:04:33.576 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-03T11:04:33.577 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.log: 93.0% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-03T11:04:33.578 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mon.c.log 2024-05-03T11:04:33.578 INFO:teuthology.orchestra.run.smithi008.stderr: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T11:04:33.579 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-03T11:04:33.590 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mon.c.log: /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.audit.log: 93.8% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-03T11:04:33.591 INFO:teuthology.orchestra.run.smithi008.stderr: 90.8% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-03T11:04:33.725 INFO:teuthology.orchestra.run.smithi143.stderr: 92.5% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-03T11:04:33.758 INFO:teuthology.orchestra.run.smithi008.stderr: 89.1% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mgr.y.log.gz 2024-05-03T11:04:33.868 INFO:teuthology.orchestra.run.smithi008.stderr: 92.3% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mon.c.log.gz 2024-05-03T11:04:33.883 INFO:teuthology.orchestra.run.smithi143.stderr: 93.2% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.6.log.gz 2024-05-03T11:04:33.964 INFO:teuthology.orchestra.run.smithi008.stderr: 93.5% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-03T11:04:33.972 INFO:teuthology.orchestra.run.smithi008.stderr: 93.1% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-03T11:04:34.009 INFO:teuthology.orchestra.run.smithi143.stderr: 93.6% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.4.log.gz 2024-05-03T11:04:34.042 INFO:teuthology.orchestra.run.smithi143.stderr: 93.8% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.7.log.gz 2024-05-03T11:04:34.045 INFO:teuthology.orchestra.run.smithi143.stderr: 93.4% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.5.log.gz 2024-05-03T11:04:34.046 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-05-03T11:04:34.047 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m0.500s 2024-05-03T11:04:34.047 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m1.827s 2024-05-03T11:04:34.047 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m0.109s 2024-05-03T11:04:34.093 INFO:teuthology.orchestra.run.smithi008.stderr: 93.6% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.3.log.gz 2024-05-03T11:04:34.104 INFO:teuthology.orchestra.run.smithi008.stderr: 91.0% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-03T11:04:34.136 INFO:teuthology.orchestra.run.smithi008.stderr: 93.6% -- replaced with /var/log/ceph/92aee8a6-093a-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-03T11:04:34.137 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-03T11:04:34.137 INFO:teuthology.orchestra.run.smithi008.stderr:real 0m0.593s 2024-05-03T11:04:34.137 INFO:teuthology.orchestra.run.smithi008.stderr:user 0m2.874s 2024-05-03T11:04:34.137 INFO:teuthology.orchestra.run.smithi008.stderr:sys 0m0.104s 2024-05-03T11:04:34.138 INFO:tasks.cephadm:Archiving logs... 2024-05-03T11:04:34.138 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313/remote/smithi008/log 2024-05-03T11:04:34.140 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T11:04:34.517 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313/remote/smithi143/log 2024-05-03T11:04:34.518 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T11:04:34.757 INFO:tasks.cephadm:Removing cluster... 2024-05-03T11:04:34.758 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 --force 2024-05-03T11:04:35.503 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 --force 2024-05-03T11:04:36.233 INFO:tasks.cephadm:Removing cephadm ... 2024-05-03T11:04:36.234 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T11:04:36.240 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T11:04:36.244 INFO:tasks.cephadm:Teardown complete 2024-05-03T11:04:36.244 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-03T11:04:36.254 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-03T11:04:36.254 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T11:04:36.282 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T11:04:36.295 INFO:teuthology.orchestra.run.smithi008.stdout: remote refid st t when poll reach delay offset jitter 2024-05-03T11:04:36.295 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================== 2024-05-03T11:04:36.295 INFO:teuthology.orchestra.run.smithi008.stdout:+hv01.front.sepi 67.205.162.81 3 u 38 64 377 0.083 -1.950 0.573 2024-05-03T11:04:36.295 INFO:teuthology.orchestra.run.smithi008.stdout:*hv02.front.sepi 63.231.80.2 3 u 16 64 377 0.075 -1.214 0.346 2024-05-03T11:04:36.296 INFO:teuthology.orchestra.run.smithi008.stdout:+hv03.front.sepi 74.6.168.72 3 u 26 64 377 0.092 -0.322 0.516 2024-05-03T11:04:36.296 INFO:teuthology.orchestra.run.smithi008.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-05-03T11:04:36.298 INFO:teuthology.orchestra.run.smithi143.stdout: remote refid st t when poll reach delay offset jitter 2024-05-03T11:04:36.298 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================== 2024-05-03T11:04:36.298 INFO:teuthology.orchestra.run.smithi143.stdout:*hv01.front.sepi 67.205.162.81 3 u 30 64 377 0.099 -7.695 2.498 2024-05-03T11:04:36.298 INFO:teuthology.orchestra.run.smithi143.stdout:+hv02.front.sepi 63.231.80.2 3 u 32 64 377 0.099 -2.830 4.294 2024-05-03T11:04:36.299 INFO:teuthology.orchestra.run.smithi143.stdout:+hv03.front.sepi 74.6.168.72 3 u 30 64 377 0.124 -7.693 3.452 2024-05-03T11:04:36.299 INFO:teuthology.orchestra.run.smithi143.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-05-03T11:04:36.300 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-03T11:04:36.309 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-03T11:04:36.310 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-03T11:04:36.336 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-03T11:04:36.367 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-03T11:04:36.396 INFO:teuthology.task.internal:Duration was 1446.645313 seconds 2024-05-03T11:04:36.397 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-03T11:04:36.429 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-03T11:04:36.430 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T11:04:36.432 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T11:04:36.471 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-03T11:04:36.471 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2024-05-03T11:04:36.472 DEBUG:teuthology.orchestra.run.smithi008:> 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-05-03T11:04:36.523 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2024-05-03T11:04:36.523 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-03T11:04:36.532 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-03T11:04:36.533 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T11:04:36.570 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T11:04:36.613 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-03T11:04:36.613 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T11:04:36.616 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T11:04:36.739 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-03T11:04:36.749 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-03T11:04:36.750 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T11:04:36.763 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T11:04:36.776 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-03T11:04:36.797 DEBUG:teuthology.orchestra.run.smithi008:> 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-05-03T11:04:36.806 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-03T11:04:36.814 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2024-05-03T11:04:36.830 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2024-05-03T11:04:36.859 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T11:04:36.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T11:04:36.880 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T11:04:36.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T11:04:36.908 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-03T11:04:36.918 INFO:teuthology.task.internal:Transferring archived files... 2024-05-03T11:04:36.920 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313/remote/smithi008 2024-05-03T11:04:36.920 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T11:04:36.947 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313/remote/smithi143 2024-05-03T11:04:36.947 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T11:04:36.975 INFO:teuthology.task.internal:Removing archive directory... 2024-05-03T11:04:36.976 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T11:04:36.986 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T11:04:37.025 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-03T11:04:37.036 INFO:teuthology.task.internal:Not uploading archives. 2024-05-03T11:04:37.037 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-03T11:04:37.064 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-03T11:04:37.064 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T11:04:37.067 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T11:04:37.072 INFO:teuthology.orchestra.run.smithi008.stdout: 658465 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 11:04 /home/ubuntu/cephtest 2024-05-03T11:04:37.073 INFO:teuthology.orchestra.run.smithi143.stdout: 658623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 11:04 /home/ubuntu/cephtest 2024-05-03T11:04:37.075 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-03T11:04:37.098 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-03T11:04:37.165 INFO:teuthology.nuke:Checking targets against current locks 2024-05-03T11:04:37.191 DEBUG:teuthology.nuke:shortname: smithi008 2024-05-03T11:04:37.191 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T11:04:37.214 DEBUG:teuthology.nuke:shortname: smithi143 2024-05-03T11:04:37.214 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T11:04:37.218 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 10:32:01.101073', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKfPyfemxcKz/nlGzl0bg9pkRbmdh0P4ttSKdz8/8pDp30GDaowD84P2nLEBpBxJ0ID5ms9jElLxBDvsa8k4cQY='} 2024-05-03T11:04:37.243 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687313', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 10:32:01.099861', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDPjj1OYL2tsAe/Eb23abWnMiQLTRT2nSUwVRkqcV+Lm6uCw4b5oxOh7Yh5fEr2cf9DVVzmqcSlXuXao37ai7NE='} 2024-05-03T11:04:37.271 INFO:teuthology.orchestra.console.smithi008:Power off 2024-05-03T11:04:37.271 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T11:04:37.296 DEBUG:teuthology.orchestra.console.smithi008:power off output: Chassis Power Control: Down/Off 2024-05-03T11:04:37.296 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T11:04:37.315 INFO:teuthology.orchestra.console.smithi143:Power off 2024-05-03T11:04:37.315 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T11:04:37.325 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-05-03T11:04:37.338 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2024-05-03T11:04:37.339 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T11:04:37.369 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-05-03T11:04:41.327 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T11:04:41.371 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T11:04:41.439 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-05-03T11:04:41.484 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-05-03T11:04:45.444 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T11:04:45.485 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T11:04:45.554 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is off 2024-05-03T11:04:45.594 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2024-05-03T11:04:45.656 INFO:teuthology.orchestra.console.smithi008:Power off completed 2024-05-03T11:04:45.696 INFO:teuthology.orchestra.console.smithi143:Power off completed 2024-05-03T11:04:45.801 INFO:teuthology.run:Summary data: description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} duration: 1446.6453132629395 failure_reason: 'Command failed on smithi008 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 92aee8a6-093a-11ef-bc97-c7b262605968 -e sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | keys\''"\''"\'' | grep $sha1\''''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9d39059bb5d54a7a8de955dc1bcd9afe status: fail success: false 2024-05-03T11:04:45.801 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T11:04:45.890 INFO:teuthology.run:FAIL